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 08-24-2019, 02:55 AM   #3631
TurboBlaze
Member
 
Registered: Jan 2018
Location: Russian Federation, Lipetsk region, Dankov
Distribution: Porteus
Posts: 196

Rep: Reputation: Disabled

CUPS 2.3.0 - https://www.cups.org/
https://github.com/apple/cups/releases/tag/v2.3.0
 
Old 08-24-2019, 04:18 PM   #3632
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
ImageMagick 6.9.10-62

https://imagemagick.org/download/Ima...9.10-62.tar.lz
https://imagemagick.org/download/Ima...-62.tar.lz.asc
Quote:
2019-08-23 6.9.10-62 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 6.9.10-62, GIT revision 14779:2da539a:20190823.

2019-08-19 6.9.10-62 Cristy <quetzlzacatenango@image...>
* Conditionally compile call to AcquireCLocale() (reference
https://github.com/ImageMagick/ImageMagick/issues/1669).
* More robust support for converting bitmap to vector.
 
Old 08-24-2019, 04:42 PM   #3633
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Mesa 19.1.5

https://mesa3d.org/relnotes/19.1.5.html
https://mesa.freedesktop.org/archive/mesa-19.1.5.tar.xz
https://mesa.freedesktop.org/archive...1.5.tar.xz.sig
 
Old 08-24-2019, 08:44 PM   #3634
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,344

Rep: Reputation: Disabled
Quote:
Originally Posted by guanx View Post
And that the "Shift + Page-up" locking never happened with a full install but only with the installer image.
Both with Thinkpad T470 (Intel 7500U) and HP iLO remote console, so not sure if it's a simple (usual) lack of Intel firmware.
It seems to be related to a recent change to vgacon that breaks speakup: https://bugzilla.kernel.org/show_bug.cgi?id=204039
 
1 members found this post helpful.
Old 08-24-2019, 11:07 PM   #3635
avian
Member
 
Registered: Aug 2014
Posts: 184

Rep: Reputation: Disabled
I have a request for a slight configuration/build change to ntp in slackware current. Would it be possible to configure ntp with these additional options -:

--enable-ATOM \
--enable-GPSD \
--enable-SHM \
--enable-kmem \

and to also have timepps.h (from pps-tools git) in /usr/include/sys before ntpd is built (this step is critical for proper PPS support).

The end result is a slackware package that is 2037KB in size, versus the 1970KB in current. The additional options dont have any effect on the end user with the default ntp.conf (they wont notice a difference), but allow those that want to use GPS or PPS sources to do so without recompiling. Relevant GPS/PPS devices are relatively cheap and plentiful these days, and Slackware already ships with the PPS kernel modules so other aspects are already in place.

Last edited by avian; 08-24-2019 at 11:09 PM.
 
4 members found this post helpful.
Old 08-25-2019, 12:03 PM   #3636
anon082
LQ Newbie
 
Registered: Mar 2018
Posts: 6

Rep: Reputation: Disabled
With the latest usbboot.img (21-08-2019), the command cryptsetup works, and I now have a working installation! :-)

I encountered the following issue when trying to run the installed system the first time: the initrd.gz that was generated by the /sbin/mkinitrd script was lacking the library "libgcc_s.so.1", and when trying to decrypt the harddrive, I received the message:
Quote:
"libgcc_s.so.1 must be installed for pthread_cancel to work"
and the initrd.gz would not decrypt the drive. In order to solve this, I added the line
Quote:
cp -P --parents /usr/lib64/libgcc_s.so.1 $SOURCE_TREE/
to the script /sbin/mkinitrd. This is of course an ad-hoc solution, but now the initrd.gz is working!

I also encountered two kind of warnings when installing using the latest usbboot.img of slackware64-current:

(1) When issuing the command "cryptsetup" when running usbboot.img, the warning
Quote:
WARNING: Locking directory /run/cryptsetup is missing!
appears. This does not appear to be the case when running the same command on the installed system.

(2) I installed from a HTTPS mirror, and the following warning was displayed many times during installation (I was using the "terse" option when installing):
Quote:
wget: note: TLS certificate validation not implemented
 
1 members found this post helpful.
Old 08-25-2019, 01:58 PM   #3637
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
GNU Nano 4.4
https://www.nano-editor.org/news.php
https://www.nano-editor.org/dist/v4/nano-4.4.tar.xz
https://www.nano-editor.org/dist/v4/nano-4.4.tar.xz.asc
 
Old 08-26-2019, 04:55 AM   #3638
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,833
Blog Entries: 17

Rep: Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640
Any idea what will happen in regards to Python in Slackware 15.0?
I'm just asking because I read in the news today that Python 2 now will be permanently abandoned.

PS. I'm not that interested in Python personally.

Last edited by zeebra; 08-26-2019 at 05:04 AM.
 
1 members found this post helpful.
Old 08-26-2019, 01:54 PM   #3639
codeguy
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 187

Rep: Reputation: 46
Quote:
Originally Posted by zeebra View Post
Any idea what will happen in regards to Python in Slackware 15.0?
I'm just asking because I read in the news today that Python 2 now will be permanently abandoned.

PS. I'm not that interested in Python personally.
Me too. My certbot keeps warning me that python 2 is gonna die. I assume certbot will run on python3, but I havent tested it yet. I think python2 could just go away. Problems should be reported up stream.
 
Old 08-26-2019, 02:38 PM   #3640
codeguy
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 187

Rep: Reputation: 46
Postfix aliases.db

A few of my upgraded pc's have stopped sending email. They complain that "alias database unavailable". All I need to do is run 'newaliases' and things take off.

I dunno if the installpkg can run that? Or maybe mention it in changes_and_hits?
 
Old 08-26-2019, 02:51 PM   #3641
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,523

Rep: Reputation: 8489Reputation: 8489Reputation: 8489Reputation: 8489Reputation: 8489Reputation: 8489Reputation: 8489Reputation: 8489Reputation: 8489Reputation: 8489Reputation: 8489
Quote:
Originally Posted by codeguy View Post
A few of my upgraded pc's have stopped sending email. They complain that "alias database unavailable". All I need to do is run 'newaliases' and things take off.

I dunno if the installpkg can run that? Or maybe mention it in changes_and_hits?
The postfix install script does run newaliases. I tried upgradepkg --reinstall postfix-3.4.6-x86_64-1.txz here and /etc/aliases.db was rebuilt as expected.
 
Old 08-26-2019, 02:58 PM   #3642
anon082
LQ Newbie
 
Registered: Mar 2018
Posts: 6

Rep: Reputation: Disabled
I did some more debugging regarding the missing libgcc_s.so.1 in the initrd: while I was unable to find an executable or library that is dynamically linking to this library in the initrd, it seems that Arch Linux has apparently come across the same problem: https://bugs.archlinux.org/task/56771

In that thread, they hypothesize that the source of the problem is here: https://gitlab.com/cryptsetup/crypts...2/thread.c#L34

Apparently LUKS2 has introduced a new password-hashing algorithm called Argon2, and the implementation of this algorithm depends on pthread_cancel(), which is located in libgcc_s.so. In particular, if one migrates an already existing LUKS1 partition to LUKS2, one is unlikely to encounter this problem, since the password hash function that is used is apparently not Argon2 (at least judging by the comments in that thread).
 
2 members found this post helpful.
Old 08-27-2019, 02:15 AM   #3643
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
My system didn't boot from a usb drive using a -huge kernel, and only booted after I supplied an initrd with the following modules:

Code:
./4.19.68/kernel/drivers/usb/host/uhci-hcd.ko
./4.19.68/kernel/drivers/usb/host/ehci-pci.ko
./4.19.68/kernel/drivers/usb/host/ehci-hcd.ko
./4.19.68/kernel/drivers/usb/storage
./4.19.68/kernel/drivers/usb/storage/usb-storage.ko
./4.19.68/kernel/drivers/usb/storage/uas.ko
Would it be possible to consider them for inclusion in the -huge kernel as "=y"?
I believe it should make it easier to install Slackware.
 
1 members found this post helpful.
Old 08-27-2019, 03:48 AM   #3644
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Quote:
Originally Posted by Lockywolf View Post
My system didn't boot from a usb drive using a -huge kernel, and only booted after I supplied an initrd with the following modules:

Code:
./4.19.68/kernel/drivers/usb/host/uhci-hcd.ko
./4.19.68/kernel/drivers/usb/host/ehci-pci.ko
./4.19.68/kernel/drivers/usb/host/ehci-hcd.ko
./4.19.68/kernel/drivers/usb/storage
./4.19.68/kernel/drivers/usb/storage/usb-storage.ko
./4.19.68/kernel/drivers/usb/storage/uas.ko
Would it be possible to consider them for inclusion in the -huge kernel as "=y"?
I believe it should make it easier to install Slackware.
Maybe other hardware need other modules. Anyway IMHO -huge kernels are a thing of the past in an installed system. Better use a generic kernel and an initrd (as made now easy in -current and its installer). Allo using the file systems' uuid instead of the partitions' names (or even the partitions' uuid as grub 2.04 now allows. You would just need to make sure that the partition table has a label if it's a dos one as then the partitions' uuid are computed appending "-<partition number>" to the label)*

* As an aside this could make easier in the future to boot any installed system even without an associated initrd using os-prober as the kernel knows the partition's uuid (but not the file system's uuid). Alas the grub shell is now able to search by partuuid in case of gpt but not yet in case of a dos partition table. patch welcome to add this possibility

Last edited by Didier Spaier; 08-27-2019 at 06:14 AM.
 
1 members found this post helpful.
Old 08-27-2019, 05:33 AM   #3645
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Well, now we still have huge kernels, and people use them. Adding a few modules for booting is not going to make things much more complicated, and would be another survival tool in case of an unexpected malfunction.

Admittedly, the kernel has an option
Code:
INITRAMFS_SOURCE=/boot/initrd-tree
And if it really works, I'd be happy if we had a "small kernel with a huge initramfs built-in, with all modules from /lib/modules". But in any case, having a single-file bootable image is still very important.

Last edited by Lockywolf; 08-27-2019 at 05:35 AM.
 
  


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 01:59 AM.

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