LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-14-2020, 12:10 PM   #4996
TurboBlaze
Member
 
Registered: Jan 2018
Location: Russian Federation, Lipetsk region, Dankov
Distribution: Porteus
Posts: 195

Rep: Reputation: Disabled

Python 3.8.3
https://www.python.org/downloads/release/python-383/
 
Old 05-14-2020, 07:46 PM   #4997
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,089

Rep: Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263
Mesa 20.0.7

The release notes, https://www.mesa3d.org/relnotes/20.0.7.html
 
Old 05-15-2020, 02:53 AM   #4998
gsl
Member
 
Registered: Jun 2007
Location: Australia
Distribution: Slackware
Posts: 76

Rep: Reputation: 44
f2fs requires crc32 module

Just an FYI but, I've been messing around with the installer on a spare laptop (UEFI & elilo) and if I make the root filesystem use f2fs, the system fails to boot because it is missing the crc32 module. If I do "modprobe --show-depends f2fs" nothing shows up (other than f2fs).

This Debian change mentions "crc32 as hidden dependency module for f2fs" so I rebuilt the initrd.gz to include crc32 (mkinitrd_command_generator.sh --run -m crc32) and the system boots OK.
 
6 members found this post helpful.
Old 05-16-2020, 03:10 AM   #4999
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Quote:
Originally Posted by gsl View Post
Just an FYI but, I've been messing around with the installer on a spare laptop (UEFI & elilo) and if I make the root filesystem use f2fs, the system fails to boot because it is missing the crc32 module. If I do "modprobe --show-depends f2fs" nothing shows up (other than f2fs).

This Debian change mentions "crc32 as hidden dependency module for f2fs" so I rebuilt the initrd.gz to include crc32 (mkinitrd_command_generator.sh --run -m crc32) and the system boots OK.
I have been using the f2fs as a root filesystem for quite a while (in fact, have even sent a patch to the kernel so that the xattrs feature is build by default with f2fs, which is required for properly using it on the root).

But I do that using a "huge" kernel, which is by far a much safer option in every respect, since _a single file_ is the only thing that you need to have to make the system boot up to a survivable state, so I definitely recommend just using the "huge" kernel.

(If you search the forum, there I have also posted a report on building a kernel with an initrd appended to it. I wish I had time to finish this.)
 
1 members found this post helpful.
Old 05-16-2020, 03:12 AM   #5000
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Could we have

Code:
"\e\C-f":shell-forward-word
"\e\C-b":shell-backward-word
added to /etc/inputrc ? It is a relatively (a few years old) new addition to readline, but I find it cool.
This binding is also in accord with Emacs's backward-sexp/forward-sexp.
 
1 members found this post helpful.
Old 05-16-2020, 10:21 AM   #5001
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,089

Rep: Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263
Quote:
Originally Posted by avian View Post
What was the issue you had with wireguard-linux-compat and wireguard-tools out of interest? I've been maintaining both packages on SBo for a bit, if it was anything beyond a configuration problem, it would be good to get it solved.
Avian,
Many thanks for the updated WireGuard packages!
Greatly appreciated!

Last edited by cwizardone; 05-16-2020 at 10:36 AM.
 
Old 05-16-2020, 03:30 PM   #5002
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.1
Quote:
Mutt 1.14.1 was released on May 16, 2020. This is a bug-fix release, fixing a documentation build issue and a few other small bugs.
ftp://ftp.mutt.org/pub/mutt/mutt-1.14.1.tar.gz
 
1 members found this post helpful.
Old 05-17-2020, 12:15 AM   #5003
TurboBlaze
Member
 
Registered: Jan 2018
Location: Russian Federation, Lipetsk region, Dankov
Distribution: Porteus
Posts: 195

Rep: Reputation: Disabled
meson 0.54.2
https://github.com/mesonbuild/meson/releases

imagemagick 7.0.10.12
https://imagemagick.org/script/download.php
 
1 members found this post helpful.
Old 05-17-2020, 06:08 AM   #5004
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
Quote:
Originally Posted by elyk View Post
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.
Well, this might pretty much explain why either UEFI install fails then?
 
1 members found this post helpful.
Old 05-17-2020, 11:25 AM   #5005
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 336Reputation: 336Reputation: 336Reputation: 336
postfix-3.5.2 is released.

https://de.postfix.org/ftpmirror/off...x-3.5.2.tar.gz
https://de.postfix.org/ftpmirror/off....2.tar.gz.gpg2
 
1 members found this post helpful.
Old 05-17-2020, 11:44 AM   #5006
TurboBlaze
Member
 
Registered: Jan 2018
Location: Russian Federation, Lipetsk region, Dankov
Distribution: Porteus
Posts: 195

Rep: Reputation: Disabled
How about to update syslinux to 6.04 ?
For example Arch Linux is use syslinux 6.04.pre2.r11.gbf6db5b4-3 >>> https://www.archlinux.org/packages/c...6_64/syslinux/
How about Slackware?
Link https://www.zytor.com/pub/syslinux/Testing/6.04/
 
Old 05-17-2020, 01:05 PM   #5007
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,056

Rep: Reputation: Disabled
Quote:
Originally Posted by TurboBlaze View Post
How about to update syslinux to 6.04 ?
For example Arch Linux is use syslinux 6.04.pre2.r11.gbf6db5b4-3 >>> https://www.archlinux.org/packages/c...6_64/syslinux/
How about Slackware?
Link https://www.zytor.com/pub/syslinux/Testing/6.04/
Syslinux as a project is in a comatose state. The best downstream patches are Debian's. But a lot of patches have been suggested to upstream over the years and never even looked at. Dr Ady is trying hard to keep the patient alive but he is not a developer (that's what he says, anyway).

Last edited by Didier Spaier; 05-17-2020 at 01:11 PM.
 
2 members found this post helpful.
Old 05-18-2020, 07:11 AM   #5008
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 601

Rep: Reputation: 341Reputation: 341Reputation: 341Reputation: 341
Dovecot v2.3.10.1 -> fix multiple vulnerabilities
 
Old 05-18-2020, 10:32 AM   #5009
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 295Reputation: 295Reputation: 295
vala-0.48.6
https://download.gnome.org/sources/v...-0.48.6.tar.xz
 
Old 05-18-2020, 02:07 PM   #5010
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
Just cosmetic but

Error when install 'cups-filters' package:

Pre-installing package cups-filters-1.27.4-x86_64-1...
mv: impossible d'évaluer 'etc/fonts/conf.d/99pdftoopvp.conf.new': Aucun fichier ou dossier de ce type

due to 'config etc/fonts/conf.d/99pdftoopvp.conf.new in the 'doinst.sh'

probably inherited from an older version of 'cups-filters'
 
  


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 08:41 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