Re: Fail2ban is failing

2024-05-03 Thread Richard Shaw
On Fri, May 3, 2024 at 6:31 AM Patrick O'Callaghan wrote: > F40 fully updated. > Try a `dnf --refresh update`. The fix just went to stable last night. Thanks, Richard -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an

Re: Fail2ban is failing

2024-05-03 Thread Tom Rivers via users
Until the fix is available, I've been able to get it running until the next system reboot by doing the following: # setenforce 0 # systemctl start fail2ban ... wait a minute ... # setenforce 1 Tom On 5/3/2024 12:39 PM, Patrick O'Callaghan wrote: On Fri, 2024-05-03 at 06:45 -0500, Richard

Fail2ban is failing

2024-05-03 Thread Patrick O'Callaghan
F40 fully updated. # systemctl status fail2ban × fail2ban.service - Fail2Ban Service Loaded: loaded (/usr/lib/systemd/system/fail2ban.service; enabled; preset: disabled) Drop-In: /usr/lib/systemd/system/service.d └─10-timeout-abort.conf Active: failed

Re: Fail2ban is failing

2024-05-03 Thread Patrick O'Callaghan
On Fri, 2024-05-03 at 06:45 -0500, Richard Shaw wrote: > On Fri, May 3, 2024 at 6:31 AM Patrick O'Callaghan > > wrote: > > > F40 fully updated. > > > > Try a `dnf --refresh update`. The fix just went to stable last night. That just gets the same update I already tried. poc --

Re: How to increase size of /boot partition

2024-05-03 Thread Samuel Sieb
On 5/3/24 13:55, richard emberson wrote: Just today I upgraded from 39 to 40 but there was an issue: dnf told me I needed some 800k more space in my /boot partition to proceed. I had two kernels in /boot so I dnf removed those associated with the older of the two kernels. I then successfully

Re: How to increase size of /boot partition

2024-05-03 Thread Go Canes
On Fri, May 3, 2024 at 1:52 PM richard emberson wrote: > > Just today I upgraded from 39 to 40 but there was an issue: > dnf told me I needed some 800k more space in my /boot partition to proceed. > I had two kernels in /boot so I dnf removed those associated with the older > of the two kernels.

Re: can I clone from a usb flash drive to an NVMe drive?

2024-05-03 Thread ToddAndMargo via users
On 5/2/24 23:34, Todd Chester via users wrote: On 4/29/24 17:27, ToddAndMargo via users wrote: Hi All, I am making up a USB flash from of Fedroa 40 MATE for a customer to play with. If he likes it, can I clonezilla clone it over to his brand new NVMe drive (gpart it to expand the extents)?

F40 Live image boot failure

2024-05-03 Thread Sam Varshavchik
With all the talk of Wayland, I followed up on the idea of downloading an F40 Live image and seeing if it boots on my existing hardware. Well, it did boot on two out of three laptops that are currently running F39. On a 2013-era Thinkpad W520 it immediately fails with a: error:

Re: F40 Live image boot failure

2024-05-03 Thread Sam Varshavchik
ToddAndMargo via users writes: On 5/3/24 15:42, Sam Varshavchik wrote: With all the talk of Wayland, I followed up on the idea of downloading an F40 Live image and seeing if it boots on my existing hardware. Well, it did boot on two out of three laptops that are currently running F39. On a

Re: Fail2ban is failing

2024-05-03 Thread Patrick O'Callaghan
On Fri, 2024-05-03 at 16:52 -0500, Richard Shaw wrote: > On Fri, May 3, 2024 at 4:13 PM Patrick O'Callaghan > > wrote: > > > On Fri, 2024-05-03 at 13:08 -0400, Tom Rivers via users wrote: > > > Until the fix is available, I've been able to get it running > > > until > > > the > > > next system

How to increase size of /boot partition

2024-05-03 Thread richard emberson
Just today I upgraded from 39 to 40 but there was an issue: dnf told me I needed some 800k more space in my /boot partition to proceed. I had two kernels in /boot so I dnf removed those associated with the older of the two kernels. I then successfully upgraded. I fear the next time I do a dnf

Re: F40 Live image boot failure

2024-05-03 Thread ToddAndMargo via users
On 5/3/24 18:28, ToddAndMargo via users wrote: On 5/3/24 17:24, Sam Varshavchik wrote: ToddAndMargo via users writes: On 5/3/24 15:42, Sam Varshavchik wrote: With all the talk of Wayland, I followed up on the idea of downloading an F40 Live image and seeing if it boots on my existing

Re: Fail2ban is failing

2024-05-03 Thread Richard Shaw
On Fri, May 3, 2024 at 4:13 PM Patrick O'Callaghan wrote: > On Fri, 2024-05-03 at 13:08 -0400, Tom Rivers via users wrote: > > Until the fix is available, I've been able to get it running until > > the > > next system reboot by doing the following: > > > > # setenforce 0 > > # systemctl start

Re: F40 Live image boot failure

2024-05-03 Thread ToddAndMargo via users
On 5/3/24 15:42, Sam Varshavchik wrote: With all the talk of Wayland, I followed up on the idea of downloading an F40 Live image and seeing if it boots on my existing hardware. Well, it did boot on two out of three laptops that are currently running F39. On a 2013-era Thinkpad W520 it

Re: How to increase size of /boot partition

2024-05-03 Thread Samuel Sieb
On 5/3/24 14:03, Samuel Sieb wrote: The easiest option would be to use a live boot, shrink the /ssd partition by 1GB, shift it forward, then give that space to /boot.  I assume that gparted can handle LUKS.  And of course, make sure you have a backup for whatever is in that partition if it's

Re: F40 Live image boot failure

2024-05-03 Thread Samuel Sieb
On 5/3/24 15:42, Sam Varshavchik wrote: With all the talk of Wayland, I followed up on the idea of downloading an F40 Live image and seeing if it boots on my existing hardware. Well, it did boot on two out of three laptops that are currently running F39. On a 2013-era Thinkpad W520 it

Re: F40 Live image boot failure

2024-05-03 Thread Sam Varshavchik
Samuel Sieb writes: error: ../../grub-core/disk/efi/efidisk.c:531:invalid buffer alignment -1112264040 error: ../../grub-core/loader/i386/efi/linux.c:258:you need to load the kernel first. Press any key to continue... Although my plans are to use dnf system-upgrade, this looks like a

Re: F40 Live image boot failure

2024-05-03 Thread ToddAndMargo via users
On 5/3/24 17:24, Sam Varshavchik wrote: ToddAndMargo via users writes: On 5/3/24 15:42, Sam Varshavchik wrote: With all the talk of Wayland, I followed up on the idea of downloading an F40 Live image and seeing if it boots on my existing hardware. Well, it did boot on two out of three

Re: How to increase size of /boot partition

2024-05-03 Thread John Pilkington
On 03/05/2024 18:52, richard emberson wrote: Just today I upgraded from 39 to 40 but there was an issue: dnf told me I needed some 800k more space in my /boot partition to proceed. I had two kernels in /boot so I dnf removed those associated with the older of the two kernels. I then successfully

Re: F40 Live image boot failure

2024-05-03 Thread Jeffrey Walton
On Fri, May 3, 2024 at 8:26 PM Sam Varshavchik wrote: > Samuel Sieb writes: > > >> error: ../../grub-core/disk/efi/efidisk.c:531:invalid buffer alignment > >> -1112264040 > >> error: ../../grub-core/loader/i386/efi/linux.c:258:you need to load > the > >> kernel first. > >> > >> Press any key to

How to increase size of /boot partition

2024-05-03 Thread richard emberson
Just today I upgraded from 39 to 40 but there was an issue: dnf told me I needed some 800k more space in my /boot partition to proceed. I had two kernels in /boot so I dnf removed those associated with the older of the two kernels. I then successfully upgraded. I fear the next time I do a dnf

Re: F40 and breaking file command change

2024-05-03 Thread Samuel Sieb
On 5/3/24 02:30, Jeffrey Walton wrote: On Fri, May 3, 2024 at 5:03 AM Michael Schwendt > wrote: On Wed, 1 May 2024 23:10:18 -0400, Jeffrey Walton wrote: > I was amazed the file project broke the command. The projects I contribute > to will move

Re: How to increase size of /boot partition

2024-05-03 Thread Tom Horsley
On Fri, 3 May 2024 13:55:49 -0700 richard emberson wrote: > So, how can I increase the size of the /boot partition? Many partitions, > like /tmp, are bigger than they need to be. Might be worth a reinstall from scratch. I always make just a single / partition and let all those other things be

Re: Fail2ban is failing

2024-05-03 Thread Patrick O'Callaghan
On Fri, 2024-05-03 at 13:08 -0400, Tom Rivers via users wrote: > Until the fix is available, I've been able to get it running until > the > next system reboot by doing the following: > > # setenforce 0 > # systemctl start fail2ban > > ... wait a minute ... > > # setenforce 1 > That seems to

Re: F40 Live image boot failure

2024-05-03 Thread Samuel Sieb
On 5/3/24 17:26, Sam Varshavchik wrote: Samuel Sieb writes: error: ../../grub-core/disk/efi/efidisk.c:531:invalid buffer alignment -1112264040 error: ../../grub-core/loader/i386/efi/linux.c:258:you need to load the kernel first. Press any key to continue... Although my plans are to use

Re: F40 Live image boot failure

2024-05-03 Thread Sam Varshavchik
Samuel Sieb writes: On 5/3/24 17:26, Sam Varshavchik wrote: Samuel Sieb writes: error: ../../grub-core/disk/efi/efidisk.c:531:invalid buffer alignment -1112264040 error: ../../grub-core/loader/i386/efi/linux.c:258:you need to load the kernel first. Press any key to continue... Although

Re: F40 Live image boot failure

2024-05-03 Thread Samuel Sieb
On 5/3/24 6:03 PM, Sam Varshavchik wrote: Samuel Sieb writes: On 5/3/24 17:26, Sam Varshavchik wrote: Samuel Sieb writes: error: ../../grub-core/disk/efi/efidisk.c:531:invalid buffer alignment -1112264040 error: ../../grub-core/loader/i386/efi/linux.c:258:you need to load the kernel first.

Re: F40 and breaking file command change

2024-05-03 Thread Michael Schwendt
On Wed, 1 May 2024 23:10:18 -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. In such a case, your script ought to apply some

Re: F40 and breaking file command change

2024-05-03 Thread Jeffrey Walton
On Fri, May 3, 2024 at 5:03 AM Michael Schwendt wrote: > On Wed, 1 May 2024 23:10:18 -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

Re: can I clone from a usb flash drive to an NVMe drive?

2024-05-03 Thread Todd Chester via users
On 4/29/24 17:27, ToddAndMargo via users wrote: Hi All, I am making up a USB flash from of Fedroa 40 MATE for a customer to play with. If he likes it, can I clonezilla clone it over to his brand new NVMe drive (gpart it to expand the extents)? -T It worked ! --

Re: F40 and breaking file command change

2024-05-03 Thread Michael Schwendt
On Fri, 3 May 2024 05:30:21 -0400, Jeffrey Walton wrote: > I thought the same thing about the file program. The change should have > caused a regression when running its self tests. The authors should have > known there was a problem with what they did. It's more likely that the file program's