<br><br><div class="gmail_quote">2011/1/20 Gustavo Sverzut Barbieri <span dir="ltr">&lt;<a href="mailto:barbieri@profusion.mobi">barbieri@profusion.mobi</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Wed, Jan 19, 2011 at 1:21 PM, Lennart Poettering<br>
<div><div></div><div class="h5">&lt;<a href="mailto:lennart@poettering.net">lennart@poettering.net</a>&gt; wrote:<br>
&gt; On Wed, 19.01.11 20:20, Chanwoo Choi (<a href="mailto:cwchoi00@gmail.com">cwchoi00@gmail.com</a>) wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Kay Sievers wrote:<br>
&gt;&gt; &gt; On Tue, Jan 18, 2011 at 10:48, Lennart Poettering<br>
&gt;&gt; &gt; &lt;<a href="mailto:lennart@poettering.net">lennart@poettering.net</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; One other guess is that your kernel is too old, you need the<br>
&gt;&gt; &gt;&gt; /sys/fs/cgroup mount point which is only available in recent kernels...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; That should be in 2.6.36, which is mentioned earlier in the thread. To<br>
&gt;&gt; &gt; check, it&#39;s this commit:<br>
&gt;&gt; &gt;   <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=676db4af043014e852f67ba0349dae0071bd11f3" target="_blank">http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=676db4af043014e852f67ba0349dae0071bd11f3</a><br>

&gt;&gt; &gt;<br>
&gt;&gt; &gt; Kay<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; I solved this error. The cause of error is that my system don&#39;t open directory<br>
&gt;&gt; with flag(O_NOCTTY, O_NONBLOCK, O_DIRECTORY) in manager_setup_cgroup(). (in src/cgroup.c)<br>
&gt;&gt; I will find the reason of it on my system.<br>
&gt;<br>
&gt; Hmm, this is very weird. What&#39;s the error code returned by this?<br>
&gt;<br>
&gt;&gt; Then, I faced another error which prints following debug message :<br>
&gt;&gt;<br>
&gt;&gt; Starting Apply System Clock UTC Offset...<br>
&gt;&gt; [    5.128666] systemd[1]: About to execute: /sbin/hwclock --systz<br>
&gt;&gt; [    5.158289] systemd[1]: Forked /sbin/hwclock as 1370<br>
&gt;&gt; [    5.162304] systemd[1]: hwclock-load.service changed dead -&gt; start<br>
&gt;&gt; [    5.168205] systemd[1]: Running GC...<br>
&gt;&gt; [    5.172719] systemd[1]: event type=116<br>
&gt;&gt; [    5.175364] systemd[1]: Code should not be reached &#39;Unknown epoll event type.&#39; at src/manager.c:2279, function proce<br>
&gt;&gt; ss_event(). Aborting.<br>
&gt;&gt; [    5.219936] systemd[1]: Caught &lt;ABRT&gt;, dumped core as pid 1373.<br>
&gt;<br>
&gt; Hmm this is really weird, indication of some memory corruption. 116 is<br>
&gt; not a valid event type here. Really weird.<br>
&gt;<br>
&gt;&gt; Why happen this aborting error?<br>
&gt;<br>
&gt; I have no idea at all tbh. Something is really weird on your machine.<br>
&gt;<br>
&gt;&gt; [    3.662137] systemd[1]: /etc/mtab is not a symlink or not pointing to /proc/self/mounts. This is not supported anymo<br>
&gt;&gt; re. Please make sure to replace this file by a symlink to avoid<br>
&gt;&gt; incorrect or misleading mount(8) output.<br>
&gt;<br>
&gt; This has nothing to do with the problem you are encountering but you<br>
&gt; should make /etc/mtab a symlink to /proc/self/mounts.<br>
&gt;<br>
&gt;&gt; [    4.886990] tmpfs: Bad value &#39;lock&#39; for mount option &#39;gid&#39;<br>
&gt;<br>
&gt; You should create a group called &quot;lock&quot;. But this too doesn&#39;t<br>
&gt; have anything to do with your problem.<br>
&gt;<br>
&gt; To be frank, I am really puzzled be the problems you are encountering,<br>
&gt; no clue. The open() issue above is really suspicious that something<br>
&gt; bigger is wrong with your system.<br>
<br>
</div></div>Likely you&#39;re doing it for a company. If so and you need some<br>
consulting or even to outsource systemd-related development, let me<br>
know.<br>
<font color="#888888"><br></font></blockquote><div><br></div><div><br></div><div>The cause of this error is wrong my build system, so I modify correctly build system. Sorry.</div><div><br></div><div>When enabling systemd on my system, I&#39;ve been faced many failed msg.</div>
<div><br></div><div>&quot;dbus-daemon --system&quot; is executed to solve following error msg.</div><div>but, it is yet to be solved.</div><div>Please request advice or solution to me.</div><div><br></div><div>[    3.911553] systemd[1]: Failed to get system D-Bus connection, retrying later: Failed to connect to socket /var/r</div>
<div><div>un/dbus/system_bus_socket: Connection refused</div><div>[    3.924594] systemd[1]: Failed to get API D-Bus connection, retrying later: Failed to connect to socket /var/run/</div><div>dbus/system_bus_socket: Connection refused</div>
</div><div><br></div><div><br></div><div>follwoing full log message :</div><div><br></div><div>[    3.166890] devtmpfs: mounted</div><div>Mounting proc to /proc of type proc with options n/a.</div><div>Mounting sysfs to /sys of type sysfs with options n/a.</div>
<div>Mounting tmpfs to /dev/shm of type tmpfs with options mode=1777.</div><div>Mounting devpts to /dev/pts of type devpts with options mode=620,gid=5.</div><div>Mounting tmpfs to /sys/fs/cgroup of type tmpfs with options mode=755.</div>
<div>Mounting cgroup to /sys/fs/cgroup/systemd of type cgroup with options none,name=systemd.</div><div>Mounting cgroup to /sys/fs/cgroup/cpu of type cgroup with options cpu.</div><div>[    3.502306] systemd[1]: Succesfully opened /dev/kmsg for logging.</div>
<div>[    3.507045] systemd[1]: systemd 16 running in system mode. (-PAM -LIBWRAP -AUDIT -SELINUX +SYSVINIT -LIBCRYPTSETU</div><div>P; ubuntu)</div><div>Welcome to Linux!</div><div>[    3.529794] systemd[1]: Your kernel apparently lacks built-in ipv6 support. Might be a good idea to compile it in</div>
<div>. We&#39;ll now try to work around this by calling &#39;/sbin/modprobe ipv6&#39;...</div><div>[    3.544765]</div><div>[    3.546541] systemd[1]: About to execute: /sbin/modprobe -qab -- ipv6</div><div>[    3.553874] systemd[1]: Forked /sbin/modprobe as 1373</div>
<div>[    3.757685] systemd[1]: /sbin/modprobe failed with error code 1.</div><div>[    3.764327] systemd[1]: Set hostname to &lt;chan&gt;.</div><div>[    3.797738] systemd[1]: Looking for unit files in:</div><div>[    3.801083] systemd[1]:      /usr/local/build/etc/systemd/system</div>
<div>[    3.806719] systemd[1]:      /etc/systemd/system</div><div>[    3.810972] systemd[1]:      /lib/systemd/system</div><div>[    3.815226] systemd[1]:      /usr/local/build/lib/systemd/system</div><div>[    3.821126] systemd[1]: Looking for SysV init scripts in:</div>
<div>[    3.826253] systemd[1]:      /etc/init.d</div><div>[    3.829820] systemd[1]: Looking for SysV rcN.d links in:</div><div>[    3.835106] systemd[1]:      /etc</div><div>[    3.838951] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd/</div>
<div>system.</div><div>[    3.849734] systemd[1]: Installed release agent.</div><div>[    3.894643] systemd[1]: Created root group.</div><div>[    3.897457] systemd[1]: Using notification socket /org/freedesktop/systemd1/notify</div>
<div>[    3.911553] systemd[1]: Failed to get system D-Bus connection, retrying later: Failed to connect to socket /var/r</div><div>un/dbus/system_bus_socket: Connection refused</div><div>[    3.924594] systemd[1]: Failed to get API D-Bus connection, retrying later: Failed to connect to socket /var/run/</div>
<div>dbus/system_bus_socket: Connection refused</div><div>[    3.938714] systemd[1]: Successfully created private D-Bus server.</div><div>[    3.944357] systemd[1]: Using kernel console ttySAC2</div><div>[    4.076194] systemd[1]: Failed to load configuration for udev.service: No such file or directory</div>
<div>[    4.138653] systemd[1]: Automatically adding serial getty for ttySAC2</div><div>[    4.179399] systemd[1]: Failed to load configuration for auditd.service: No such file or directory</div><div>[    4.212364] systemd[1]: -.mount changed dead -&gt; mounted</div>
<div>[    4.216591] systemd[1]: Activating default unit: default.target</div><div>[    4.222098] systemd[1]: Trying to enqueue job graphical.target/start/replace</div><div>[    4.230922] systemd[1]: Installed new job graphical.target/start as 1</div>
<div>[    4.235927] systemd[1]: Installed new job multi-user.target/start as 2</div><div>[    4.242434] systemd[1]: Installed new job basic.target/start as 3</div><div>[    4.248509] systemd[1]: Installed new job sysinit.target/start as 4</div>
<div>[    4.254761] systemd[1]: Installed new job local-fs.target/start as 5</div><div>[    4.261097] systemd[1]: Installed new job boot.mount/start as 6</div><div>[    4.267107] systemd[1]: Installed new job dev-mmcblk0p2.device/start as 7</div>
<div>[    4.273775] systemd[1]: Installed new job quotaon.service/start as 12</div><div>[    4.280198] systemd[1]: Installed new job systemd-logger.socket/start as 13</div><div>[    4.287142] systemd[1]: Installed new job quotacheck.service/start as 14</div>
<div>[    4.293825] systemd</div><div>[    4.295892] [1]: Installed new job var-lock.mount/start as 15</div><div>[    4.301619] systemd[1]: Installed new job systemd-remount-api-vfs.service/start as 16</div><div>[    4.309430] systemd[1]: Installed new job fsck-root.service/start as 18</div>
<div>[    4.316027] systemd[1]: Installed new job var-run.mount/start as 19</div><div>[    4.322277] systemd[1]: Installed new job cryptsetup.target/start as 20</div><div>[    4.328875] systemd[1]: Installed new job remount-rootfs.service/start as 21</div>
<div>[    4.335907] systemd[1]: Installed new job swap.target/start as 22</div><div>[    4.341983] systemd[1]: Installed new job hwclock-load.service/start as 23</div><div>[    4.348843] systemd[1]: Installed new job systemd-ask-password-console.path/start as 25</div>
<div>[    4.356829] systemd[1]: Installed new job sys-kernel-debug.automount/start as 27</div><div>[    4.364208] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 28</div><div>[    4.372194] systemd[1]: Installed new job systemd-random-seed-load.service/start as 29</div>
<div>[    4.380094] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 31</div><div>[    4.387820] systemd[1]: Installed new job sys-kernel-security.automount/start as 32</div><div>[    4.395460] systemd[1]: Installed new job systemd-modules-load.service/start as 33</div>
<div>[    4.403012] systemd[1]: Installed new job dev-mqueue.automount/start as 34</div><div>[    4.409870] systemd[1]: Installed new job systemd-sysctl.service/start as 35</div><div>[    4.416902] systemd[1]: Installed new job dev-hugepages.automount/start as 36</div>
<div>[    4.424021] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 37</div><div>[    4.431746] systemd[1]: Installed new job sockets.target/start as 40</div><div>[    4.438083] systemd[1]: Installed new job rsyslog.socket/start as 41</div>
<div>[    4.444420] systemd[1]: Installed new job syslog.socket/start as 42</div><div>[    4.450671] systemd[1]: Installed new job systemd-shutdownd.socket/start as 43</div><div>[    4.457877] systemd[1]: Installed new job systemd-initctl.socket/start as 44</div>
<div>[    4.464909] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 45</div><div>[    4.472461] systemd[1]: Installed new job sysctl.service/start as 46</div><div>[    4.478797] systemd[1]: Installed new job systemd-tmpfiles.service/start as 47</div>
<div>[    4.486004] systemd[1]: Installed new job systemd-update-utmp-runlevel.service/start as 48</div><div>[    4.494250] systemd[1]: Installed new job remote-fs.target/start as 49</div><div>[    4.500761] systemd[1]: Installed new job network.target/start as 50</div>
<div>[    4.507098] systemd[1]: Installed new job getty.target/start as 51</div><div>[    4.513261] systemd[1]: Installed new job getty@tty2.service/start as 52</div><div>[    4.519963] systemd[1]: Installed new job dev-tty2.device/start as 53</div>
<div>[    4.526371] systemd[1]: Installed new job getty@tty1.service/start as 54</div><div>[    4.533070] systemd[1]: Installed new job dev-tty1.device/start as 55</div><div>[    4.539494] systemd[1]: Installed new job getty@tty6.service/start as 56</div>
<div>[    4.546178] systemd[1]: Installed new job dev-tty6.device/start as 57</div><div>[    4.552588] systemd[1]: Installed new job getty@tty4.service/start as 58</div><div>[    4.559286] systemd[1]: Installed new job dev-tty4.device/start as 59</div>
<div>[    4.565696] systemd[1]: Installed new job getty@tty5.service/start as 60</div><div>[    4.572395] systemd[1]: Installed new job dev-tty5.device/start as 61</div><div>[    4.578803] systemd[1]: Installed new job getty@tty3.service/start as 62</div>
<div>[    4.585503] systemd[1]: Installed new job dev-tty3.device/start as 63</div><div>[    4.591913] systemd[1]: Installed new job serial-getty@ttySAC2.service/start as 64</div><div>[    4.599480] systemd[1]: Installed new job dev-ttySAC2.device/start as 65</div>
<div>[    4.606150] systemd[1]: Installed new job systemd-user-sessions.service/start as 66</div><div>[    4.613789] systemd[1]: Installed new job systemd-ask-password-wall.path/start as 67</div><div>[    4.621552] systemd[1]: Enqueued job graphical.target/start as 1</div>
<div>[    4.628394] systemd[1]: systemd-ask-password-wall.path changed dead -&gt; waiting</div><div>[    4.634733] systemd[1]: Job systemd-ask-password-wall.path/start finished, success=yes</div><div>[    4.642667] systemd[1]: network.target changed dead -&gt; active</div>
<div>[    4.648355] systemd[1]: Job network.target/start finished, success=yes</div><div>[    4.654862] systemd[1]: remote-fs.target changed dead -&gt; active</div><div>[    4.660769] systemd[1]: Job remote-fs.target/start finished, success=yes</div>
<div>Starting Apply Kernel Variables...</div><div>[    4.679733] systemd[1]: About to execute: /sbin/sysctl -e -q -p /etc/sysctl.conf</div><div>[    4.729622] systemd[1]: Forked /sbin/sysctl as 1374</div><div>[    4.733695] systemd[1]: sysctl.service changed dead -&gt; start</div>
<div>[    4.738870] systemd</div><div>[    4.741175] [1]: systemd-initctl.socket changed dead -&gt; listening</div><div>[    4.747119] systemd[1]: Job systemd-initctl.socket/start finished, success=yes</div><div>[    4.754285] systemd[1]: systemd-shutdownd.socket changed dead -&gt; listening</div>
<div>[    4.760980] systemd[1]: Job systemd-shutdownd.socket/start finished, success=yes</div><div>[    4.768805] systemd[1]: syslog.socket changed dead -&gt; listening</div><div>[    4.774265] systemd[1]: Job syslog.socket/start finished, success=yes</div>
<div>[    4.780971] systemd[1]: Autofs kernel version 1.0</div><div>[    4.785914] systemd[1]: Autofs protocol version 5.1</div><div>[    4.790246] systemd[1]: dev-hugepages.automount changed dead -&gt; waiting</div><div>
[    4.796832] systemd[1]: Job dev-hugepages.automount/start finished, success=yes</div><div>[    4.804272] systemd[1]: Starting of systemd-sysctl.service requested but condition failed. Ignoring.</div><div>[    4.813184] systemd[1]: Job systemd-sysctl.service/start finished, success=yes</div>
<div>[    4.820815] systemd[1]: Autofs protocol version 5.1</div><div>[    4.825288] systemd[1]: dev-mqueue.automount changed dead -&gt; waiting</div><div>[    4.831630] systemd[1]: Job dev-mqueue.automount/start finished, success=yes</div>
<div>[    4.838735] systemd[1]: Starting of systemd-modules-load.service requested but condition failed. Ignoring.</div><div>[    4.848325]</div><div>[    4.849902] systemd[1]: Job systemd-modules-load.service/start finished, success=yes</div>
<div>[    4.857872] systemd[1]: Failed to initialize automounter: No such file or directory</div><div>[    4.865073] systemd[1]: sys-kernel-security.automount changed dead -&gt; failed</div><div>[    4.872125] systemd[1]: Job sys-kernel-security.automount/start finished, success=no</div>
<div>[    4.879837] systemd[1]: Unit sys-kernel-security.automount entered failed state.</div><div>[    4.887411] systemd[1]: Failed to initialize automounter: No such file or directory</div><div>[    4.894848] systemd[1]: proc-sys-fs-binfmt_misc.automount changed dead -&gt; failed</div>
<div>[    4.902249] systemd[1]: Job proc-sys-fs-binfmt_misc.automount/start finished, success=no</div><div>[    4.910307] systemd[1]: Unit proc-sys-fs-binfmt_misc.automount entered failed state.</div><div>[    4.918222] systemd[1]: Autofs protocol version 5.1</div>
<div>[    4.922902] systemd[1]: sys-kernel-debug.automount changed dead -&gt; waiting</div><div>[    4.929766] systemd[1]: Job sys-kernel-debug.automount/start finished, success=yes</div><div>[    4.937805] systemd[1]: systemd-ask-password-console.path changed dead -&gt; waiting</div>
<div>[    4.944786] systemd[1]: Job systemd-ask-password-console.path/start finished, success=yes</div><div>[    4.952953] systemd[1]: swap.target changed dead -&gt; active</div><div>[    4.958406] systemd[1]: Job swap.target/start finished, success=yes</div>
<div>[    4.964682] systemd[1]: cryptsetup.target changed dead -&gt; active</div><div>[    4.970651] systemd[1]: Job cryptsetup.target/start finished, success=yes</div><div>Starting Runtime Directory...</div><div>[    4.989725] systemd[1]: About to execute: /bin/mount tmpfs /var/run -t tmpfs -o mode=755,nosuid,nodev,noexec</div>
<div>[    5.034636] systemd[1]: Forked /bin/mount as 1377</div><div>[    5.037960] systemd</div><div>[    5.040371] [1]: var-run.mount changed dead -&gt; mounting</div><div>Starting Lock Directory...</div><div>[    5.056055] systemd[1]: About to execute: /bin/mount tmpfs /var/lock -t tmpfs -o mode=775,gid=lock,nosuid,nodev,n</div>
<div>oexec</div><div>[    5.094656] systemd[1]: Forked /bin/mount as 1379</div><div>[    5.097941] systemd</div><div>[    5.098520] tmpfs: Bad value &#39;lock&#39; for mount option &#39;gid&#39;</div><div>[    5.105469] [1]: var-lock.mount changed dead -&gt; mounting</div>
<div>[    5.110914] systemd[1]: systemd-logger.socket changed dead -&gt; listening</div><div>[    5.117376] systemd[1]: Job systemd-logger.socket/start finished, success=yes</div><div>Starting Remount API VFS...</div><div>
[    5.134751] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-remount-api-vfs</div><div>[    5.141892]</div><div>[    5.174677] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-remount-api-vfs as 1381</div>
<div>[    5.181823] systemd[1]: systemd-remount-api-vfs.service changed dead -&gt; start</div><div>Starting File System Check on Root Device...</div><div>[    5.199829] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-fsck</div>
<div>[    5.240227] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-fsck as 1382</div><div>[    5.247558] systemd[1]: fsck-root.service changed dead -&gt; start</div><div>Starting Setup Virtual Console...</div><div>
[    5.264980] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-vconsole-setup</div><div>[    5.304789] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-vconsole-setup as 1387</div><div>[    5.312694] systemd[1]: systemd-vconsole-setup.service changed dead -&gt; start</div>
<div>Starting Apply System Clock UTC Offset...</div><div>[    5.330109] systemd[1]: About to execute: /sbin/hwclock -s</div><div>[    5.354817] systemd[1]: Forked /sbin/hwclock as 1388</div><div>[    5.358673] systemd[1]: hwclock-load.service changed dead -&gt; start</div>
<div>[    5.366293] systemd[1]: Running GC...</div><div>[    5.370017] systemd[1]: Received SIGCHLD</div><div>[    5.372828] systemd[1]: Got SIGCHLD for process 1374 (sysctl)</div><div>[    5.378468] systemd[1]: Child 1374 died (code=exited, status=1/FAILURE)</div>
<div>[    5.384842] systemd[1]: Child 1374 belongs to sysctl.service</div><div>[    5.390545] systemd[1]: sysctl.service: main process exited, code=exited, status=1</div><div>[    5.399112] systemd[1]: sysctl.service changed start -&gt; failed</div>
<div>[    5.479764] systemd[1]: Job sysctl.service/start finished, success=no</div><div>Starting Apply Kernel Variables failed.</div><div>[    5.494902] systemd[1]: Unit sysctl.service entered failed state.</div><div>[    5.499996] systemd[1]: Got SIGCHLD for process 1377 (mount)</div>
<div>[    5.505278] systemd[1]: Child 1377 died (code=exited, status=0/SUCCESS)</div><div>[    5.511790] systemd[1]: Child 1377 belongs to var-run.mount</div><div>[    5.517367] systemd[1]: var-run.mount mount process exited, code=exited status=0</div>
<div>[    5.524823] systemd[1]: var-run.mount changed mounting -&gt; mounted</div><div>[    5.530839] systemd[1]: Job var-run.mount/start finished, success=yes</div><div>[    5.537551] systemd[1]: Got SIGCHLD for process 1379 (mount)</div>
<div>[    5.542858]</div><div>[    5.544418] systemd[1]: Child 1379 died (code=exited, status=255/n/a)</div><div>[    5.550769] systemd[1]: Child 1379 belongs to var-lock.mount</div><div>[    5.556430] systemd[1]: var-lock.mount mount process exited, code=exited status=255</div>
<div>[    5.564105] systemd[1]: var-lock.mount changed mounting -&gt; failed</div><div>[    5.639845] systemd[1]: Job var-lock.mount/start finished, success=no</div><div>Starting Lock Directory failed.</div><div>[    5.654834] systemd[1]: Unit var-lock.mount entered failed state.</div>
<div>[    5.659747] systemd[1]: Got SIGCHLD for process 1381 (systemd-remount)</div><div>[    5.666064] systemd[1]: Child 1381 died (code=exited, status=0/SUCCESS)</div><div>[    5.672592] systemd[1]: Child 1381 belongs to systemd-remount-api-vfs.service</div>
<div>[    5.679812] systemd[1]: systemd-remount-api-vfs.service: main process exited, code=exited, status=0</div><div>[    5.759760] systemd[1]: systemd-remount-api-vfs.service changed start -&gt; exited</div><div>[    5.765685] systemd[1]: Job systemd-remount-api-vfs.service/start finished, success=yes</div>
<div>[    5.773897] systemd[1]: Got SIGCHLD for process 1382 (systemd-fsck)</div><div>[    5.779946] systemd[1]: Child 1382 died (code=exited, status=0/SUCCESS)</div><div>[    5.786460] systemd[1]: Child 1382 belongs to fsck-root.service</div>
<div>[    5.792398] systemd[1]: fsck-root.service: main process exited, code=exited, status=0</div><div>[    5.801996] systemd[1]: fsck-root.service changed start -&gt; dead</div><div>[    5.879807] systemd[1]: Job fsck-root.service/start finished, success=yes</div>
<div>[    5.885374] systemd[1]: Got SIGCHLD for process 1388 (hwclock)</div><div>[    5.891313] systemd[1]: Child 1388 died (code=exited, status=0/SUCCESS)</div><div>[    5.897561] systemd[1]: Child 1388 belongs to hwclock-load.service</div>
<div>[    5.903742] systemd[1]: hwclock-load.service: main process exited, code=exited, status=0</div><div>[    5.979783] systemd[1]: hwclock-load.service changed start -&gt; exited</div><div>[    5.984781] systemd[1]: Job hwclock-load.service/start finished, success=yes</div>
<div>Starting Remount Root FS...</div><div>[    5.999963] systemd[1]: About to execute: /bin/mount / -o remount</div><div>[    6.055526] systemd[1]: Forked /bin/mount as 1392</div><div>[    6.060690] systemd[1]: remount-rootfs.service changed dead -&gt; start</div>
<div>[    6.075561] systemd[1]: Incoming traffic on syslog.socket</div><div>[    6.080100] systemd[1]: Trying to enqueue job systemd-kmsg-syslogd.service/start/replace</div><div>[    6.088035] systemd[1]: Installed new job systemd-kmsg-syslogd.service/start as 70</div>
<div>[    6.095361] systemd[1]: Enqueued job systemd-kmsg-syslogd.service/start as 70</div><div>[    6.102535] systemd[1]: syslog.socket changed listening -&gt; running</div><div>Starting systemd Syslog Kernel Log Buffer Bridge...</div>
<div>[    6.120815] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-kmsg-syslogd</div><div>[    6.171338] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-kmsg-syslogd as 1394</div><div>[    6.187784] systemd[1]: systemd-kmsg-syslogd.service changed dead -&gt; running</div>
<div>[    6.193857] systemd[1]: Job systemd-kmsg-syslogd.service/start finished, success=yes</div><div>[    6.206345] systemd[1]: Accepted connection on private bus.</div><div>[    6.210976] systemd[1]: Incoming traffic on systemd-logger.socket</div>
<div>[    6.216846] systemd[1]: Trying to enqueue job systemd-logger.service/start/replace</div><div>[    6.224500] systemd[1]: Installed new job systemd-logger.service/start as 71</div><div>[    6.231461] systemd[1]: Enqueued job systemd-logger.service/start as 71</div>
<div>[    6.238096] systemd[1]: systemd-logger.socket changed listening -&gt; running</div><div>Starting Logging Daemon...</div><div>[    6.256016] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-logger</div>
<div>[    6.289245] systemd-kmsg-syslogd[1394]: Succesfully opened /dev/kmsg for logging.</div><div>[    6.303546] systemd-kmsg-syslogd</div><div>[    6.306084] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-logger as 1395[1394]: systemd-kmsg-syslogd ru</div>
<div>nning as pid 1394</div><div>[    6.320198]</div><div>[    6.323180] systemd[1]: systemd-logger.service changed dead -&gt; running</div><div>[    6.325699] systemd-cgroups-agent[1375]: Succesfully opened syslog for logging.</div>
<div>[    6.326231] systemd-cgroups-agent[1378]: Succesfully opened syslog for logging.</div><div>[    6.326599] systemd-cgroups-agent[1380]: Succesfully opened syslog for logging.</div><div>[    6.326949] systemd-remount-api-vfs[1381]: Succesfully opened syslog for logging.</div>
<div>[    6.327271] systemd-remount-api-vfs[1381]: Remounting /proc</div><div>[    6.327617] systemd-remount-api-vfs[1381]: Remounting /dev/pts</div><div>[    6.327947] systemd-cgroups-agent[1385]: Succesfully opened syslog for logging.</div>
<div>[    6.328299] systemd-fsck[1382]: Succesfully opened syslog for logging.</div><div>[    6.328636] systemd-cgroups-agent[1386]: Succesfully opened syslog for logging.</div><div>[    6.328977] systemd-vconsole-setup[1387]: Succesfully opened syslog for logging.</div>
<div>[    6.329313] systemd-vconsole-setup[1387]: /bin/loadkeys failed with error code 1.</div><div>[    6.329644] systemd-vconsole-setup[1387]: /bin/setfont failed with error code 1.</div><div>[    6.347324]</div><div>[    6.355663] systemd-logger[1395]: Succesfully opened syslog for logging.</div>
<div>[    6.355927] systemd-logger[1395]: systemd-logger running as pid 1395</div><div>[    6.356192] systemd-logger[1395]: Failed to accept new connection: Function not implemented</div><div>[    6.364954] systemd-cgroups-agent[1397]: Succesfully opened syslog for logging.</div>
<div>[    6.374004] systemd-cgroups-agent[1398]: Succesfully opened syslog for logging.</div><div>[    6.375550] systemd-cgroups-agent[1391]: Succesfully opened syslog for logging.</div><div>[    6.458104]</div><div>[    6.459615] systemd[1]: Job systemd-logger.service/start finished, success=yes</div>
<div>[    6.466873] systemd[1]: Received SIGCHLD</div><div>[    6.470795] systemd[1]: Got SIGCHLD for process 1387 (systemd-vconsol)</div><div>[    6.477215] systemd[1]: Got notification message for unit systemd-kmsg-syslogd.service</div>
<div>[    6.485078] systemd[1]: systemd-kmsg-syslogd.service: Got message</div><div>[    6.491157] systemd[1]: systemd-kmsg-syslogd.service: got STATUS=Processing messages...</div><div>[    6.499168] systemd[1]: Got notification message for unit systemd-logger.service</div>
<div>[    6.506519] systemd[1]: systemd-logger.service: Got message</div><div>[    6.512077] systemd[1]: systemd-logger.service: got STATUS=Processing requests...</div><div>[    6.519558] systemd[1]: Got notification message for unit systemd-logger.service</div>
<div>[    6.526919] systemd[1]: systemd-logger.service: Got message</div><div>[    6.532477] systemd[1]: systemd-logger.service: got STATUS=Shutting down...</div><div>[    6.539592] systemd[1]: Child 1387 died (code=exited, status=0/SUCCESS)</div>
<div>[    6.546019] systemd[1]: Child 1387 belongs to systemd-vconsole-setup.service</div><div>[    6.553073] systemd[1]: systemd-vconsole-setup.service: main process exited, code=exited, status=0</div><div>[    6.634795] systemd[1]: systemd-vconsole-setup.service changed start -&gt; exited</div>
<div>[    6.640558]</div><div>[    6.641493] btrfs: use ssd allocation scheme</div><div>[    6.646439] systemd[1]: Job systemd-vconsole-setup.service/start finished, success=yes</div><div>[    6.650815] systemd-cgroups-agent[1399]: Succesfully opened syslog for logging.</div>
<div>[    6.661492]</div><div>[    6.663157] systemd[1]: Got SIGCHLD for process 1392 (mount)</div><div>[    6.668788] systemd[1]: Child 1392 died (code=exited, status=0/SUCCESS)</div><div>[    6.675189] systemd[1]: Child 1392 belongs to remount-rootfs.service</div>
<div>[    6.681555] systemd[1]: remount-rootfs.service: main process exited, code=exited, status=0</div><div>[    6.754822] systemd[1]: remount-rootfs.service changed start -&gt; exited</div><div>[    6.759933] systemd[1]: Job remount-rootfs.service/start finished, success=yes</div>
<div>[    6.767256] systemd[1]: Got SIGCHLD for process 1395 (systemd-logger)</div><div>[    6.773703] systemd[1]: Child 1395 died (code=exited, status=1/FAILURE)</div><div>[    6.780108] systemd[1]: Child 1395 belongs to systemd-logger.service</div>
<div>[    6.786453] systemd[1]: systemd-logger.service: main process exited, code=exited, status=1</div><div>[    6.795690] systemd[1]: systemd-logger.socket got notified about service death.</div><div>[    6.802010] systemd[1]: systemd-logger.socket changed running -&gt; listening</div>
<div>[    6.808876] systemd[1]: systemd-logger.service changed running -&gt; failed</div><div>[    6.894853] systemd[1]: Unit systemd-logger.service entered failed state.</div><div>[    6.901356] systemd[1]: Accepted connection on private bus.</div>
<div>[    6.930174] systemd[1]: Received SIGCHLD</div><div>[    6.932660] systemd[1]: Incoming traffic on systemd-logger.socket</div><div>[    6.938742] systemd[1]: Trying to enqueue job systemd-logger.service/start/replace</div>
<div>[    6.946300] systemd[1]: Installed new job systemd-logger.service/start as 72</div><div>[    6.953309] systemd</div><div>[    6.955404] [1]: Enqueued job systemd-logger.service/start as 72</div><div>[    6.961411] systemd[1]: systemd-logger.socket changed listening -&gt; running</div>
<div>Starting Logging Daemon...</div><div>[    6.980149] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-logger</div><div>[    7.030006] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-logger as 1400</div>
<div>[    7.036889] systemd[1]:</div><div>[    7.038371] systemd-logger[1400]: Succesfully opened syslog for logging.</div><div>[    7.038972] systemd-logger[1400]: systemd-logger running as pid 1400</div><div>[    7.039498] systemd-logger[1400]: Failed to accept new connection: Function not implemented</div>
<div>[    7.048525] systemd-cgroups-agent[1401]: Succesfully opened syslog for logging.</div><div>[    7.067498] systemd-logger.service changed failed -&gt; running</div><div>[    7.073201] systemd[1]: Job systemd-logger.service/start finished, success=yes</div>
<div>[    7.080656] systemd[1]: Accepted connection on private bus.</div><div>[    7.086356] systemd[1]: Received SIGCHLD</div><div>[    7.089891] systemd[1]: Got SIGCHLD for process 1400 (systemd-logger)</div><div>[    7.096103] systemd[1]: Got notification message for unit systemd-logger.service</div>
<div>[    7.103410] systemd[1]: systemd-logger.service: Got message</div><div>[    7.108971] systemd[1]: systemd-logger.service: got STATUS=Processing requests...</div><div>[    7.116481] systemd[1]: Got notification message for unit systemd-logger.service</div>
<div>[    7.123807] systemd[1]: systemd-logger.service: Got message</div><div>[    7.129366] systemd[1]: systemd-logger.service: got STATUS=Shutting down...</div><div>[    7.136700] systemd[1]: Child 1400 died (code=exited, status=1/FAILURE)</div>
<div>[    7.142985]</div><div>[    7.144423] systemd[1]: Child 1400 belongs to systemd-logger.service</div><div>[    7.151110] systemd[1]: systemd-logger.service: main process exited, code=exited, status=1</div><div>[    7.159754] systemd[1]: systemd-logger.socket got notified about service death.</div>
<div>[    7.166259] systemd[1]: systemd-logger.socket changed running -&gt; listening</div><div>[    7.173129] systemd[1]: systemd-logger.service changed running -&gt; failed</div><div>[    7.254988] systemd[1]: Unit systemd-logger.service entered failed state.</div>
<div>[    7.260637] systemd[1]: Accepted connection on private bus.</div><div>[    7.266548] systemd[1]: Incoming traffic on systemd-logger.socket</div><div>[    7.272004] systemd[1]: Trying to enqueue job systemd-logger.service/start/replace</div>
<div>[    7.279567] systemd[1]: Installed new job systemd-logger.service/start as 73</div><div>[    7.286569] systemd[1]: Enqueued job systemd-logger.service/start as 73</div><div>[    7.293162] systemd[1]: systemd-logger.socket changed listening -&gt; running</div>
<div>Starting Logging Daemon...</div><div>[    7.310174] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-logger</div><div>[    7.345047] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-logger as 1402</div>
<div>[    7.351931] systemd[1]:</div><div>[    7.353240] systemd-logger[1402]: Succesfully opened syslog for logging.</div><div>[    7.353867] systemd-logger[1402]: systemd-logger running as pid 1402</div><div>[    7.354388] systemd-logger[1402]: Failed to accept new connection: Function not implemented</div>
<div>[    7.363364] systemd-cgroups-agent[1403]: Succesfully opened syslog for logging.</div><div>[    7.382382] systemd-logger.service changed failed -&gt; running</div><div>[    7.388079] systemd[1]: Job systemd-logger.service/start finished, success=yes</div>
<div>[    7.395909] systemd[1]: Accepted connection on private bus.</div><div>[    7.402660] systemd[1]: Got notification message for unit systemd-logger.service</div><div>[    7.408614] systemd[1]: systemd-logger.service: Got message</div>
<div>[    7.414173] systemd[1]: systemd-logger.service: got STATUS=Processing requests...</div><div>[    7.421734] systemd[1]: Got notification message for unit systemd-logger.service</div><div>[    7.429009] systemd[1]: systemd-logger.service: Got message</div>
<div>[    7.434571] systemd[1]: systemd-logger.service: got STATUS=Shutting down...</div><div>[    7.441575] systemd[1]: Received SIGCHLD</div><div>[    7.445646] systemd[1]: Got SIGCHLD for process 1402 (systemd-logger)</div>
<div>[    7.452235] systemd[1]: Child 1402 died (code=exited, status=1/FAILURE)</div><div>[    7.458439] systemd[1]: Child 1402 belongs to systemd-logger.service</div><div>[    7.464797] systemd[1]: systemd-logger.service: main process exited, code=exited, status=1</div>
<div>[    7.475009] systemd[1]: systemd-logger.socket got notified about service death.</div><div>[    7.480914] systemd[1]: systemd-logger.socket changed running -&gt; listening</div><div>[    7.487804] systemd[1]: systemd-logger.service changed running -&gt; failed</div>
<div>[    7.570017] systemd[1]: Unit systemd-logger.service entered failed state.</div><div>[    7.575675] systemd[1]: Accepted connection on private bus.</div><div>[    7.582927] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div>
<div>/agent</div><div>[    7.592579] systemd[1]: sysctl.service: cgroup is empty</div><div>[    7.597546] systemd[1]: Incoming traffic on systemd-logger.socket</div><div>[    7.603596] systemd[1]: Trying to enqueue job systemd-logger.service/start/replace</div>
<div>[    7.611174] systemd[1]: Installed new job systemd-logger.service/start as 74</div><div>[    7.618160] systemd[1]: Enqueued job systemd-logger.service/start as 74</div><div>[    7.624753] systemd[1]: systemd-logger.socket changed listening -&gt; running</div>
<div>Starting Logging Daemon...</div><div>[    7.640271] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-logger</div><div>[    7.695087] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-logger as 1404</div>
<div>[    7.701903] systemd[1]:</div><div>[    7.703504] systemd-logger[1404]: Succesfully opened syslog for logging.</div><div>[    7.704101] systemd-logger[1404]: systemd-logger running as pid 1404</div><div>[    7.704625] systemd-logger[1404]: Failed to accept new connection: Function not implemented</div>
<div>[    7.713603] systemd-cgroups-agent[1405]: Succesfully opened syslog for logging.</div><div>[    7.732479] systemd-logger.service changed failed -&gt; running</div><div>[    7.738267] systemd</div><div>[    7.740135] [1]: Job systemd-logger.service/start finished, success=yes</div>
<div>[    7.747214] systemd[1]: Accepted connection on private bus.</div><div>[    7.754291] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div><div>/agent</div><div>
[    7.764381] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div><div>al</div><div>[    7.774319] systemd[1]: Got notification message for unit systemd-logger.service</div>
<div>[    7.781431] systemd[1]: systemd-logger.service: Got message</div><div>[    7.786991] systemd[1]: systemd-logger.service: got STATUS=Processing requests...</div><div>[    7.794500] systemd[1]: Got notification message for unit systemd-logger.service</div>
<div>[    7.801828] systemd[1]: systemd-logger.service: Got message</div><div>[    7.807387] systemd[1]: systemd-logger.service: got STATUS=Shutting down...</div><div>[    7.814389] systemd[1]: Received SIGCHLD</div><div>
[    7.818442] systemd[1]: Got SIGCHLD for process 1404 (systemd-logger)</div><div>[    7.825139] systemd[1]: Child 1404 died (code=exited, status=1/FAILURE)</div><div>[    7.831257] systemd[1]: Child 1404 belongs to systemd-logger.service</div>
<div>[    7.837616] systemd[1]:</div><div>[    7.840195] systemd-logger.service: main process exited, code=exited, status=1</div><div>[    7.848767] systemd[1]: systemd-logger.socket got notified about service death.</div>
<div>[    7.854627] systemd[1]: systemd-logger.socket changed running -&gt; listening</div><div>[    7.861500] systemd[1]: systemd-logger.service changed running -&gt; failed</div><div>[    7.939993] systemd[1]: Unit systemd-logger.service entered failed state.</div>
<div>[    7.945691]</div><div>[    7.947351] systemd[1]: Accepted connection on private bus.</div><div>[    7.954525] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div>
<div>/agent</div><div>[    7.964379] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div><div>al</div><div>[    7.974403] systemd[1]: Incoming traffic on systemd-logger.socket</div>
<div>[    7.980401] systemd[1]: Trying to enqueue job systemd-logger.service/start/replace</div><div>[    7.987959] systemd[1]: Installed new job systemd-logger.service/start as 75</div><div>[    7.994995] systemd[1]: Enqueued job systemd-logger.service/start as 75</div>
<div>[    8.001555] systemd[1]: systemd-logger.socket changed listening -&gt; running</div><div>Starting Logging Daemon...</div><div>[    8.020252] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-logger</div>
<div>[    8.075131] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-logger as 1406</div><div>[    8.081973] systemd[1]: systemd-logger.service changed failed -&gt; running</div><div>[    8.083670] systemd-logger[1406]: Succesfully opened syslog for logging.</div>
<div>[    8.084264] systemd-logger[1406]: systemd-logger running as pid 1406</div><div>[    8.084790] systemd-logger[1406]: Failed to accept new connection: Function not implemented</div><div>[    8.093728] systemd-cgroups-agent[1407]: Succesfully opened syslog for logging.</div>
<div>[    8.116625]</div><div>[    8.118143] systemd[1]: Job systemd-logger.service/start finished, success=yes</div><div>[    8.125758] systemd[1]: Accepted connection on private bus.</div><div>[    8.132819] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div>
<div>/agent</div><div>[    8.142152]</div><div>[    8.144009] systemd[1]: systemd-remount-api-vfs.service: cgroup is empty</div><div>[    8.150585] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div>
<div>al</div><div>[    8.160985] systemd[1]: Got notification message for unit systemd-logger.service</div><div>[    8.168123] systemd[1]: systemd-logger.service: Got message</div><div>[    8.173682] systemd[1]: systemd-logger.service: got STATUS=Processing requests...</div>
<div>[    8.181192] systemd[1]: Got notification message for unit systemd-logger.service</div><div>[    8.188517] systemd[1]: systemd-logger.service: Got message</div><div>[    8.194077] systemd[1]: systemd-logger.service: got STATUS=Shutting down...</div>
<div>[    8.201080] systemd[1]: Received SIGCHLD</div><div>[    8.205199] systemd[1]: Got SIGCHLD for process 1406 (systemd-logger)</div><div>[    8.211773] systemd[1]: Child 1406 died (code=exited, status=1/FAILURE)</div>
<div>[    8.217948] systemd[1]: Child 1406 belongs to systemd-logger.service</div><div>[    8.224305] systemd[1]: systemd-logger.service: main process exited, code=exited, status=1</div><div>[    8.234451] systemd[1]: systemd-logger.socket got notified about service death.</div>
<div>[    8.240396]</div><div>[    8.241988] systemd[1]: systemd-logger.socket changed running -&gt; listening</div><div>[    8.249003] systemd[1]: systemd-logger.service changed running -&gt; failed</div><div>[    8.325022] systemd[1]: Unit systemd-logger.service entered failed state.</div>
<div>[    8.330469] systemd[1]: Accepted connection on private bus.</div><div>[    8.336715] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div><div>/agent</div><div>
[    8.347051]</div><div>[    8.348710] systemd[1]: fsck-root.service: cgroup is empty</div><div>[    8.353853] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div><div>
al</div><div>[    8.364166] systemd[1]: Incoming traffic on systemd-logger.socket</div><div>[    8.370202] systemd[1]: Trying to enqueue job systemd-logger.service/start/replace</div><div>[    8.377721] systemd[1]: Installed new job systemd-logger.service/start as 76</div>
<div>[    8.384720] systemd[1]: Enqueued job systemd-logger.service/start as 76</div><div>[    8.391320] systemd[1]: systemd-logger.socket changed listening -&gt; running</div><div>Starting Logging Daemon...</div><div>[    8.410295] systemd[1]: About to execute: /usr/local/build/lib/systemd/systemd-logger</div>
<div>[    8.465188] systemd[1]: Forked /usr/local/build/lib/systemd/systemd-logger as 1408</div><div>[    8.472078] systemd[1]:</div><div>[    8.473401] systemd-logger[1408]: Succesfully opened syslog for logging.</div><div>
[    8.474013] systemd-logger[1408]: systemd-logger running as pid 1408</div><div>[    8.474538] systemd-logger[1408]: Failed to accept new connection: Function not implemented</div><div>[    8.483466] systemd-cgroups-agent[1409]: Succesfully opened syslog for logging.</div>
<div>[    8.502520] systemd-logger.service changed failed -&gt; running</div><div>[    8.508198] systemd[1]: Job systemd-logger.service/start finished, success=yes</div><div>[    8.515809] systemd[1]: Accepted connection on private bus.</div>
<div>[    8.522868] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div><div>/agent</div><div>[    8.532523] systemd[1]: systemd-vconsole-setup.service: cgroup is empty</div>
<div>[    8.539063] systemd</div><div>[    8.540874] [1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local</div><div>[    8.550894] systemd[1]: Got notification message for unit systemd-logger.service</div>
<div>[    8.558075] systemd[1]: systemd-logger.service: Got message</div><div>[    8.563635] systemd[1]: systemd-logger.service: got STATUS=Processing requests...</div><div>[    8.571145] systemd[1]: Got notification message for unit systemd-logger.service</div>
<div>[    8.578471] systemd[1]: systemd-logger.service: Got message</div><div>[    8.584031] systemd[1]: systemd-logger.service: got STATUS=Shutting down...</div><div>[    8.591033] systemd[1]: Received SIGCHLD</div><div>
[    8.595157] systemd[1]: Got SIGCHLD for process 1408 (systemd-logger)</div><div>[    8.601733] systemd[1]: Child 1408 died (code=exited, status=1/FAILURE)</div><div>[    8.607902] systemd[1]: Child 1408 belongs to systemd-logger.service</div>
<div>[    8.614259] systemd[1]: systemd-logger.service: main process exited, code=exited, status=1</div><div>[    8.624382] systemd[1]: systemd-logger.socket got notified about service death.</div><div>[    8.630289] systemd[1]: systemd-logger.socket changed running -&gt; listening</div>
<div>[    8.637181] systemd[1]: systemd-logger.service changed running -&gt; failed</div><div>[    8.643866]</div><div>[    8.715069] systemd[1]: Unit systemd-logger.service entered failed state.</div><div>[    8.720521] systemd[1]: Accepted connection on private bus.</div>
<div>[    8.726779] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div><div>/agent</div><div>[    8.736832] systemd[1]: systemd-logger.service: cgroup is empty</div>
<div>[    8.742706] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div><div>al</div><div>[    8.753389]</div><div>[    8.754639] systemd[1]: Incoming traffic on systemd-logger.socket</div>
<div>[    8.760612] systemd[1]: Trying to enqueue job systemd-logger.service/start/replace</div><div>[    8.768168] systemd[1]: Installed new job systemd-logger.service/start as 77</div><div>[    8.775206] systemd[1]: Enqueued job systemd-logger.service/start as 77</div>
<div>[    8.781777] systemd[1]: systemd-logger.socket changed listening -&gt; running</div><div>Starting Logging Daemon...</div><div>[    8.800136] systemd[1]: systemd-logger.service start request repeated too quickly, refusing to start.</div>
<div>[    8.807892] systemd[1]: Job systemd-logger.service/start finished, success=no</div><div>Starting Logging Daemon failed.</div><div>[    8.825260] systemd[1]: Accepted connection on private bus.</div><div>[    8.830371] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div>
<div>/agent</div><div>[    8.840363] systemd[1]: hwclock-load.service: cgroup is empty</div><div>[    8.845977] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div><div>
al</div><div>[    8.856454] systemd[1]: Accepted connection on private bus.</div><div>[    8.862772] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div><div>/agent</div>
<div>[    8.872746] systemd[1]: remount-rootfs.service: cgroup is empty</div><div>[    8.878613] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div><div>al</div><div>
[    8.889851] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div><div>/agent</div><div>[    8.899828] systemd[1]: systemd-logger.service: cgroup is empty</div><div>
[    8.905696] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div><div>al</div><div>[    8.916830] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div>
<div>/agent</div><div>[    8.926911] systemd[1]: systemd-logger.service: cgroup is empty</div><div>[    8.932780] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div>
<div>al</div><div>[    8.943126]</div><div>[    8.945565] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div><div>/agent</div><div>[    8.955441] systemd[1]: systemd-logger.service: cgroup is empty</div>
<div>[    8.961320] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div><div>al</div><div>[    8.972163] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div>
<div>/agent</div><div>[    8.982525] systemd[1]: systemd-logger.service: cgroup is empty</div><div>[    8.988400] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div>
<div>al</div><div>[    8.998841] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1</div><div>/agent</div><div>[    9.009606] systemd[1]: systemd-logger.service: cgroup is empty</div>
<div>[    9.015487] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div><div>al</div><div>[    9.025924] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Loc</div>
<div>al </div></div><br>