Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fedora22: systemd-modules-load Failed to find module 'vboxguest' #98

Open
hansode opened this issue Jul 4, 2015 · 2 comments
Open

fedora22: systemd-modules-load Failed to find module 'vboxguest' #98

hansode opened this issue Jul 4, 2015 · 2 comments
Assignees

Comments

@hansode
Copy link
Owner

hansode commented Jul 4, 2015

fedora22 does not load vbox modules on boot.

work around:

#  systemctl status  systemd-modules-load.service
#  systemctl restart systemd-modules-load.service
#  systemctl status  systemd-modules-load.service

and then package new box file from ran avobe commands.

@hansode hansode self-assigned this Jul 4, 2015
@hansode
Copy link
Owner Author

hansode commented Jul 4, 2015

[vagrant@vagrant-fedora22 ~]$ sudo systemctl status  systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sat 2015-07-04 06:17:23 JST; 9h ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 214 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
 Main PID: 214 (code=exited, status=1/FAILURE)

Jul 04 06:17:23 vagrant-fedora22 systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
Jul 04 06:17:23 vagrant-fedora22 systemd[1]: Failed to start Load Kernel Modules.
Jul 04 06:17:23 vagrant-fedora22 systemd[1]: Unit systemd-modules-load.service entered failed state.
Jul 04 06:17:23 vagrant-fedora22 systemd[1]: systemd-modules-load.service failed.
[vagrant@vagrant-fedora22 ~]$ sudo systemctl restart  systemd-modules-load.service
Job for systemd-modules-load.service failed. See "systemctl status systemd-modules-load.service" and "journalctl -xe" for details.
[vagrant@vagrant-fedora22 ~]$ sudo systemctl start  systemd-modules-load.service
[vagrant@vagrant-fedora22 ~]$ sudo systemctl restart  systemd-modules-load.service
[vagrant@vagrant-fedora22 ~]$ sudo systemctl status  systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
   Active: active (exited) since Sat 2015-07-04 15:18:34 JST; 3s ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 8415 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=0/SUCCESS)
 Main PID: 8415 (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/systemd-modules-load.service

Jul 04 15:18:34 vagrant-fedora22 systemd[1]: Stopping Load Kernel Modules...
Jul 04 15:18:34 vagrant-fedora22 systemd[1]: Starting Load Kernel Modules...
Jul 04 15:18:34 vagrant-fedora22 systemd[1]: Started Load Kernel Modules.

@rejinka
Copy link

rejinka commented Jul 8, 2015

@hansode Just hit that problem. When will you be able to release a bugfix-release on atlas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants