Page 1 of 2
Fedora 12 hangs on startup
Posted: Tue Sep 21, 2010 3:21 pm
by Donaldini
Hey,
After spending some time on the #Fedora and #Amahi (with cpg and bigfoot65) IRC I still haven't been able to fix my current problem.
I have a Fedora 12 computer for an Amahi media server (NAS).
Recently I updated it, but not quite sure if i've rebooted since then. Anyway I rebooted today and wasn't able to start it up again.
I hangs right after it fills up the "white egg" Fedora logo. The command line gives me this:
http://www.donaldini.be/files/FedoraBoot.jpg
The md-daapd error has already been fixed, it's now stuck on the "monit" line.
This is a screen of my Grub:
http://www.donaldini.be/files/Fedora12versions.jpg
I hope anyone sees the problem so I can get my NAS back working again.
Re: Fedora 12 hangs on startup
Posted: Wed Sep 22, 2010 12:31 pm
by cpg
the grub screen does not help much.
you can edit the boot parameters right there in grub to remove "rhgb" (red hat graphical boot) and boot without the white egg, which will let you see what's preventing it from booting.
Re: Fedora 12 hangs on startup
Posted: Wed Sep 22, 2010 2:46 pm
by Donaldini
Isn't that what is being show in the first screenshot?
Re: Fedora 12 hangs on startup
Posted: Wed Sep 22, 2010 2:57 pm
by cpg
Isn't that what is being show in the first screenshot?
no, it shows the error in mt-daapd.
turn off monit, just like you did with mt-daapd.
seems rather strange that these things would "hang".
the monit just happens to be the last one before the logins start now.
i think there is something in rc.local or something blocking the logins. somehow.
Re: Fedora 12 hangs on startup
Posted: Thu Sep 23, 2010 2:33 am
by Donaldini
when I do:
Code: Select all
chkconfig monit off
service monit stop
and then reboot, it just stops at the line before:
and visually it hangs on the fedora logo again.
Re: Fedora 12 hangs on startup
Posted: Thu Sep 23, 2010 8:42 pm
by cpg
dunno. so, clearly it's something after all those.
not sure what it could be (especially something after an update??).
i cannot imagine what could be it. we'd have to debug a lot more in-depth, sorry.

Re: Fedora 12 hangs on startup
Posted: Thu Sep 23, 2010 11:42 pm
by moredruid
boot into single mode. enable all the services one by one and check if they come up or hang, you should find the guilty one then. Or boot into runlevel 2 (single + network) and do a yum update, this might fix things as well.
Re: Fedora 12 hangs on startup
Posted: Fri Sep 24, 2010 10:05 am
by Donaldini
And how exactly do I boot in any of those modes?
Re: Fedora 12 hangs on startup
Posted: Sat Sep 25, 2010 3:20 am
by moredruid
Re: Fedora 12 hangs on startup
Posted: Wed Sep 29, 2010 12:58 pm
by Donaldini
OMG i've been LMGTFY
boot into single mode. enable all the services one by one and check if they come up or hang, you should find the guilty one then. Or boot into runlevel 2 (single + network) and do a yum update, this might fix things as well.
First i tried this one:
After quite a lot of updates, the problems is still there.
So when I went into init 1, I was kinda stuck because I don't really have a clue how or what I needed to do to check those services.