[systemd-devel] systemd hang on booting after mount

최찬우 cwchoi00 at gmail.com
Thu Jan 20 00:59:05 PST 2011


2011/1/20 Gustavo Sverzut Barbieri <barbieri at profusion.mobi>

> On Wed, Jan 19, 2011 at 1:21 PM, Lennart Poettering
> <lennart at poettering.net> wrote:
> > On Wed, 19.01.11 20:20, Chanwoo Choi (cwchoi00 at gmail.com) wrote:
> >
> >>
> >> Kay Sievers wrote:
> >> > On Tue, Jan 18, 2011 at 10:48, Lennart Poettering
> >> > <lennart at poettering.net> wrote:
> >> >
> >> >> One other guess is that your kernel is too old, you need the
> >> >> /sys/fs/cgroup mount point which is only available in recent
> kernels...
> >> >
> >> > That should be in 2.6.36, which is mentioned earlier in the thread. To
> >> > check, it's this commit:
> >> >
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=676db4af043014e852f67ba0349dae0071bd11f3
> >> >
> >> > Kay
> >> >
> >>
> >> I solved this error. The cause of error is that my system don't open
> directory
> >> with flag(O_NOCTTY, O_NONBLOCK, O_DIRECTORY) in manager_setup_cgroup().
> (in src/cgroup.c)
> >> I will find the reason of it on my system.
> >
> > Hmm, this is very weird. What's the error code returned by this?
> >
> >> Then, I faced another error which prints following debug message :
> >>
> >> Starting Apply System Clock UTC Offset...
> >> [    5.128666] systemd[1]: About to execute: /sbin/hwclock --systz
> >> [    5.158289] systemd[1]: Forked /sbin/hwclock as 1370
> >> [    5.162304] systemd[1]: hwclock-load.service changed dead -> start
> >> [    5.168205] systemd[1]: Running GC...
> >> [    5.172719] systemd[1]: event type=116
> >> [    5.175364] systemd[1]: Code should not be reached 'Unknown epoll
> event type.' at src/manager.c:2279, function proce
> >> ss_event(). Aborting.
> >> [    5.219936] systemd[1]: Caught <ABRT>, dumped core as pid 1373.
> >
> > Hmm this is really weird, indication of some memory corruption. 116 is
> > not a valid event type here. Really weird.
> >
> >> Why happen this aborting error?
> >
> > I have no idea at all tbh. Something is really weird on your machine.
> >
> >> [    3.662137] systemd[1]: /etc/mtab is not a symlink or not pointing to
> /proc/self/mounts. This is not supported anymo
> >> re. Please make sure to replace this file by a symlink to avoid
> >> incorrect or misleading mount(8) output.
> >
> > This has nothing to do with the problem you are encountering but you
> > should make /etc/mtab a symlink to /proc/self/mounts.
> >
> >> [    4.886990] tmpfs: Bad value 'lock' for mount option 'gid'
> >
> > You should create a group called "lock". But this too doesn't
> > have anything to do with your problem.
> >
> > To be frank, I am really puzzled be the problems you are encountering,
> > no clue. The open() issue above is really suspicious that something
> > bigger is wrong with your system.
>
> Likely you're doing it for a company. If so and you need some
> consulting or even to outsource systemd-related development, let me
> know.
>
>

The cause of this error is wrong my build system, so I modify correctly
build system. Sorry.

When enabling systemd on my system, I've been faced many failed msg.

"dbus-daemon --system" is executed to solve following error msg.
but, it is yet to be solved.
Please request advice or solution to me.

[    3.911553] systemd[1]: Failed to get system D-Bus connection, retrying
later: Failed to connect to socket /var/r
un/dbus/system_bus_socket: Connection refused
[    3.924594] systemd[1]: Failed to get API D-Bus connection, retrying
later: Failed to connect to socket /var/run/
dbus/system_bus_socket: Connection refused


follwoing full log message :

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


More information about the systemd-devel mailing list