LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-20-2020, 05:13 AM   #4501
Qury
Member
 
Registered: Feb 2004
Location: Naas,IE
Distribution: Slackware
Posts: 212

Rep: Reputation: 184Reputation: 184

I would like to request the addition of the below 2 lines to /etc/request-key.conf.

Code:
create cifs.spnego * * /usr/sbin/cifs.upcall -c %k
create dns_resolver * * /usr/sbin/cifs.upcall %k
(Alternatively a .conf file with the above contents could be added under /etc/request-key.d/ )

Justification:
It is required to mount DFS shares.

See: https://access.redhat.com/solutions/45070
 
Old 02-20-2020, 07:58 AM   #4502
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,338

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Its possible add another request by some people ? "jack" , i say some time ago , jack is required by recordmydesktop to configure extra audio fonts , but ignored ever , now current is adopting some new libs , i request again "jack".

In recordmydesktop "gui" , at least under gtk-gui , you can choose audio font , system or micriphone to record tutorials , but need "jack".

Thanks!
 
1 members found this post helpful.
Old 02-20-2020, 09:12 AM   #4503
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Quote:
Originally Posted by GazL View Post
My take from reading those KSH issue threads is that, yes 93u+ is old and bit rotten, but it's the same old and bit rotten version that commercial unixes have been shipping for years. If you want compatibility then it's the version you want. The recent development has stemmed from the incomplete and buggy 93v- (beta) branch which AT&T didn't finish before sacking everyone involved and ceasing development on it. ksh2020 is a descendent of 93v- and while some of the issues from that release have been addressed it seems that many in the community still prefer 93u+ (which is why they rolled the repo master branch back).

Controversy seems to have kicked in because in addition to fixing the issues stemming from 93v- the developers have been changing behaviours of ksh rather than just maintaining/cleaning up the code and some parts of the ksh community really didn't like that aspect.

Now, I'm an outsider so my take is based entirely on what I've read in those issue threads and it's possible I misunderstood something, but I think that's the general gist of it. The whole thing is a mess and it's really sad to see.

looks like freebsd are going to stick with 93u+
There isn't much of a community left, its just a few loud mouth people who don't have anything worthwhile to add that are driving this. They bluntly have 0 chance of resurrecting ksh93u+. Additionally ksh2020 will not move forward unless the two developers who are now alienated continue work on it, its a difficult code base and there are few (Now 0) skilled people willing to work on it. The reality is that they introduced countless regressions, now have a repo that won't even build on current and has an outright appalling build system by today's standards. While maybe there might be more bug compatibility with old, unmaintained and broken scripts, they lost all compatibility with people using ksh in 2020.

Also while Freebsd has gotten it to build by resurrecting old patches, they haven't committed one way or another yet.

https://github.com/att/ast/issues/96...ment-588606205
 
2 members found this post helpful.
Old 02-20-2020, 10:24 AM   #4504
slalik
Member
 
Registered: Nov 2014
Location: Moscow
Distribution: Slackware
Posts: 233

Rep: Reputation: 203Reputation: 203Reputation: 203
ProFTPD 1.3.6c
 
Old 02-20-2020, 01:21 PM   #4505
camerabambai
Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 408

Rep: Reputation: 54
A request for PAM in testing, why not add the pam_krb5 and pam_ldap modules?
They are needed in case of external auth(ad,ldap server)
 
3 members found this post helpful.
Old 02-20-2020, 03:31 PM   #4506
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,570

Rep: Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905Reputation: 905
Quote:
Originally Posted by USUARIONUEVO View Post
Its possible add another request by some people ? "jack" , i say some time ago , jack is required by recordmydesktop to configure extra audio fonts , but ignored ever , now current is adopting some new libs , i request again "jack".

In recordmydesktop "gui" , at least under gtk-gui , you can choose audio font , system or micriphone to record tutorials , but need "jack".

Thanks!
http://www.slackware.com/~alien/slackbuilds/jack2/
 
Old 02-20-2020, 04:52 PM   #4507
camerabambai
Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 408

Rep: Reputation: 54
A great idea for the kernel package.
Every time the slackpkg tool, or slackyd, or slapt-get upgrade the kernel
only ask for "lilo", but if someone use grub or elilo?
Personally I use this "doinst.sh" which works fine for me(using grub), of course is simple and can be improved may adding some other choices for other "loaders".

Code:
#!/bin/sh
set -e
VERSION=$(ls /var/log/packages/kernel-generic-*-x86_64-* |cut -d - -f 3)
cp  /boot/vmlinuz-generic-$VERSION /boot/vmlinuz
cp  /boot/System.map-generic-$VERSION /boot/System.map
if [ -f /etc/mkinitrd.conf ]
then
mkinitrd -F
fi
grub-mkconfig -o /boot/grub/grub.cfg
Another problem is..if an user reboot and forget to do mkinitrd process and grub update the system is unbootable and is necessary to use live-cd or slackware-cd to use the recovery shell, mount fs
and did the mkinitrd+updatebootloader process.
All distro(Fedora, Debian) make this process automatic after the kernel upgrade.

Last edited by camerabambai; 02-20-2020 at 04:55 PM.
 
2 members found this post helpful.
Old 02-20-2020, 05:36 PM   #4508
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Quote:
Originally Posted by camerabambai View Post
All distro(Fedora, Debian) make this process automatic after the kernel upgrade.
So does Slint, but the script upgrade-kernel has to be run by the user for now. This certainly can't be applied as is in genuine Slackware as we use utilities not shipped in Slackware, and enhancements are needed and planned, but this works and you get the idea.
Attached Files
File Type: txt upgrade-kernel.txt (2.9 KB, 20 views)
File Type: txt update-portable.txt (4.0 KB, 16 views)

Last edited by Didier Spaier; 02-20-2020 at 09:50 PM.
 
Old 02-20-2020, 08:05 PM   #4509
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,215

Rep: Reputation: 298Reputation: 298Reputation: 298
I do also agree to add a kind of mechanism to improve the bootloader update. I forget it many times.
 
2 members found this post helpful.
Old 02-20-2020, 10:51 PM   #4510
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
At least in slackpkg, I don't like the idea of trying to update bootloader automatically, at least not with the present state of -current (I'm not suggesting that anything is in the works, but I also am not ruling out the possibility that future changes to -current would change my preference), so the 2.84.0_beta builds change that up a bit and require a keypress to confirm new kernels. There are quite a few other changes in the beta builds, so check out the changelog, adjust configs as needed, and test it out, please! https://slackpkg.org/
 
4 members found this post helpful.
Old 02-21-2020, 02:51 AM   #4511
nullptr
Member
 
Registered: Nov 2019
Posts: 50

Rep: Reputation: Disabled
I am against the idea of automatically reconfigure bootloader since I am using EFIStub.
 
Old 02-21-2020, 03:07 AM   #4512
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Quote:
Originally Posted by nullptr View Post
I am against the idea of automatically reconfigure bootloader since I am using EFIStub.
But that's exactly what you do when you rebuild your kernel as it loads itself
 
Old 02-21-2020, 09:03 AM   #4513
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,376

Rep: Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756
Quote:
I do also agree to add a kind of mechanism to improve the bootloader update. I forget it many times.
The mechanism has long been in existence in slackpkg. All that is required is to create a new executable file in /usr/libexec/slackpkg/functions.d/ that lexicographically sorts after the file containing the original code.
For lilo, I have been using my run-mkinitrd-function.sh for many years.
For elilo and lilo, @zerouno recently posted his zlookkernel.sh.
For grub, @drgibbon has posted a patch and supporting config.

I see that @rworkman is maintaining the stance that slackpkg should not, by default, support trying to update bootloader automatically. Given the many bootloaders in use and the subtle problems that arise when trying to automatically update an initrd (are the supporting kernel modules available?, is mkinitrd.conf in use?) as well as other potential use cases I have likely not considered, then I accept this stance.

However, I would like to see the ability made available to the Slackware community. Rather than hunting through this forum, perhaps we could have example scripts for enhanced slackpkg functionality made available in /testing. I am old enough to remember that slackpkg resided in /testing for many releases before it became an official tool.
 
4 members found this post helpful.
Old 02-21-2020, 09:24 AM   #4514
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by allend View Post
However, I would like to see the ability made available to the Slackware community. Rather than hunting through this forum, perhaps we could have example scripts for enhanced slackpkg functionality made available in /testing. I am old enough to remember that slackpkg resided in /testing for many releases before it became an official tool.
Like slackpkg+, this bootloader related functionality can be created as a slackpkg extension and maintained in a 3rd party repository. The only thing that's required is a person who wants to dedicate himself/herself to this.
What we do not need is an un-maintained solution that eventually breaks and causes more harm than being useful.
 
4 members found this post helpful.
Old 02-21-2020, 11:00 AM   #4515
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
I support automated updates of bootloaders with a big HOWEVER...

Automated updates of bootloaders require non-standard changes to a few non-slackpkg elements (e.g. mkinitrd.conf, lilo.conf, elilo.conf). Some Slackware users welcome standardization while others welcome freedom of configuring their own systems as they see fit.

A Slackware user that relies on slackpkg leans more toward automation. I'm in that camp and why I released "autoslackpkg" at Slackbuilds.org. It wraps around slackpkg and offers bootloader updates for LILO and ELILO users. It's not for everyone but shows one method to automate bootloader updates.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration