Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Problem after an update

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Arisoy
Posts: 10
Joined: 2022-04-24 10:07
Has thanked: 2 times

Problem after an update

#1 Post by Arisoy »

Hello,

I updated my system.

But i assume something went wrong.

My graphic session has not the good resolution. And when i look at the boot log i have 3 errors.

Code: Select all

/dev/sda1: clean, 219799/1831424 files, 2776005/7323904 blocks
[FAILED] Failed to start Load Kernel Modules.
[  OK  ] Finished Tell Plymouth To Write Out Runtime Data.
[  OK  ] Finished Set console font and keymap.
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Started Load/Save RF Kill Switch Status.
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Finished Load AppArmor profiles.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Set.
         Starting Raise network interfaces...
         Starting Load AppArmor pro…managed internally by snapd...
[  OK  ] Finished Load AppArmor pro…s managed internally by snapd.
         Starting Load Kernel Modules...
[  OK  ] Finished Raise network interfaces.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[  OK  ] Reached target System Initialization.
[  OK  ] Started CUPS Scheduler.
[  OK  ] Started Trigger anacron every hour.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Started Daily dpkg database backup timer.
[  OK  ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[  OK  ] Started Discard unused blocks once a week.
[  OK  ] Started Refresh fwupd metadata regularly.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Daily man-db regeneration.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Path Units.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on CUPS Scheduler.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Socket activation for snappy daemon...
[  OK  ] Listening on Socket activation for snappy daemon.
[  OK  ] Reached target Socket Units.
[  OK  ] Reached target Basic System.
         Starting Accounts Service...
[  OK  ] Started Run anacron jobs.
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Regular background program processing daemon.
         Starting D-Bus System Message Bus...
         Starting Remove Stale Onli…t4 Metadata Check Snapshots...
[  OK  ] Reached target Login Prompts.
         Starting NVIDIA Persistence Daemon...
         Starting Authorization Manager...
         Starting Power Profiles daemon...
         Starting System Logging Service...
         Starting Snap Daemon...
         Starting Switcheroo Control Proxy service...
         Starting User Login Management...
         Starting Disk Manager...
[  OK  ] Started System Logging Service.
[FAILED] Failed to start NVIDIA Persistence Daemon.
See 'systemctl status nvidia-persistenced.service' for details.
[  OK  ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
[  OK  ] Started D-Bus System Message Bus.
         Starting Network Manager...
         Starting WPA supplicant...
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Switcheroo Control Proxy service.
         Starting Save/Restore Sound Card State...
[  OK  ] Started Authorization Manager.
         Starting Modem Manager...
[  OK  ] Started Power Profiles daemon.
[  OK  ] Finished Save/Restore Sound Card State.
[  OK  ] Reached target Sound Card.
[  OK  ] Started Accounts Service.
[  OK  ] Started User Login Management.
[  OK  ] Started WPA supplicant.
[  OK  ] Started Network Manager.
[  OK  ] Reached target Network.
         Starting Network Manager Wait Online...
         Starting CUPS Scheduler...
         Starting Permit User Sessions...
[  OK  ] Started Unattended Upgrades Shutdown.
[  OK  ] Finished Permit User Sessions.
         Starting GNOME Display Manager...
         Starting Hold until boot process finishes up...
         Starting Hostname Service...
[  OK  ] Started Modem Manager.
[  OK  ] Started CUPS Scheduler.
[  OK  ] Started GNOME Display Manager.
[  OK  ] Started Hostname Service.
The first problem is on the very first line. And i assume that the two others are linked to the first. But i don't know how to solve it.


I was reading some topic and tried to run :

Code: Select all

apt update
apt upgrade
apt dist-upgrade
apt -f install
dpkg --configure -a
Each of the commands are executed without any error. But my problem is stil there.

Maybe this will help you :

Code: Select all

# uname -a
Linux ironman 5.18.0-1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.2-1 (2022-06-06) x86_64 GNU/Linux

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Problem after an update

#2 Post by Head_on_a_Stick »

How did you install your NVIDIA proprietary drivers? Looks like they need rebuilding against the current kernel version. DKMS would do that automagically so I suspect you have not used the package from the Debian repositories.

Anyway you should check the journal:

Code: Select all

journalctl --unit systemd-modules-load --unit nvidia-persistenced
And you should always state which version of Debian you're running:

Code: Select all

apt policy
Disclaimer: if it's testing/unstable you're on your own :mrgreen:
deadbang

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 85 times

Re: Problem after an update

#3 Post by 4D696B65 »

Arisoy wrote: 2022-06-19 17:51 Hello,
Hi
Arisoy wrote: 2022-06-19 17:51 I updated my system.
Please be more specific
Arisoy wrote: 2022-06-19 17:51 [FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
Did you do this?
Arisoy wrote: 2022-06-19 17:51 [FAILED] Failed to start NVIDIA Persistence Daemon.
See 'systemctl status nvidia-persistenced.service' for details.
Did you do this?
Arisoy wrote: 2022-06-19 17:51 Maybe this will help you :

Code: Select all

# uname -a
Linux ironman 5.18.0-1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.2-1 (2022-06-06) x86_64 GNU/Linux
Sid? Sometimes it takes a day or two for nvidia to be patched to build on a new kernel. Use an older kernel for now.

Arisoy
Posts: 10
Joined: 2022-04-24 10:07
Has thanked: 2 times

Re: Problem after an update

#4 Post by Arisoy »

Head_on_a_Stick wrote: 2022-06-19 18:04How did you install your NVIDIA proprietary drivers? Looks like they need rebuilding against the current kernel version. DKMS would do that automagically so I suspect you have not used the package from the Debian repositories.
I used the debian debian repository to install the nvidia driver. I actually install everything from theses repositories.
Head_on_a_Stick wrote: 2022-06-19 18:04Disclaimer: if it's testing/unstable you're on your own
I'm on testing :oops:

Code: Select all

apt policy 
Fichiers du paquet :
 100 /var/lib/dpkg/status
     release a=now
 500 http://ftp.u-strasbg.fr/debian testing/non-free amd64 Packages
     release o=Debian,a=testing,n=bookworm,l=Debian,c=non-free,b=amd64
     origin ftp.u-strasbg.fr
 500 http://ftp.u-strasbg.fr/debian testing/contrib amd64 Packages
     release o=Debian,a=testing,n=bookworm,l=Debian,c=contrib,b=amd64
     origin ftp.u-strasbg.fr
 500 http://ftp.u-strasbg.fr/debian testing/main amd64 Packages
     release o=Debian,a=testing,n=bookworm,l=Debian,c=main,b=amd64
     origin ftp.u-strasbg.fr

Code: Select all

# journalctl --unit systemd-modules-load --unit nvidia-persistenced
avril 23 00:12:39 ironman systemd[1]: systemd-modules-load.service: Deactivated successfully.
avril 23 00:12:39 ironman systemd[1]: Stopped Load Kernel Modules.
-- Boot 407bfd3358ff491289a3fb9af381925c --
avril 23 00:21:38 ironman systemd[1]: systemd-modules-load.service: Deactivated successfully.
avril 23 00:21:38 ironman systemd[1]: Stopped Load Kernel Modules.
-- Boot 18806c63a87c4b9893ce7190a00cc2d8 --
avril 24 02:04:31 ironman systemd[1]: systemd-modules-load.service: Deactivated successfully.
avril 24 02:04:31 ironman systemd[1]: Stopped Load Kernel Modules.
-- Boot 38592a83bf9840a7a623107dc31cb580 --
avril 24 18:37:49 ironman systemd[1]: Starting NVIDIA Persistence Daemon...
avril 24 18:37:49 ironman nvidia-persistenced[19198]: Started (19198)
avril 24 18:37:49 ironman nvidia-persistenced[19198]: Failed to open libnvidia-cfg.so.1: libnvidia-cfg.so.1: ca>
avril 24 18:37:49 ironman nvidia-persistenced[19197]: nvidia-persistenced failed to initialize. Check syslog fo>
avril 24 18:37:49 ironman systemd[1]: nvidia-persistenced.service: Control process exited, code=exited, status=>
avril 24 18:37:49 ironman nvidia-persistenced[19198]: Shutdown (19198)
avril 24 18:37:49 ironman systemd[1]: nvidia-persistenced.service: Failed with result 'exit-code'.
avril 24 18:37:49 ironman systemd[1]: Failed to start NVIDIA Persistence Daemon.
avril 24 18:40:28 ironman systemd[1]: systemd-modules-load.service: Deactivated successfully.
avril 24 18:40:28 ironman systemd[1]: Stopped Load Kernel Modules.
-- Boot 0398445f08064c5b8ff660c309b21c73 --
avril 24 18:40:57 ironman systemd-modules-load[263]: Inserted module 'lp'
avril 24 18:40:57 ironman systemd-modules-load[263]: Inserted module 'ppdev'
avril 24 18:40:57 ironman systemd-modules-load[263]: Inserted module 'parport_pc'
avril 24 18:40:57 ironman systemd-modules-load[263]: Inserted module 'msr'
avril 24 18:40:57 ironman systemd-modules-load[263]: Inserted module 'ipmi_devintf'
avril 24 18:40:57 ironman systemd-modules-load[263]: Inserted module 'nvidia_drm'
avril 24 18:40:57 ironman systemd[1]: Finished Load Kernel Modules.
avril 24 18:40:58 ironman systemd[1]: Starting NVIDIA Persistence Daemon...
avril 24 18:40:58 ironman nvidia-persistenced[433]: Started (433)
avril 24 18:40:59 ironman nvidia-persistenced[433]: NUMA: Failed ioctl call to get device NUMA Info: Invalid ar>
avril 24 18:40:59 ironman nvidia-persistenced[433]: device 0000:01:00.0 - NUMA: Failed to get device NUMA info
avril 24 18:40:59 ironman nvidia-persistenced[433]: device 0000:01:00.0 - failed to online memory.
avril 24 18:41:01 ironman systemd[1]: Started NVIDIA Persistence Daemon.
avril 24 19:02:30 ironman nvidia-persistenced[433]: Shutdown (433)
avril 24 19:02:30 ironman systemd[1]: Stopping NVIDIA Persistence Daemon...
avril 24 19:02:30 ironman systemd[1]: nvidia-persistenced.service: Deactivated successfully.
avril 24 19:02:30 ironman systemd[1]: Stopped NVIDIA Persistence Daemon.

Code: Select all

# systemctl status systemd-modules-load.service
× systemd-modules-load.service - Load Kernel Modules
     Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
     Active: failed (Result: exit-code) since Sun 2022-06-19 19:32:40 CEST; 46min ago
       Docs: man:systemd-modules-load.service(8)
             man:modules-load.d(5)
    Process: 496 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
   Main PID: 496 (code=exited, status=1/FAILURE)
        CPU: 23ms

juin 19 19:32:40 ironman systemd-modules-load[512]: modprobe: ERROR: could not insert 'nvidia': Invalid argument
juin 19 19:32:40 ironman systemd-modules-load[516]: modprobe: FATAL: Module nvidia-legacy-390xx-modeset not fou>
juin 19 19:32:40 ironman systemd-modules-load[506]: modprobe: ERROR: ../libkmod/libkmod-module.c:990 command_do>
juin 19 19:32:40 ironman systemd-modules-load[506]: modprobe: ERROR: could not insert 'nvidia_modeset': Invalid>
juin 19 19:32:40 ironman systemd-modules-load[517]: modprobe: FATAL: Module nvidia-legacy-390xx-drm not found i>
juin 19 19:32:40 ironman systemd-modules-load[496]: Error running install command 'modprobe nvidia-modeset ; mo>
juin 19 19:32:40 ironman systemd-modules-load[496]: Failed to insert module 'nvidia_drm': Invalid argument
juin 19 19:32:40 ironman systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/F>
juin 19 19:32:40 ironman systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
juin 19 19:32:40 ironman systemd[1]: Failed to start Load Kernel Modules.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Problem after an update

#5 Post by Head_on_a_Stick »

Yeah, I think 4D696B65 is right. You'll have to wait for NVIDIA to pull their finger out of their ass.
deadbang

User avatar
sunrat
Administrator
Administrator
Posts: 6412
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 462 times

Re: Problem after an update

#6 Post by sunrat »

4D696B65 wrote: 2022-06-19 18:09 Sid? Sometimes it takes a day or two for nvidia to be patched to build on a new kernel. Use an older kernel for now.
A day or two? Very optimistic. Sometimes it can be relatively quick but I have seen it take weeks for Nvidia to catch up for a new kernel version.
The joys of running testing or sid. :mrgreen:
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Arisoy
Posts: 10
Joined: 2022-04-24 10:07
Has thanked: 2 times

Re: Problem after an update

#7 Post by Arisoy »

sunrat wrote: 2022-06-19 22:25
4D696B65 wrote: 2022-06-19 18:09 Sid? Sometimes it takes a day or two for nvidia to be patched to build on a new kernel. Use an older kernel for now.
A day or two? Very optimistic. Sometimes it can be relatively quick but I have seen it take weeks for Nvidia to catch up for a new kernel version.
The joys of running testing or sid. :mrgreen:
You were right ! Yesterday i got an Nvidia upgrade and now everything works fine again.

Thanks all.

Post Reply