LinuxQuestions.org
Visit Jeremy's Blog.
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-24-2024, 06:48 AM   #4636
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,230

Rep: Reputation: 303Reputation: 303Reputation: 303Reputation: 303

gvfs-1.54.1
https://download.gnome.org/sources/g...-1.54.1.tar.xz
 
Old 05-24-2024, 04:17 PM   #4637
alex14641
Member
 
Registered: Feb 2016
Distribution: Slackware64_14.2, Slackware 15.0, Slackware64_current
Posts: 324

Rep: Reputation: Disabled
pipewire 1.0.7

Source code: https://github.com/PipeWire/pipewire...s/1.0.7.tar.gz

Change log:
## Highlights
- Fix a potential race/crash.
- Fix some problems with negotiation of large integers and floats.
- Fix JACK sysex MIDI event handling.
- Some more smaller fixes and improvements.

## PipeWire
- Fix a potential race when adding/removing a port to be scheduled.

## Modules
- Fix FFADO default device handling. (#4023)

## SPA
- Fix in integer overflow and float/double compare in POD.

## JACK
- Copy larger MIDI events correctly.
 
Old 05-24-2024, 04:19 PM   #4638
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 928

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
In my system, the output of the 'locale' command showed that the LC_ALL environment variable is not set to anything.

This specifically gives some trouble with Qt6, Plasma 6, and even some Java applications when rendering Unicode filenames.

I had the LC_ALL env variable set to eng_US.UTF-8 and made that permanent by including it in /etc/profile.d/lang.sh. I don't know if that's the proper place to do it, but it worked until recently there was an update that overwrote that file, my locale went to the old setting and the weird behavior in Qt6 started again.

Thus I request that the LC_ALL be set to the value en_US.UTF-8 by default, if possible. Thanks in advance!
 
Old 05-24-2024, 05:33 PM   #4639
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,570

Rep: Reputation: 8631Reputation: 8631Reputation: 8631Reputation: 8631Reputation: 8631Reputation: 8631Reputation: 8631Reputation: 8631Reputation: 8631Reputation: 8631Reputation: 8631
Quote:
Originally Posted by sombragris View Post
In my system, the output of the 'locale' command showed that the LC_ALL environment variable is not set to anything.

This specifically gives some trouble with Qt6, Plasma 6, and even some Java applications when rendering Unicode filenames.

I had the LC_ALL env variable set to eng_US.UTF-8 and made that permanent by including it in /etc/profile.d/lang.sh. I don't know if that's the proper place to do it, but it worked until recently there was an update that overwrote that file, my locale went to the old setting and the weird behavior in Qt6 started again.

Thus I request that the LC_ALL be set to the value en_US.UTF-8 by default, if possible. Thanks in advance!
If something is demanding that LC_ALL be set to anything, that's a bug. Otherwise, why have any variable other than LC_ALL?
Qt should (according to their documentation) look at LANG if LC_ALL isn't set.

In our case, if we set LC_ALL to anything then we'll lose LC_COLLATE=C and everything will start sorting differently. I'd personally find this annoying. It might (would) also break a lot of scripts that depend on a consistent sort order.
 
3 members found this post helpful.
Old 05-24-2024, 05:40 PM   #4640
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 470

Rep: Reputation: 246Reputation: 246Reputation: 246
librsvg 2.58.1

Quote:
Version 2.58.1
==============

This release contains no user-visible changes. It just fixes the test
suite to have a better infrastructure for fonts, and in particular
fixes a right-to-left test case that started failing with Pango 1.52.1.

- #1063 - Fix failing test with Pango 1.52.1.
This is a trivial update to librsvg

https://download.gnome.org/sources/l...-2.58.1.tar.xz
https://download.gnome.org/sources/l...58.1.sha256sum
 
Old 05-24-2024, 06:07 PM   #4641
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 928

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
Quote:
Originally Posted by volkerdi View Post
If something is demanding that LC_ALL be set to anything, that's a bug. Otherwise, why have any variable other than LC_ALL?
Qt should (according to their documentation) look at LANG if LC_ALL isn't set.

In our case, if we set LC_ALL to anything then we'll lose LC_COLLATE=C and everything will start sorting differently. I'd personally find this annoying. It might (would) also break a lot of scripts that depend on a consistent sort order.
Thanks for the explanation Pat. Meanwhile, I'm holding off the upgrade to 6.7 since I need a recompile of the Plasma 6 stack. Will test again after the upgrade to see whether this bug is still present.
 
Old 05-24-2024, 10:01 PM   #4642
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 601

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
Quote:
Originally Posted by ZhaoLin1457 View Post
But without Slackware 32bit, there will be no Multilib either, from what Mr. Hameleers and Mr. Volkerding said.

Are you ready for pure x86_64 Slackware and to say goodbye to Wine and Steam?

To use an old adage, Slackware 32bit is something nobody uses, but we can't live without it.
https://slackbuilds.org/repository/15.0/system/wine/

I built it on & installed it on slackware64-current.

Ran several 32bit windows programs.

Ran several 64bit windows programs.

Even installed a really old copy of Mozilla v1.0 32bit and ran it just fine.
(simply could not access HTTPS sites due to such an old Mozilla not being able to validate the certificate)
 
1 members found this post helpful.
Old 05-24-2024, 11:04 PM   #4643
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 544

Rep: Reputation: 386Reputation: 386Reputation: 386Reputation: 386
Quote:
Originally Posted by SCerovec View Post
Can we have zram as a service from the box mister BDFL ? ...
I am most certain there might be other use cases in the wild...
Recently i installed 15.0 on a box, kept the huge kernel, and while migrating/updating + various other parallel task i had hangs/delays until
i switched to kernel-generic+zram-swap(a swapfile would have solved it also of course, but i don't need/want one).

Zram would make it possible to guarantee that there is always some swap space.
Even if it's only a few mb it can prevent weird behavior in
some scenarios, and a few mb stolen from ram won't hurt any device.

The huge kernel has zram configured as module, if this is changed to 'y' zram could be used from the
very beginning of an installation. The installer swap-menu could be extended to provide the option to
stay on zram(and set a size), or add conventional swap, etc.
 
2 members found this post helpful.
Old 05-24-2024, 11:42 PM   #4644
dchmelik
Senior Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware, FreeBSD, Illumos, NetBSD, DragonflyBSD, Plan9, Inferno, OpenBSD, FreeDOS, HURD
Posts: 1,080

Rep: Reputation: 153Reputation: 153
Thumbs down

Quote:
Originally Posted by hitest View Post
I suggest that srain 1.7.0 be added to -current as hexchat is being discontinued.[/URL]
The problem is srain cloned horrible Google interface meant for pads/tablets, which Google doesn't know about making usable/faster desktop interfaces. If anything, KVIRC or some classic-style IRC client with 'File Edit View Help' (easier/faster) etc., style menus should replace HexChat, when it needs to be replaced, which isn't anytime soon. Slackware still has XMMS when virtually all other GNU/Linux moved to XMMS2 maybe over a decade ago.

Last edited by dchmelik; 05-24-2024 at 11:56 PM.
 
Old 05-25-2024, 02:10 AM   #4645
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,972

Rep: Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577
Quote:
Originally Posted by franzen View Post
The huge kernel has zram configured as module, if this is changed to 'y' zram could be used from the
very beginning of an installation. The installer swap-menu could be extended to provide the option to
stay on zram(and set a size), or add conventional swap, etc.
I don't think it's a good idea to build in such modules that someone might use unless they are needed to boot. You need several commands to set up the zram swap, so why wouldn't you run 'modprobe zram', too?

The 15.0 installer initrd image does not include the zram module, but it could be included. In case you have large jobs to do when running the installer (?).

Slackware 8.1, file FAQ.TXT: "If you've got 4 MB and you're getting 'virtual memory exceeded in new' warnings, make sure you set up and activate a swap partition before running setup.". Note: it said 4 MB, not 4 GB... I don't think most users need swap nowadays when running the install disk.

Last edited by Petri Kaukasoina; 05-25-2024 at 02:18 AM.
 
1 members found this post helpful.
Old 05-25-2024, 04:27 AM   #4646
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 544

Rep: Reputation: 386Reputation: 386Reputation: 386Reputation: 386
Quote:
Originally Posted by Petri Kaukasoina View Post
I don't think it's a good idea to build in such modules that someone might use unless they are needed to boot. You need several commands to set up the zram swap, so why wouldn't you run 'modprobe zram', too?
The 15.0 installer initrd image does not include the zram module, but it could be included. In case you have large jobs to do when running the installer (?).
zram as module in the initrd image would also work. It's not about large jobs while running the installer, but(if zram on slackware would be officially supported like conventional swap) to have the option to setup zram as swap in the installer-menu.
Also, it's not necessarily about big swap space, but to have it at all.
E.g. have a minimum swap as default, this could be done without drawback(i think) with zram.
Interesting read: https://linuxblog.io/linux-performan...ap-part2-zram/
 
Old 05-25-2024, 06:09 AM   #4647
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,972

Rep: Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577Reputation: 1577
Quote:
Originally Posted by franzen View Post
zram as module in the initrd image would also work. It's not about large jobs while running the installer, but(if zram on slackware would be officially supported like conventional swap) to have the option to setup zram as swap in the installer-menu.
Also, it's not necessarily about big swap space, but to have it at all.
E.g. have a minimum swap as default, this could be done without drawback(i think) with zram.
Interesting read: https://linuxblog.io/linux-performan...ap-part2-zram/
I don't think you need zram in the installer initrd image to have the option to setup zram as swap in the installer menu. It would be enough for the installer to configure the installed system.

I have never used zram before but let's try.

I added this to /etc/rc.d/rc.modules.local
Code:
modprobe zram
And this to /etc/fstab
Code:
/dev/zram0  swap swap pri=100 0 0
and created file /etc/udev/rules.d/99-zram.rules
Code:
ACTION=="add", KERNEL=="zram0", ATTR{comp_algorithm}="zstd", ATTR{disksize}="1G", RUN="/sbin/mkswap /dev/%k"
The result looks like this:
Code:
$ swapon
NAME       TYPE       SIZE USED PRIO
/swapfile  file       2.3G   0B   -2
/dev/zram0 partition 1024M   0B  100
I don't know if it's too useful on this laptop, because I need the swap file to hibernate, anyway.
 
2 members found this post helpful.
Old 05-25-2024, 06:43 AM   #4648
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,089

Rep: Reputation: Disabled
FWIW the installer of Slint64-15.0 enable swap in zram early in its initramfs itself, then set it in the installed system in "auto" partitioning mode (btrfs with subvolumes for /home / and swap). Here and now:
Code:
didier[~]$ LANG=C free -th
               total        used        free      shared  buff/cache   available
Mem:            15Gi       2.1Gi        10Gi       807Mi       2.9Gi        12Gi
Swap:           31Gi          0B        31Gi
Total:          47Gi       2.1Gi        42Gi
didier[~]$ swapon
NAME           TYPE       SIZE USED  PRIO
/swap/swapfile file      1024M   0B     5
/dev/zram1     partition   31G   0B 32567
didier[~]$ zramctl 
NAME       ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT
/dev/zram1 zstd           31G   4K   59B   20K       8 [SWAP]
# quote of my /etc/fstab below
# Initially /dev/sda5
UUID=c275f3fa-55e8-4357-90d2-2b757bfd0118 / btrfs subvol=@,compress=zstd:3,discard=async,noatime 0 0
# Initially /dev/sda5
UUID=c275f3fa-55e8-4357-90d2-2b757bfd0118 /home btrfs subvol=@home,compress=zstd:3,discard=async,noatime 0 0
# Initially /dev/sda5
UUID=c275f3fa-55e8-4357-90d2-2b757bfd0118 /swap btrfs subvol=@swap,compress=zstd:3,discard=async,noatime 0 0
/swap/swapfile none swap pri=5 0 0
I also set a swapfile, the idea beeing that if used the user could realize that the system is slowing down before going AOM, but probably not very useful.

Last edited by Didier Spaier; 05-25-2024 at 02:35 PM. Reason: s/EOM/AOM/ (out of memory)
 
3 members found this post helpful.
Old 05-25-2024, 07:24 AM   #4649
opty
Member
 
Registered: Mar 2021
Posts: 183

Rep: Reputation: Disabled
ntp 4.2.8p18
 
Old 05-25-2024, 12:04 PM   #4650
Arleson
LQ Newbie
 
Registered: Apr 2022
Location: Brazil
Distribution: Slackware
Posts: 5

Rep: Reputation: 2
glib2-2.80.2-x86_64-1 are causing xfce mousepad to segmentation fault

Xfce Mousepad app causes segmentation fault when running, and this happens when appmenu-gtk-module is installed (I'm using vala-panel-appmenu). I searched the internet and discovered that the bug was fixed, according to the links below. Please correct this in Slackware. Thanks.

Issue:

https://gitlab.gnome.org/GNOME/glib/-/issues/3366

Fix:

https://gitlab.gnome.org/GNOME/glib/..._requests/4073
 
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
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[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 02:05 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