On Tue, 21.06.11 20:06, Stef Bon ([email protected]) wrote: > Hi, > > thanks for your info. > > I've got the following log output. > Somewhere the message appears: > > remount-rootfs.service: cgroup is empty
This is just a debug message, not really a problem. You only get this when debug logging is enabled and a cgroup runs empty. > Jun 21 18:33:07 systemd[1]: Job dev-tty4.device/start timed out. > Jun 21 18:33:07 systemd[1]: Job dev-tty4.device/start finished, > result=timeout > Jun 21 18:33:07 systemd[1]: Job [email protected]/start finished, > result=dependency > Jun 21 18:33:07 systemd[1]: Job [email protected]/start failed with > result 'dependency'. > Jun 21 18:33:07 systemd[1]: Job dev-tty4.device/start failed with > result 'timeout'. So the gettys cannot be started since their tty devices never show up. This is most likely because your udev isn't properly set up (not run, or the systemd rules file /lib/udev/rules.d/99-systemd.rules is not properly installed). Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
