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?

Could be a bugs related to my type of hardware?

Many thanks

Dario
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 (see
https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.7).  This
includes some reference counting bugs, which could be the cause of the
problem you are having. Maybe you could try this update:

https://bodhi.fedoraproject.org/updates/FEDORA-2023-0597579983

-- 
Jerry James
http://www.jamezone.org/
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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: 
https://discussion.fedoraproject.org/t/f38-yubioath-desktop-yubikey-manager-qt-will-no-longer-be-available-in-fedora-repository/45921

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===


> Sent: Friday, January 20, 2023 at 9:30 PM
> From: "Thomas Cameron via users" 
> To: users@lists.fedoraproject.org
> Cc: "Thomas Cameron" 
> Subject: Re: cron.weekly
>
> 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 mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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:

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 Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
  Tel: +33 (0)380395988| | Room# D114A
===



Sent: Friday, January 20, 2023 at 9:30 PM
From: "Thomas Cameron via users" 
To: users@lists.fedoraproject.org
Cc: "Thomas Cameron" 
Subject: Re: cron.weekly

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 mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue