Page 1 of 2

(Mageia 5) Failed to start Load Legacy Module Configuration

Posted: 12 Jan 2016, 01:29
by dedanna1029
This is an error I get on boot. Is it because I'm not using Legacy in BIOS, or ? It doesn't pick up in dmesg when I run it.
It does give a systemctl status command to run, but it goes by so fast on boot I can't see what it is.

[FAILED] Failed to start Load Legacy Module Configuration
See systemctl blah blah blah status something ???

Any clue about this one?

Thanks.

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 12 Jan 2016, 11:03
by viking60
There are a few messages like that on boot. Mostly they have no negative impact (remember that annoying kernel module message?).

Code: Select all

journalctl -b -p err

Should show you all error messages after the last boot (again; don't panic if there are a lot of them :-D ).


Code: Select all

journalctl -b
Will show you all messages of the last boot.

The Message you get is probably to check out:

Code: Select all

systemctl status fedora-loadmodules.service

and probably something like this:

Code: Select all

"Failed to start Recreate Volatile Files and Directories
See 'systemctl status systemd-tmpfiles-setup.service' for details."

https://bugs.mageia.org/show_bug.cgi?id=4172
It should have been fixed here
:A
https://bugs.mageia.org/show_bug.cgi?id=3658

Just guessing based on your description :-D

Maybe a simple:

Code: Select all

systemctl status systemd-modules-load.service
will clear things up.
It will give you a PID which you can further investigate with:

Code: Select all

journalctl _PID=XXX
XXX being the pid number...

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 13 Jan 2016, 00:47
by dedanna1029
viking60 wrote:The Message you get is probably to check out:

Code: Select all

systemctl status fedora-loadmodules.service

This is what it was saying on boot, now that I see it here. This is it.

Thanks! I'll report back when I run it; me 'n systemctl don't jive very well so I may need further help.

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 13 Jan 2016, 17:23
by viking60
Sure that is what we are here for

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 14 Jan 2016, 01:10
by dedanna1029
OK, here's the output. No clue what it all means. I can tell some of it, but need more refreshing on skillz for all of it:
systemctl status fedora-loadmodules.service output (got a General SQL error when I tried to post it in code tags)
systemctl status systemd-modules-load.service output (again, got a General SQL error trying to post this in code tags)
So, the next step would be, ???

Thanks so much.

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 14 Jan 2016, 01:50
by viking60
Looks like that Fedora bug is still active - I don't know what that service does but it is not starting correctly on your box.
Maybe

Code: Select all

journalctl _PID=647
can confuse us on a higher level.

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 15 Jan 2016, 19:58
by dedanna1029
OK, I think I'll report on the bug. It's been like this ever since I installed Mageia 5, no updates have cleared it up. I'll post the journalctl command here when I'm back at the computer later today or this evening my time.

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 17 Jan 2016, 22:10
by dedanna1029
Oh, sorry, I meant to post this to you as well:

Code: Select all

[root@localhost ~]# journalctl _PID=647
-- Logs begin at Fri 2015-11-06 20:45:37 MST, end at Sun 2016-01-17 14:08:22 MST. --
Dec 08 10:22:04 dedanna.rocks.net systemd-fsck[647]: Reiserfs super block in block 16
Dec 08 10:22:04 dedanna.rocks.net systemd-fsck[647]: Blocks (total/free): 81227008/75
Dec 08 10:22:04 dedanna.rocks.net systemd-fsck[647]: Filesystem is clean
-- Reboot --
Dec 08 21:35:30 dedanna.rocks.net systemd-fsck[647]: Reiserfs super block in block 16
Dec 08 21:35:30 dedanna.rocks.net systemd-fsck[647]: Blocks (total/free): 81227008/75
Dec 08 21:35:30 dedanna.rocks.net systemd-fsck[647]: Filesystem is clean
-- Reboot --
Jan 13 16:57:06 localhost.localdomain fedora-loadmodules[647]: Loading modules: nvram
Jan 13 16:57:06 localhost.localdomain fedora-loadmodules[647]: modprobe: ERROR: could
lines 1-11/11 (END)


Interesting... and yes, somewhat confusing. I find it really strange that it's considered a modprobe error???

I've also reopened the relevant bug.

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 18 Jan 2016, 00:36
by viking60
Hm there must be a modprobe procedure that takes care of this :think: It sure looks like a bug.

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 18 Jan 2016, 04:39
by dedanna1029
Well, there is a response on the bug already.
Ssooo... Just how do I remove hdaps from my configuration? For that matter, what is hdaps? Evidently it has to go because it's what is causing this.

Edit: This is it.
I'm not so sure I should remove that - maybe file a bug on it if there isn't one already.

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 18 Jan 2016, 09:48
by viking60
It seems to be DE dependant.
If you have KDE you should have something like "kdeplasma-applets-hdaps-monitor". It should be possible to deinstal it.

Re: (Mageia 5) Failed to start Load Legacy Module Configurat

Posted: 18 Jan 2016, 14:32
by dedanna1029
Ugh. That's what I'm running, yeah, but the error is several times on boot, so it can't be just a DE dependent, can it? I'll check it out though.
Wait, yeah, it can - it would need hdaps on boot to run anyway, is my thinking.

Update: Nothing hdap or hdaps is installed. I tried in file names, in description, in summary, in everything. Ah, wait, the kernel comes up and so does pm-fallback-policy. That's it though.
I guess that could be a reason it's failing, or maybe it's something else making hdaps fail?