We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
[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.
Sorry, something went wrong.
@hansode Just hit that problem. When will you be able to release a bugfix-release on atlas?
hansode
No branches or pull requests
fedora22 does not load vbox modules on boot.
work around:
and then package new box file from ran avobe commands.
The text was updated successfully, but these errors were encountered: