You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the CSE service on a Photon 2 based host. It starts without any problems, when I do this manually (systemctl start cse.service), but it won't automatically start after a reboot.
That's why I also submitted a pull-request (#96) for some small changes to cse.service. But even with those changes, it still doesn't autostart after a reboot.
When I do a systemctl list-dependencies cse.service, it marks systemd-modules-load.service with a red dot. Running systemctl status systemd-modules-load.service gives the following output:
root@vcd-cse01-svc [ ~ ]# systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2018-07-19 10:18:40 UTC; 1h 9min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Main PID: 595 (code=exited, status=1/FAILURE)
CPU: 3ms
Jul 19 10:18:40 vcd-cse01-svc.adestis.net systemd[1]: Starting Load Kernel Modules...
Jul 19 10:18:40 vcd-cse01-svc.adestis.net systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Jul 19 10:18:40 vcd-cse01-svc.adestis.net systemd[1]: Failed to start Load Kernel Modules.
Jul 19 10:18:40 vcd-cse01-svc.adestis.net systemd[1]: systemd-modules-load.service: Unit entered failed state.
Jul 19 10:18:40 vcd-cse01-svc.adestis.net systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Issuing systemctrl start cse.service runs it without a problem ... until the next reboot.
Any ideas what this is causing this problem? Or what I should change, please?
The text was updated successfully, but these errors were encountered:
I have seen this error in Ubuntu sometime ago. I will add this issue into our internal Jira. I will update again once we get to this issue in our backlog.
I installed the CSE service on a Photon 2 based host. It starts without any problems, when I do this manually (
systemctl start cse.service
), but it won't automatically start after a reboot.That's why I also submitted a pull-request (#96) for some small changes to
cse.service
. But even with those changes, it still doesn't autostart after a reboot.When I do a
systemctl list-dependencies cse.service
, it markssystemd-modules-load.service
with a red dot. Runningsystemctl status systemd-modules-load.service
gives the following output:Issuing
systemctrl start cse.service
runs it without a problem ... until the next reboot.Any ideas what this is causing this problem? Or what I should change, please?
The text was updated successfully, but these errors were encountered: