Re: cron.weekly

2023-01-20 Thread Thomas Cameron via users
You can do this as root or via sudo: cd /tmp nohup /etc/cron.weekly/myfile & You can then close the window. As I understand it, nohup detaches the process from the controlling terminal. See https://phoenixnap.com/kb/linux-nohup for details. Thomas On 1/20/23 16:24, Patrick Dupre wrote:

Re: cron.weekly

2023-01-20 Thread Patrick Dupre
OK, Thank, but I wanted to run it in background, and be able to close the windows. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue

FYI... yubioath-desktop is slated to be removed from F38 repository

2023-01-20 Thread Gerald B. Cox
yubioath-desktop and potentially yubikey-manager-qt will not be included in the F38 repository due to packaging issues. For additional information and suggested mitigations, please review:

Re: cron.weekly

2023-01-20 Thread Thomas Cameron via users
On 1/20/23 14:07, Patrick Dupre wrote: Hello, I would like to run cron.weekly from a line command immediately. How can I do it ? If the script is /etc/cron.weekly/myfile, then just run /etc/cron.daily/myfile as root or via sudo. Thomas ___ users

Re: cron.weekly

2023-01-20 Thread Jeffrey Walton
On Fri, Jan 20, 2023 at 3:08 PM Patrick Dupre wrote: > > I would like to run cron.weekly from a line command immediately. > How can I do it ? https://gprivate.com/632ow Jeff ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send

cron.weekly

2023-01-20 Thread Patrick Dupre
Hello, I would like to run cron.weekly from a line command immediately. How can I do it ? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de

Re: Fedora 37: kernel: general protection fault, probably for non-canonical address PREEMPT SMP PT

2023-01-20 Thread Jerry James
On Fri, Jan 20, 2023 at 11:35 AM Dario Lesca wrote: > This bug still exist, also with last kernel 6.1.x > > Someone can help me to how to debug the problem? > > Could be a bugs related to my type of hardware? I see in the changelog for kernel 6.1.7 that several NFS-related bugs have been fixed

Re: Fedora 37: kernel: general protection fault, probably for non-canonical address PREEMPT SMP PT

2023-01-20 Thread Dario Lesca
Il giorno dom, 04/12/2022 alle 17.27 +0100, Dario Lesca ha scritto: > At this point seem this is a kernel bug. > > I have fill this bug: > https://bugzilla.redhat.com/show_bug.cgi?id=2150630 This bug still exist, also with last kernel 6.1.x Someone can help me to how to debug the problem?