[Bug 173459] Review Request: initng

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 7 08:39:03 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: initng


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173459





------- Additional Comments From dragoran at feuerpokemon.de  2005-12-07 03:38 EST -------
(In reply to comment #114)
> (In reply to comment #111)
> > ok the change I made fixed the apache problem ....
> > but it still hangs on or after mounting sysfs
> > mounting sysfs as /sys (and nothing happens)
> > no disk ativity but numlock still works
> 
> It's hard to tell what might be the error here. Could you insert some echo's
> into strategic places in /etc/initng/system/initial.i to see exactly where the
> boot stops?

ok I updated the snapshot to 2357 and now it hangs after /dev nor after /sys
changed initial.i to look like this:
-----------
# Ok, go create /dev
echo "Mounting ramfs at /dev ..."
/bin/mkdir -p /dev && mount -n -o size=10M,mode=0755 -t tmpfs tmpfs /dev
echo "/dev mounted"
/bin/mknod /dev/null c 1 3 -m 666
echo "/dev/null created"

# Launch udevd daemon
/sbin/udevd --daemon
echo "started udevd"
----------
the messages "started udevd" never gets printed...
so it seems to hang on /sbin/udevd --daemon
(but I don't know why)

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list