Re: OT: Working on script to add Memtest86+ version 6.20 to Fedora boot menu

2023-06-07 Thread Michael D. Setzer II via users
On 7 Jun 2023 at 17:10, Go Canes wrote: From: Go Canes Date sent: Wed, 7 Jun 2023 17:10:51 -0400 Subject:Re: OT: Working on script to add Memtest86+ version 6.20 to Fedora boot menu To: mi...@guam.net, Community

Re: OT: Working on script to add Memtest86+ version 6.20 to Fedora boot menu

2023-06-07 Thread Go Canes
On Wed, Jun 7, 2023 at 12:53 PM Michael D. Setzer II via users wrote: > rm index.html -f > wget https://memtest.org/ > f=$(grep -m1 binaries.zip rm index.html -f [...] > Thanks for any suggestions.. replace above with: f=$(wget -O - https://memtest.org/ 2>/dev/null | grep -m1 binaries.zip |

Re: Thunderbird quirk

2023-06-07 Thread Robert McBroom via users
On 6/7/23 00:28, Samuel Sieb wrote: On 6/6/23 21:23, Robert McBroom via users wrote: The flame icon on a message in the Inbox used to send the message immediately to "Bulk Mail". It has stopped doing that. Messages that the email provider flags do go to the "Bulk Mail". Now the message has

Re: Boot failure with 6.3.4-101.fc37

2023-06-07 Thread Steve Underwood
On 06/06/2023 19:06, John Pilkington wrote: I don't see a need to mix repos.  My 470xx packages, including cuda, come from rpmfusion.  But I don't knowingly use cuda. RPMfusion provides nVidia drivers which include CUDA support. However, if you need the full CUDA development environment you

OT: Working on script to add Memtest86+ version 6.20 to Fedora boot menu

2023-06-07 Thread Michael D. Setzer II via users
The latest broken setup is for 149856 Jul 22 2022 /boot/memtest86+-5.31 There is a bugzilla working on adding 6.x but has been a work in progress for some time. The 5.31 only installs for non-UEFI and doesn't actually work. (At least for me) memtest-setup doesn't run on UEFI setups.. I've

Re: gimmicks for most & a question networking curious/experts - ? MACSEC

2023-06-07 Thread lejeczek via users
de On 06/06/2023 14:50, Chris Adams wrote: Once upon a time, lejeczek said: To start with the most basic of what I ponder over - basic in my mind though I get, that it does not have to be that or simple/obvious - is MACSEC with 'bond' as parent or in other words: macsec "on" a 'bond' network

Re: Virtualbox not working on kernel 6.3

2023-06-07 Thread ogio.spam
Hello Samuel, first of all, I can confirm VBox is working disabling IBT. Il giorno mar, 06/06/2023 alle 23.59 -0700, Samuel Sieb ha scritto: > On 6/6/23 23:25, ogio.spam wrote: > > Hi all, > > there is a documented issue for Virtualbox and new kernels (6.3). > > All VMs stuck on starting. > > >

Re: Virtualbox not working on kernel 6.3

2023-06-07 Thread Samuel Sieb
On 6/6/23 23:25, ogio.spam wrote: Hi all, there is a documented issue for Virtualbox and new kernels (6.3). All VMs stuck on starting. It seems to be a problem related with IBT (enable by default on new Fedora kernels) that causes the VM to refuse to load. One reference here:

Virtualbox not working on kernel 6.3

2023-06-07 Thread ogio.spam
Hi all, there is a documented issue for Virtualbox and new kernels (6.3). All VMs stuck on starting. It seems to be a problem related with IBT (enable by default on new Fedora kernels) that causes the VM to refuse to load. One reference here: https://www.virtualbox.org/ticket/21435 I'll try to