LinuxQuestions.org
Review your favorite Linux distribution.
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 05-02-2020, 01:37 PM   #4951
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297

Quote:
Originally Posted by LuckyCyborg View Post
Yes, could be done and would be nice to be done like this, but the first condition for a design like this is that the kernel files to have an "incoming" treatment, then to be forever leaved alone by the pkgtools.
Of course, otherwise it does not have much sense. In some way pkgtools could install them in parallel, but that would also make a call to that extra script and ask you for action.
 
Old 05-02-2020, 02:07 PM   #4952
ehartman
Senior Member
 
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674

Rep: Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888
Quote:
Originally Posted by saxa View Post
In some way pkgtools could install them in parallel,
I always use "installpg" from the pkgtools package to only add all of the new kernel packages I want and then adjust some symlinks (non EFI, of course):
vmlinuz.bak to the older backup kernel which is reliable working
vmlinuz to the one I want to reboot TO
vmlinuz.new to the one I want to try out, but not make the boot default yet
and then run "lilo". Its config has been set up to use those links.
The same trick with links can be done for the initrd files, of course (I currently do not any, all of my kernels are custom or huge).

Then at the next reboot I can choose in the lilo menu any of those three, but without interaction it will boot to the vmlinuz one.
As they are only links lilo's config doesn't need to know any of the real kernel versions those three are linked to, so normally doesn't have to be changed at all.

Last edited by ehartman; 05-02-2020 at 10:04 PM. Reason: typing errors corrected
 
Old 05-03-2020, 09:43 AM   #4953
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Mutt 1.14.0

Quote:
Mutt 1.14.0 was released on May 2, 2020. This release has new features and bug fixes. See the UPDATING file, or for more details see the release notes page.
https://gitlab.com/muttmua/mutt/raw/stable/UPDATING
http://www.mutt.org/relnotes/1.14/
ftp://ftp.mutt.org/pub/mutt/mutt-1.14.0.tar.gz
ftp://ftp.mutt.org/pub/mutt/mutt-1.14.0.tar.gz.asc

Last edited by mats_b_tegner; 05-03-2020 at 10:11 AM.
 
Old 05-03-2020, 11:42 AM   #4954
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
nfsdcltrack[1167]: Failed to init database: -13

I was tinkering with my Current VM today. I noticed the following error message:

nfsdcltrack[1167]: Failed to init database: -13

Resolving the message:

mkdir /var/lib/nfs/nfsdcltrack
/etc/rc.d/rc.nfsd restart

Some time ago there was an rc.nfsd snippet to create /proc/fs/nfsd/nfsv4recoverydir but that was removed. I don't know if creating /var/lib/nfs/nfsdcltrack should be part of rc.nfsd or if that is something that should be left to users.
 
1 members found this post helpful.
Old 05-04-2020, 12:45 AM   #4955
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
I'm not sure this thread is the best place to report such a thing, but the last ChangeLog.txt message is not formatted properly in the slackpkg install-new window, is off by about 10 characters, so line endings get truncated.

https://imgur.com/Z0q2eVo.png
 
Old 05-04-2020, 03:17 AM   #4956
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by Lockywolf View Post
I'm not sure this thread is the best place to report such a thing, but the last ChangeLog.txt message is not formatted properly in the slackpkg install-new window, is off by about 10 characters, so line endings get truncated.

https://imgur.com/Z0q2eVo.png
The lines seems truncated when the text is larger than the window, but you can scroll the text horizontally with left and right keys.

Just for information, the "changelog dialog" is a slackpkg+ feature.

--
SeB
 
1 members found this post helpful.
Old 05-04-2020, 07:04 AM   #4957
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
tmux-3.1b is released.

https://github.com/tmux/tmux/release...ux-3.1b.tar.gz
 
1 members found this post helpful.
Old 05-04-2020, 03:20 PM   #4958
camerabambai
Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 408

Rep: Reputation: 54
Why not enabling these entries in the kernel? Are very useful (and necessary) to use hugepages for virtual machines and pci passtrough(gaming, but not only).

Code:
CONFIG_JUMP_LABEL
CONFIG_HUGETLBFS
 
2 members found this post helpful.
Old 05-05-2020, 12:43 AM   #4959
elyk
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 241

Rep: Reputation: 49
Quote:
Originally Posted by Didier Spaier View Post
What matters with regard to UEFI is the machine's architecture, in other words the hardware. Using a 32bit UEFI image on a 64bit hardware is not supposed to work. Whether the installer be 32bit or 64bit doesn't matter with regard to UEFI as when the installer is loaded it has taken over the hardware, so the firmware is out of sight of the UEFI image.
Right, you need your UEFI loader to match your hardware. Ideally you could use the loader to load anything, but I don't think it's that simple. I've got a 64-bit loader on 64-bit hardware trying to load a 32-bit kernel/initrd. It makes some progress loading the files, then immediately reboots. Legacy boot is the only way I've been able to make it work.

Anyway, none of that has to do with the problem I'm reporting. Section 3.5.1.1 of the UEFI spec says BOOTIA32.EFI is the conventional file name for a 32-bit loader with PE executable machine type 0x14c. The 32-bit usbboot.img has 32-bit elilo (with the 0x14c machine type) installed as BOOTX64.EFI, not BOOTIA32.EFI.
 
1 members found this post helpful.
Old 05-06-2020, 12:48 PM   #4960
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
pygobject-3.36.1
https://download.gnome.org/sources/p...-3.36.1.tar.xz
 
1 members found this post helpful.
Old 05-07-2020, 08:54 AM   #4961
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
GCC 10.1 is out:
https://gcc.gnu.org/gcc-10/
https://gcc.gnu.org/gcc-10/changes.html
http://ftp.gnu.org/gnu/gcc/gcc-10.1.0/gcc-10.1.0.tar.xz

Last edited by mats_b_tegner; 05-07-2020 at 09:39 AM.
 
5 members found this post helpful.
Old 05-07-2020, 09:52 PM   #4962
Spinlock
Member
 
Registered: Jan 2006
Location: Missouri
Distribution: Slackware -current, Slackware64 -current, Slackware 12.2
Posts: 191

Rep: Reputation: 49
My apologies if this isn't completely right - I don't have a 32-bit machine or VM available for testing right now, but it seems like the 32-bit samba needs to be rebuilt on top of nettle? I converted the latest samba using convertpkg-compat32 for use on my multilib system, and it seems that samba-4.12.2 wants to use libbnettle.so.7 and libhogweed.so.5, but nettle-3.6 has libnettle.so.8 and libhogweed.so.6.
 
Old 05-08-2020, 07:55 AM   #4963
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
NetworkManager-1.24.0
https://download.gnome.org/sources/N...-1.24.0.tar.xz
 
2 members found this post helpful.
Old 05-08-2020, 04:36 PM   #4964
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
How about some slackpkg hooks for customization of things like the lookkernel function in post-functions.sh? I add my own code there for updating initrd/kernels/grub, but presumably it will be overwritten when slackpkg is updated. Would be nice if I could keep this persistent.
 
Old 05-08-2020, 10:47 PM   #4965
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
You just need to create your own custom function in /usr/libexec/slackpkg/functions.d/
The custom function will survive package updates.
The technique is described here
 
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 03:52 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