xeno74 wrote:
Hi Musa,
Sorry for my late answer. First of all many thanks for testing. I have found some help about systemd in combination with kernel modules:
wiki.archlinux.org. Could you try it out, please?
Rgds,
Christian
Hi Christian
Thank you for answers
I did the following:
systemctl status systemd-modules-load in a terminal gave me the Process ID which was 2182
Then sudo journalctl _PID=2182
Here I could see that it was some cups modules that failed.
Then sudo ls -Al /etc/modules-load.d/ who gave me this output.
"-rw-r - r-- 1 root root 125 June 16 11:00 cups filters.conf
lrwxrwxrwx 1 root root 10 May 26 18:37 modules.conf -> ../modules"
Then I opened /etc/modules-load.d/ cups filters.conf in an editor and inserted # in front of the modules that fails.
Then I restarted and the error was gone.
systemctl status systemd-modules-load now says:
systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
Active: active (exited) since Tue 2015-06-16 11:03:54 CEST; 4min 5s ago
Docs: Mon: systemd-modules-load.service (8)
Mon: modules-load.d (5)
Process: 1092 ExecStart = / lib / systemd / systemd-modules-load (code = exited, status = 0 / SUCCESS)
Main PID: 1092 (code = exited, status = 0 / SUCCESS)
CGroup: /system.slice/systemd-modules-load.service
This could indicate that the problem is solved.
The modules not started was, that I could see for printing via par: and ser: devices that I do not use.
Thanks for the help
By the way, which Linux do you use with qemu