Re: F40 and breaking file command change

2024-05-01 Thread Jon LaBadie
On Wed, May 01, 2024 at 11:10:18PM -0400, Jeffrey Walton wrote: ... I was amazed the file project broke the command. The projects I contribute to will move mountains to avoid breaking established behavior. We don't want to screw our users like that. As long as I've written scripts on *nix

Re: F40 and breaking file command change

2024-05-01 Thread Jeffrey Walton
On Wed, May 1, 2024 at 9:35 PM Jonathan Billings wrote: > On May 1, 2024, at 16:21, Samuel Sieb wrote: > > > > When you change software versions, it's up to you to check for any > changes. This is a really minor change. > > You’re right about that. I deal with this kind of thing each release,

Re: F40 and breaking file command change

2024-05-01 Thread Jonathan Billings
On May 1, 2024, at 16:21, Samuel Sieb wrote: > > When you change software versions, it's up to you to check for any changes. > This is a really minor change. You’re right about that. I deal with this kind of thing each release, which is why I have a test environment that gets the alpha or

Re: F40 hibernation issue

2024-05-01 Thread Patrick O'Callaghan
On Wed, 2024-05-01 at 18:21 +0200, francis.montag...@inria.fr wrote: > On Wed, 01 May 2024 17:01:47 +0100 Patrick O'Callaghan wrote: > > > On Wed, 2024-05-01 at 14:42 +0200, > > francis.montag...@inria.fr wrote: > > > On Wed, 01 May 2024 10:51:34 +0100 Patrick O'Callaghan wrote: > > > > > May 01

Re: F40 and breaking file command change

2024-05-01 Thread Samuel Sieb
On 5/1/24 11:14, Jeffrey Walton wrote: The file command changed at F40, and it includes some breaking changes. One of my scripts stopped working as expected after the F40 upgrade. This part is now failing:     file "${file}.tmp" | grep -q 'CSV text' It appears the file command changed the

F40 and breaking file command change

2024-05-01 Thread Jeffrey Walton
Hi Everyone, The file command changed at F40, and it includes some breaking changes. One of my scripts stopped working as expected after the F40 upgrade. The script looks something like this: if wget -q -O "${file}.tmp" \ "${ftc_website}/DNC_Complaint_Numbers_${file}" && \ file

FIX - Fedora 40 RoundCube Internal Error 500

2024-05-01 Thread Tom Rivers via users
Hello! For anyone running RoundCube on Fedora 40, it evidently now requires the following package to be installed: php-endroid-qrcode I upgraded from Fedora 39 a few days ago and found I could no longer access it - I just got a blank page.  By simply installing the aforementioned package

Re: F40 hibernation issue

2024-05-01 Thread Francis . Montagnac
On Wed, 01 May 2024 17:01:47 +0100 Patrick O'Callaghan wrote: > On Wed, 2024-05-01 at 14:42 +0200, francis.montag...@inria.fr wrote: >> On Wed, 01 May 2024 10:51:34 +0100 Patrick O'Callaghan wrote: >>> May 01 08:00:50 Bree kernel: Freezing user space processes >>> and hibernation did work.

Re: F40 hibernation issue

2024-05-01 Thread Patrick O'Callaghan
On Wed, 2024-05-01 at 14:42 +0200, francis.montag...@inria.fr wrote: > Hi > > On Wed, 01 May 2024 10:51:34 +0100 Patrick O'Callaghan wrote: > > > May 01 08:00:50 Bree kernel: Freezing user space processes > > > and hibernation did work. Possibly a timing issue, so I'll have to > > look > > at

Re: System upgrades. Where is the / filesystem?

2024-05-01 Thread Felix Miata
John Pilkington composed on 2024-05-01 09:31 (UTC+0100): > I'm not aware of any snapshots, and suspect that Felix has a quicker way > of finding the relevant 'freespace' than waiting for dnf's version to > appear. Perhaps it's shown during the 'rpm --force' installs? I have > around 3400

Re: F40 hibernation issue

2024-05-01 Thread Francis . Montagnac
Hi On Wed, 01 May 2024 10:51:34 +0100 Patrick O'Callaghan wrote: > May 01 08:00:50 Bree kernel: Freezing user space processes > and hibernation did work. Possibly a timing issue, so I'll have to look > at my hibernate-preparation script: Yes: simply replace ExecStart by ExecStartPre. This will

Re: F40 hibernation issue

2024-05-01 Thread Patrick O'Callaghan
On Tue, 2024-04-30 at 15:36 -0700, Samuel Sieb wrote: > > > > And the system is not hibernating. > >    > > /dev/zram0 exists and is configured: > > Yes, and you can see it being disabled in the logs because you can't > hibernate to RAM. > > > # swapon > > NAME   TYPE  SIZE USED

Re: System upgrades. Where is the / filesystem?

2024-05-01 Thread John Pilkington
On 01/05/2024 00:54, Gordon Messmer wrote: On 2024-04-30 10:58 AM, John Pilkington wrote: (fedoraforum) has a suggestion of trimming the journalctl log, but neither that nor any other space-clearing actions that I have tried has made any difference. Have you made snapshots of your system