USB ethernet wake-on-LAN?

2023-11-22 Thread Chris Adams
I have a new ThinkPad T14s AMD 4th gen notebook, and a USB-C ethernet adapter. I would like to be able to send wake-on-LAN to the notebook for some uses. The ethernet adapter also has a USB-C port for power delivery (so it can also charge the notebook). When the notebook is suspended, the ethern

Re: Python code error in F39, but not in F38

2023-11-22 Thread Ranjan Maitra via users
On Wed Nov22'23 02:36:35PM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Wed, 22 Nov 2023 14:36:35 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: Python code error in F39, but not in F38 > > On 11/22/23 14:20, Ranjan Maitra via users wrot

Re: Python code error in F39, but not in F38

2023-11-22 Thread Samuel Sieb
On 11/22/23 14:20, Ranjan Maitra via users wrote: On Wed Nov22'23 09:49:49PM, Barry Scott wrote: From: Barry Scott Date: Wed, 22 Nov 2023 21:49:49 + At this point you need get more information. What do the folllowing GDB commands print? p tstate p tstate->interp thread allow all bt Doh.

Re: Python code error in F39, but not in F38

2023-11-22 Thread Ranjan Maitra via users
On Wed Nov22'23 09:49:49PM, Barry Scott wrote: > From: Barry Scott > Date: Wed, 22 Nov 2023 21:49:49 + > To: Community support for Fedora users > CC: Ranjan Maitra > Reply-To: Community support for Fedora users > Subject: Re: Python code error in F39, but not in F38 > > > > > On 22 Nov 2023

Re: Python code error in F39, but not in F38

2023-11-22 Thread Barry Scott
> On 22 Nov 2023, at 21:32, Barry Scott wrote: > >> Any suggestions as to what is going wrong here? > > At this point you need get more information. > > What do the folllowing GDB commands print? > > p tstate > p tstate->interp > thread allow all bt Doh... thread apply all bt I alw

Re: Python code error in F39, but not in F38

2023-11-22 Thread Barry Scott
> On 22 Nov 2023, at 20:16, Ranjan Maitra via users > wrote: > > Thanks very much for this for explaining how to run gdb on a python script! > On Python 3.12 (Fedora 39), I get, at the very end: > > Thread 1 "python" received signal SIGSEGV, Segmentation fault. > 0x779e4b5b in _PyInt

Re: Python code error in F39, but not in F38

2023-11-22 Thread Ranjan Maitra via users
On Tue Nov21'23 05:25:35PM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Tue, 21 Nov 2023 17:25:35 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: Python code error in F39, but not in F38 > > On 11/19/23 10:01, Ranjan Maitra via users wrot

Re: Python code error in F39, but not in F38

2023-11-22 Thread Barry
> On 22 Nov 2023, at 16:14, Ranjan Maitra via users > wrote: > > Thanks! Interesting, I wonder if that is also what has caused tensorflow to > not go up to 3.12 for now. Complex packages usually take a while to port to a new python is released. All the python packages that fedora ships have

Re: Python code error in F39, but not in F38

2023-11-22 Thread Ranjan Maitra via users
On Wed Nov22'23 08:12:58AM, George N. White III wrote: > From: "George N. White III" > Date: Wed, 22 Nov 2023 08:12:58 -0400 > To: Community support for Fedora users > Reply-To: Community support for Fedora users > Subject: Re: Python code error in F39, but not in F38 > > On Sun, Nov 19, 2023 at

Re: Intel NUC 12 Enthusiast Kit with Arc 770 and fedora 39

2023-11-22 Thread Michal Schorm
No sure this is what you're looking for, but: you can edit the kernel parameters in the boot entry. Select a boot entry from a list and press 'e' to edit. Then 'ctrl+x' to execute. That way, you can have a custom kernel option set while running the Fedora installation ISO. If that would help with

Re: Python code error in F39, but not in F38

2023-11-22 Thread George N. White III
On Sun, Nov 19, 2023 at 2:02 PM Ranjan Maitra via users < users@lists.fedoraproject.org> wrote: > On Sun Nov19'23 05:35:19PM, Barry wrote: > > From: Barry > > Date: Sun, 19 Nov 2023 17:35:19 + > > To: Community support for Fedora users > > > > > > > > > > > It is possible that there is a bu