Hi !<br>I've managed to patch the source code to eliminate the sysvinit and ipv6 problems during bootup but now I encountered some error messages that refer to other issues.<br> <br>Here is each line of the output and my ideas :<br>
<br>[ 18.760000] Freeing init memory: 152K<br>[ 19.410000] systemd[1]: systemd 8 running in system mode. (+PAM +LIBWRAP -AUDIT -SELINUX -IPV6 -SYSVINIT)<br>[ 19.450000] systemd[1]: /sbin/modprobe failed with error code 1.<br>
<br><br>Here it seems that the kmod_setup() returns erroneously due to the fact that some modules aren't present, or the modprobe parameters aren't valid.<br><br><br>[ 19.500000] systemd[1]: Failed to fully start up daemon: No such file or directory<br>
[ 19.590000] systemd[1]: Failed to open /dev/autofs: No such file or directory<br>[ 19.600000] systemd[1]: Failed to initialize automounter: No such file or directory<br>[ 19.610000] systemd[1]: Unit dev-hugepages.automount entered maintenance state.<br>
[ 19.630000] systemd[1]: Failed to open /dev/autofs: No such file or directory<br>[ 19.640000] systemd[1]: Failed to initialize automounter: No such file or directory<br>[ 19.660000] systemd[1]: Unit dev-mqueue.automount entered maintenance state.<br>
[ 19.670000] systemd[1]: Failed to open /dev/autofs: No such file or directory<br>[ 19.690000] systemd[1]: Failed to initialize automounter: No such file or directory<br>[ 19.700000] systemd[1]: Unit proc-sys-fs-binfmt_misc.automount entered maintenance state.<br>
[ 19.720000] systemd[1]: Failed to open /dev/autofs: No such file or directory<br>[ 19.730000] systemd[1]: Failed to initialize automounter: No such file or directory<br>[ 19.750000] systemd[1]: Unit sys-kernel-debug.automount entered maintenance state.<br>
[ 19.760000] systemd[1]: Failed to open /dev/autofs: No such file or directory<br>[ 19.780000] systemd[1]: Failed to initialize automounter: No such file or directory<br>[ 19.790000] systemd[1]: Unit sys-kernel-security.automount entered maintenance state.<br>
<br><br>Here the manager cannot be properly started due to the fact that m->mount_auto = arg_mount_auto; doesn't have a proper value and the automounter functionality seems to be missing.<br><br>[ 79.580000] systemd[1]: Job dev-tty3.device/start timed out.<br>
Starting Getty on tty3 failed.<br>[ 79.620000] systemd[1]: Job dev-tty2.device/start timed out.<br>Starting Getty on tty2 failed.<br>[ 79.650000] systemd[1]: Job dev-tty6.device/start timed out.<br>Starting Getty on tty6 failed.<br>
[ 79.680000] systemd[1]: Job dev-tty4.device/start timed out.<br>Starting Getty on tty4 failed.<br>[ 79.710000] systemd[1]: Job dev-tty5.device/start timed out.<br>Starting Getty on tty5 failed.<br>[ 80.160000] systemd[1]: Job dev-ttyS0.device/start timed out.<br>
Starting Serial Getty on ttyS0 failed.<br><br>And finally, the control cannot be passed to a console.<br><br><br>Any corrections and suggestions are appreciated.<br><br>Best !<br><br><br><br><div class="gmail_quote">On Fri, Sep 10, 2010 at 3:03 PM, Cristian Axenie <span dir="ltr"><<a href="mailto:cristian.axenie@gmail.com">cristian.axenie@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi !<br><br>The abstract socket namespace support was enabled when compiling dbus. I will try to look up the places where systemd tries to create a dbus server and to establish a dbus connection. <br>
<br>Best !<br><a href="mailto:systemd-devel@lists.freedesktop.org" target="_blank"></a>
</blockquote></div><br>