LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Requests for -current (14.2-->15.0) (https://www.linuxquestions.org/questions/slackware-14/requests-for-current-14-2-15-0-a-4175620463/)

igadoter 03-19-2021 06:33 AM

Icon theme papirus - 2d icon theme - very good looking and very fashionable https://github.com/PapirusDevelopmen...rus-icon-theme

jwoithe 03-19-2021 06:40 AM

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.

dgusev 03-19-2021 06:54 AM

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."

dgusev 03-19-2021 09:26 AM

Why should we do that?
5.11 is a non LTS kernel version.

Quote:

Originally Posted by Roman Dyaba (Post 6231490)
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 !


cwizardone 03-19-2021 11:31 AM

Quote:

Originally Posted by dgusev (Post 6232062)
Why should we do that?
5.11 is a non LTS kernel version.

Because 5.10.y is a dog!
:D

dgusev 03-19-2021 11:33 AM

Explain what you mean.

Quote:

Originally Posted by cwizardone (Post 6232088)
Because 5.10.y is a dog!
:D


cwizardone 03-19-2021 11:38 AM

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.

hazel 03-19-2021 12:09 PM

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!

GazL 03-19-2021 12:33 PM

Quote:

Originally Posted by cwizardone (Post 6232088)
Because 5.10.y is a dog!
:D

Those random GPU lockups I was seeing with 5.10 have ceased since moving to 5.11, so yeah... woof! woof! :D

richarson 03-19-2021 12:56 PM

Quote:

Originally Posted by cwizardone (Post 6232088)
Because 5.10.y is a dog!
:D

5.10.y's been a nice dog to me, so I'll keep using it for now :D

And 5.11.z is in /testing so people can install it from there if needed, so win/win!

volkerdi 03-19-2021 12:58 PM

Quote:

Originally Posted by hazel (Post 6232101)
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).

richarson 03-19-2021 12:59 PM

Quote:

Originally Posted by hazel (Post 6232101)
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

volkerdi 03-19-2021 01:08 PM

Quote:

Originally Posted by Jeebizz (Post 6231298)
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?

Jeebizz 03-19-2021 01:56 PM

Quote:

Originally Posted by volkerdi (Post 6232122)
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!

saxa 03-19-2021 03:58 PM

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 :)


All times are GMT -5. The time now is 01:51 PM.