TIA for the patch. I would like to see this working. Where should the patch be available? <br>As for the systemd unit dir in dbus setup it is present and I am now adding it to udev configuration.<br><br>Best !<br><br><br><div class="gmail_quote">
On Wed, Sep 8, 2010 at 5:32 PM, Gustavo Sverzut Barbieri <span dir="ltr">&lt;<a href="mailto:barbieri@profusion.mobi" target="_blank">barbieri@profusion.mobi</a>&gt;</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;">On Wed, Sep 8, 2010 at 11:25 AM, Cristian Axenie<br>
<div>&lt;<a href="mailto:cristian.axenie@gmail.com" target="_blank">cristian.axenie@gmail.com</a>&gt; wrote:<br>
</div><div>&gt; I&#39;ve managed to add the cgroupfs support and the systems doesn&#39;t complain<br>
&gt; when mounting any filesystem. Due to the fact that I have disabled selinux<br>
&gt; and auditing support I get the following messages :<br>
&gt;<br>
&gt; [   18.770000] Freeing init memory: 152K<br>
&gt; [   19.430000] systemd[1]: systemd 8 running in system mode. (+PAM +LIBWRAP<br>
&gt; -AUDIT -SELINUX)<br>
&gt; [   19.470000] systemd[1]: /sbin/modprobe failed with error code 1.<br>
<br>
</div>probably it&#39;s because of missing unix, autofs4 or ipv6 modules (or<br>
built-in support).<br>
<br>
while unix and autofs4 are required, ipv6 should be optional and I&#39;ll<br>
send a patch later today for it. Anyway, if its is ipv6 don&#39;t worry as<br>
it is just informative.<br>
<div><br>
<br>
&gt; [   19.480000] systemd[1]: No hostname configured.<br>
&gt; [   19.490000] systemd[1]: Set hostname to &lt;localhost&gt;.<br>
&gt; [   19.500000] systemd[1]: Netlink failure for request 2: Operation not<br>
&gt; supported<br>
&gt; [   19.520000] systemd[1]: Failed to configure loopback device: Operation<br>
&gt; not supported<br>
<br>
</div>these are due ipv6, my patch will fix them as well.<br>
<div><br>
<br>
&gt; [   19.550000] systemd[1]: Failed to create private D-Bus server: Operating<br>
&gt; system does not support abstract socket namespace<br>
&gt; [   19.570000] systemd[1]: Failed to allocate manager object: Input/output<br>
&gt; error<br>
&gt; [   19.590000] systemd-cgroups-agent[672]: Failed to get D-Bus connection:<br>
&gt; Operating system does not support abstract socket namespace<br>
<br>
</div>you need udev and dbus with --with-systemdsystemunitdir=/lib/systemd/system<br>
<div><br>
<br>
&gt; It seems that I have stripped to much of the functionality required for<br>
&gt; systemd to work when trying to make it lightweight.  Should I reconsider<br>
&gt; some aspects ? Can you point the vital elements ?<br>
<br>
</div>these should make it work. If you don&#39;t need sysv init compatibility,<br>
then check out the patch I&#39;ve send... at least it will remove some<br>
stat/open and avoid some checks you don&#39;t need.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div>Gustavo Sverzut Barbieri<br>
<a href="http://profusion.mobi" target="_blank">http://profusion.mobi</a> embedded systems<br>
--------------------------------------<br>
MSN: <a href="mailto:barbieri@gmail.com" target="_blank">barbieri@gmail.com</a><br>
Skype: gsbarbieri<br>
Mobile: +55 (19) 9225-2202<br>
</div></div></blockquote></div><br>