You are not logged in.
Hi, I apologize if it's a silly question but I can't find the solution
on startup my computer always throws an error
"Failed to start Load Kernel Modules."
if i execute:
/usr/bin/systemctl status systemd-modules-load.service
i got:
[maury@arch ~]$ /usr/bin/systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since Mon 2020-12-14 23:39:10 UTC; 17min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 3955 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 3955 (code=exited, status=1/FAILURE)
dic 14 23:39:10 arch systemd[1]: Starting Load Kernel Modules...
dic 14 23:39:10 arch systemd-modules-load[3955]: Failed to insert module 'vfs_monitor': Invalid argument
dic 14 23:39:10 arch systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
dic 14 23:39:10 arch systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
dic 14 23:39:10 arch systemd[1]: Failed to start Load Kernel Modules.if execute: journalctl -xe
[maury@arch ~]$ journalctl -xe
░░ Defined-By: systemd
░░ Support: [url]https://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
░░
░░ A start job for unit systemd-modules-load.service has begun execution.
░░
░░ The job identifier is 2065.
dic 15 00:01:01 arch polkitd[371]: Operator of unix-session:2 successfully authenticated as unix-user:maury to gain TEMPORARY authorization for action>
dic 15 00:01:01 arch systemd-modules-load[6862]: Failed to insert module 'vfs_monitor': Invalid argument
dic 15 00:01:01 arch polkitd[371]: Unregistered Authentication Agent for unix-process:6853:269642 (system bus name :1.98, object path /org/freedesktop>
dic 15 00:01:01 arch systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: [url]https://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
░░
░░ An ExecStart= process belonging to unit systemd-modules-load.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 1.
dic 15 00:01:01 arch systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: [url]https://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
░░
░░ The unit systemd-modules-load.service has entered the 'failed' state with result 'exit-code'.
dic 15 00:01:01 arch systemd[1]: Failed to start Load Kernel Modules.
░░ Subject: A start job for unit systemd-modules-load.service has failed
░░ Defined-By: systemd
░░ Support: [url]https://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
░░
░░ A start job for unit systemd-modules-load.service has finished with a failure.
░░
░░ The job identifier is 2065 and the job result is failed.
lines 1225-1255/1255 (END)I would like your help to find a solution to my problem
kernel: linux 5.9.14.arch1-1
desktop enviroment: Deepin
Last edited by maareasperez7 (2020-12-15 00:16:00)
Offline
Using pacman -Qo, you can find that that module belongs to the deepin-anything-arch package. What version do you have of that?
And please, use code blocks
Offline
Using pacman -Qo, you can find that that module belongs to the deepin-anything-arch package. What version do you have of that?
And please, use code blocks
thanks for answer
i have deepin-anything-arch-5.0.1-130
if i run pacman -Qo
[maury@arch ~]$ pacman -Qo
error: no se especificaron objetivos (use -h para ayuda)Offline