<div>Dear members,</div><div><br></div><div><br></div><div>I want to use &#39;systemd&#39; instead of old init process. </div><div>Then I builded successfully &quot;systemd-16&quot; source in armel enviroment.</div><div><br>
</div><div>But, I faced following booting error :</div><div><br></div><div>---------------------------------</div><div><div>  3.038309] Btrfs detected SSD devices, enabling SSD mode</div><div>[    3.046861] VFS: Mounted root (btrfs filesystem) on device 0:14.</div>
<div>[    3.052251] devtmpfs: mounted</div><div>[    3.259323] systemd[1]: Succesfully opened /dev/kmsg for logging.</div><div>[    3.264039] systemd[1]: systemd 16 running in system mode. (-PAM -LIBWRAP -AUDIT -SELINUX +SYS</div>
<div>TUP; ubuntu)</div><div>Welcome to Linux!</div><div>[    3.286016] systemd[1]: Your kernel apparently lacks built-in ipv6 support. Might be a good id</div><div>in. We&#39;ll now try to work around this by calling &#39;/sbin/modprobe ipv6&#39;...</div>
<div>[    3.301242] systemd[1]: About to execute: /sbin/modprobe -qab -- ipv6</div><div>[    3.308201] systemd[1]: Forked /sbin/modprobe as 1357</div><div>[    3.428832] systemd[1]: /sbin/modprobe failed with error code 1.</div>
<div>[    3.436366] systemd[1]: Set hostname to &lt;chan&gt;.</div><div>[    3.446448] systemd[1]: /etc/mtab is not a symlink or not pointing to /proc/self/mounts. This</div><div>anymore. Please make sure to replace this file by a symlink to avoid incorrect or misleading moun</div>
<div>[    3.485589] systemd[1]: Looking for unit files in:</div><div>[    3.488928] systemd[1]:      /etc/systemd/system</div><div>[    3.493179] systemd[1]:      /lib/systemd/system</div><div>[    3.497679] systemd[1]: Looking for SysV init scripts in:</div>
<div>[    3.502818] systemd[1]:      /etc/init.d</div><div>[    3.506384] systemd[1]: Looking for SysV rcN.d links in:</div><div>[    3.511670] systemd[1]:      /etc</div><div>[    3.515621] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys</div>
<div>d/system.</div><div>[    3.526342] systemd[1]: Installed release agent.</div><div>[    3.625854] systemd[1]: Failed to allocate manager object: Invalid argument</div></div><div>---------------------------------</div>
<div><br></div><div><div>I try to find the location of &quot;Failed to allocate manager object: Invalid argument&quot;.</div><div>This error happens in main() function which calls manager_setup_cgroup().</div><div><br></div>
<div>The manager_setup_cgroup() returns error in the following code. (src/cgroup.c)</div><div>(parameter &quot;path&quot; is &quot;1053088&quot;.)</div><div><br></div><div><div>/* 2. Show data */</div><div>if ((r = cg_get_path(SYSTEMD_CGROUP_CONTROLLER, m-&gt;cgroup_hierarchy, NULL, &amp;path)) &lt; 0)</div>
</div><blockquote class="webkit-indent-blockquote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
<div><div>goto finish;</div></div></blockquote><br></div><div>Let me know the solution for this error.</div><div>I will expect for your reply.</div><div><br></div><div>Thank you,</div><div>Chanwoo Choi</div>