LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-19-2021, 06:33 AM   #7156
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625

Icon theme papirus - 2d icon theme - very good looking and very fashionable https://github.com/PapirusDevelopmen...rus-icon-theme
 
Old 03-19-2021, 06:40 AM   #7157
jwoithe
Member
 
Registered: Oct 2019
Posts: 73

Rep: Reputation: 88
usbimg2disk.sh tweak

The usb-and-pxe-installers/usbimg2disk.sh script uses rsync to copy slackware packages to a USB flash drive (if requested through command line options). The flash drive will usually have the FAT32 filesystem which can only store timestamps in multiples of 2 seconds. If the Slackware packages being copied are on a Linux filesystem it is likely that their timestamps will not be quantised to 2 second intervals. As a result, subsequent runs of the usbimg2disk.sh script (to update the flash drive with the latest versions of packages) will unnecessarily re-copy many unchanged packages since the source and destination timestamps differ.

To stop this, could "--modify-window 2" be added to the rsync command in usbimg2disk.sh?

A modify window of 1 could be sufficient in theory. However, I am unsure that a timestamp of (say) 01:02:03.8 would be rounded up to 01:02:04. If it were rounded down to 01:02:02 instead then a modify window of 2 will be needed. Since there's little reason to prefer 1 over 2 I would be included to go with 2 in order to be sure that it will have the desired effect.
 
2 members found this post helpful.
Old 03-19-2021, 06:54 AM   #7158
dgusev
LQ Newbie
 
Registered: Aug 2019
Location: Lithuania
Distribution: Slackware
Posts: 10

Rep: Reputation: Disabled
Thumbs up switch default package/other compression algorithm to zstandard

Suggest to switch installation package default compression algorithm to zstandard.
initramfs image also could be compressed with zstandard by default, Slackware generic kernel already has zstandard for initramfs support enabled (CONFIG_RD_ZSTD=y).

It offers very fast decompression speed, in the order of GB+ per second.
So system installation will happen much faster, especially with a good ssd storage.
Compared to xz, zstandard can achieve close compressions ratio.

https://facebook.github.io/zstd/

Considering the Arch Linux report on move to zstandard compression, I think the Slackware installation packages size will increase not more than 1 to 5 percent.

https://en.wikipedia.org/wiki/Zstandard:
"Arch Linux added support for zstd as a package compression method in October 2019 with the release of the pacman 5.2 package manager,[26] and in January 2020 switched from xz to zstd for the packages in the official repository. Arch uses zstd -c -T0 --ultra -20 -, the size of all compressed packages combined increased by 0.8% (compared to xz), the decompression speed is 1300% faster."

Last edited by dgusev; 03-19-2021 at 09:39 AM. Reason: fix title, add url
 
5 members found this post helpful.
Old 03-19-2021, 09:26 AM   #7159
dgusev
LQ Newbie
 
Registered: Aug 2019
Location: Lithuania
Distribution: Slackware
Posts: 10

Rep: Reputation: Disabled
Why should we do that?
5.11 is a non LTS kernel version.

Quote:
Originally Posted by Roman Dyaba View Post
Hello, friends !

Switch to Linux Kernel 5.11.7 as mainstream.

Cause:
Smaller iso and downloadable distro and actual CPU and hardware listing, security issues.
Because after unpacking more than 800MB, only the kernel sources.

Switch to Linux kernel 5.11.7 as mainstream.
https://cdn.kernel.org/pub/linux/ker...-5.11.7.tar.xz
Thank you !
 
Old 03-19-2021, 11:31 AM   #7160
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,109

Rep: Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287
Quote:
Originally Posted by dgusev View Post
Why should we do that?
5.11 is a non LTS kernel version.
Because 5.10.y is a dog!
 
Old 03-19-2021, 11:33 AM   #7161
dgusev
LQ Newbie
 
Registered: Aug 2019
Location: Lithuania
Distribution: Slackware
Posts: 10

Rep: Reputation: Disabled
Explain what you mean.

Quote:
Originally Posted by cwizardone View Post
Because 5.10.y is a dog!
 
Old 03-19-2021, 11:38 AM   #7162
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,109

Rep: Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287Reputation: 7287
Slow and it has had one problem after another after another.....
But, my comment was said, "tongue-in-cheek."

From the American Heritage Electronic Dictionary,
Quote:
tongue-in-cheek (t¾ng”¹n-ch¶k“) adj.
Meant or expressed ironically or facetiously.
 
Old 03-19-2021, 12:09 PM   #7163
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,597
Blog Entries: 19

Rep: Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455
Anyone having a problem with samba? I don't usually use it but geeqie binds to it and I get this error:
Code:
geeqie: symbol lookup error: /usr/lib64/libkrb5samba-samba4.so undefined symbol: krb5_set_default_tgs_ktypes, version krb5_3_MIT
I found an identical error on a Fedora list but they fixed it there. Beats me why a simple graphical viewer needs samba or kerberos either!

[solved] Reinstalled krb5 and that fixed it. Thanks, everyone!

Last edited by hazel; 03-21-2021 at 06:38 AM. Reason: Added PS
 
Old 03-19-2021, 12:33 PM   #7164
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by cwizardone View Post
Because 5.10.y is a dog!
Those random GPU lockups I was seeing with 5.10 have ceased since moving to 5.11, so yeah... woof! woof!
 
3 members found this post helpful.
Old 03-19-2021, 12:56 PM   #7165
richarson
Member
 
Registered: Dec 2020
Location: Argentina
Distribution: Fedora 38 KDE
Posts: 112

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
Because 5.10.y is a dog!
5.10.y's been a nice dog to me, so I'll keep using it for now

And 5.11.z is in /testing so people can install it from there if needed, so win/win!
 
Old 03-19-2021, 12:58 PM   #7166
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,511

Rep: Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475
Quote:
Originally Posted by hazel View Post
Anyone having a problem with samba? I don't usually use it but geeqie binds to it and I get this error:
Code:
geeqie: symbol lookup error: /usr/lib64/libkrb5samba-samba4.so undefined symbol: krb5_set_default_tgs_ktypes, version krb5_3_MIT
I found an identical error on a Fedora list but they fixed it there. Beats me why a simple graphical viewer needs samba or kerberos either!
Reinstall the krb5 package. Probably aaa_libraries was installed after it and clobbered the library versions in the krb5 package (which unfortunately do not properly increment a minor library version with new releases).
 
3 members found this post helpful.
Old 03-19-2021, 12:59 PM   #7167
richarson
Member
 
Registered: Dec 2020
Location: Argentina
Distribution: Fedora 38 KDE
Posts: 112

Rep: Reputation: Disabled
Quote:
Originally Posted by hazel View Post
Anyone having a problem with samba? I don't usually use it but geeqie binds to it and I get this error:
Code:
geeqie: symbol lookup error: /usr/lib64/libkrb5samba-samba4.so undefined symbol: krb5_set_default_tgs_ktypes, version krb5_3_MIT
I found an identical error on a Fedora list but they fixed it there. Beats me why a simple graphical viewer needs samba or kerberos either!
There's a previous report on this thread, try reinstalling krb5:

https://www.linuxquestions.org/quest...ml#post6230101
 
Old 03-19-2021, 01:08 PM   #7168
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,511

Rep: Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475Reputation: 8475
Quote:
Originally Posted by Jeebizz View Post
I dunno if this will make it , but I still want to request that audacious be recompiled to support parsing .cue files by default.
audacious-plugins is already compiled against libcue and provides the Container/cue.so plugin. Is there something else that needs to happen?
 
Old 03-19-2021, 01:56 PM   #7169
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by volkerdi View Post
audacious-plugins is already compiled against libcue and provides the Container/cue.so plugin. Is there something else that needs to happen?
No, you answered it I just missed the update, my apologies and thank you for this!

Last edited by Jeebizz; 03-19-2021 at 01:58 PM.
 
2 members found this post helpful.
Old 03-19-2021, 03:58 PM   #7170
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,214

Rep: Reputation: 297Reputation: 297Reputation: 297
Is there still time to upgrade the latest glib/gtk gnome stuff ? Today the tarballs are coming out.

glib-networking-2.68.0
https://download.gnome.org/sources/g...-2.68.0.tar.xz

at-spi2-core-2.40.0
https://download.gnome.org/sources/a...-2.40.0.tar.xz

gobject-introspection-1.68.0
https://download.gnome.org/sources/g...-1.68.0.tar.xz

gvfs-1.48.0
https://download.gnome.org/sources/g...-1.48.0.tar.xz

Please please please
 
1 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 09:22 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