Bug 9869 - Failed to load legacy modules
Summary: Failed to load legacy modules
Status: RESOLVED INVALID
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal minor
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 20:16 CEST by Philippe Leblanc
Modified: 2013-05-22 22:18 CEST (History)
2 users (show)

See Also:
Source RPM: systemd
CVE:
Status comment:


Attachments

Description Philippe Leblanc 2013-04-25 20:16:53 CEST
Description of problem:

Getting a failed message during boot concerning legacy modules:

Failed to start Load legacy module configuration.
See 'systemctl status fedora-loadmodules.service' for details.

Upon running the suggested command, I get the following output.

root@localhost ~]# systemctl status fedora-loadmodules.service
fedora-loadmodules.service - Load legacy module configuration
	  Loaded: loaded (/usr/lib/systemd/system/fedora-loadmodules.service; static)
	  Active: failed (Result: exit-code) since Thu, 2013-04-25 10:59:12 PDT; 5min ago
	 Process: 533 ExecStart=/lib/systemd/fedora-loadmodules (code=exited, status=1/FAILURE)
	  CGroup: name=systemd:/system/fedora-loadmodules.service

Apr 25 10:59:12 localhost.localdomain systemd[1]: Starting Load legacy module configuration...
Apr 25 10:59:12 localhost.localdomain fedora-loadmodules[533]: Loading modules: nvram evdev evdev vboxguest
Apr 25 10:59:12 localhost.localdomain fedora-loadmodules[533]: modprobe: ERROR: could not insert 'vboxguest': No such device
Apr 25 10:59:12 localhost.localdomain systemd[1]: fedora-loadmodules.service: main process exited, code=exited, status=1/FAILURE
Apr 25 10:59:12 localhost.localdomain systemd[1]: Failed to start Load legacy module configuration.
Apr 25 10:59:12 localhost.localdomain systemd[1]: Unit fedora-loadmodules.service entered failed state

There appears to be an issue with the vboxguest module. I checked and the package virtualbox-guest-additions is installed. However, I'm running Mageia directly bare metal, and not in a virtual machine. I don't think there should be an error message for two reasons. First, the guest-additions are installed, and second I'm not running a virtual machine. This doesn't appear to impact the functionality of the system, but is a spurious error.

With that said, not sure if this a systemd problem or a virtualbox problem. I'll see the severity to minor since it's not critical.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.


Reproducible: 

Steps to Reproduce:
Thierry Vignaud 2013-04-26 15:08:13 CEST

CC: (none) => thierry.vignaud
Source RPM: (none) => systemd

Comment 1 David Walser 2013-04-29 18:58:39 CEST
You shouldn't have guest additions installed on a host, those are for VMs.  On a host machine you should have dkms-virtualbox or virtualbox-kernel installed.

Status: NEW => RESOLVED
Resolution: (none) => INVALID

Comment 2 Philippe Leblanc 2013-05-06 06:52:00 CEST
I agree the guest additions shouldn't be installed given that I'm running on bare metal. However, they are installed automatically from the live CD as I did not install any virtualbox packages myself. Are their presence causing the error message above? Should I remove them?
Comment 3 Philippe Leblanc 2013-05-06 07:07:26 CEST
Well I confirmed the guest additions were the culprit. Removing them removed the error message. Now I need to figure out why they were installed in the first place since I never installed them myself.
Miguel Moreno 2013-05-22 22:18:42 CEST

CC: (none) => icaro842000


Note You need to log in before you can comment on or make changes to this bug.