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?
Could
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 (s
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 Bourgogne
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 an
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 m
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:
https://discussion.fedoraproject.org/t/f38-yubioath-desktop-yubikey-manager-qt-will-no-longer-be-available-
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 Al
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:
OK,