On Thu, 05.05.11 21:09, Koen Kooi ([email protected]) wrote: > > BTW, what's the > > feasibility to have Angstron as use systemd by default? > > I'd like that to happen, but first it needs to work :) I'm not even getting a > getty on serial or fbcon: > > [ 96.019958] <28>systemd[1]: Job dev-ttyO2.device/start timed out. > [ 96.026489] <31>systemd[1]: Job dev-ttyO2.device/start finished, > result=timeout > [ 96.034362] <31>systemd[1]: Job [email protected]/start finished, > result=dependency > [ 96.042877] <29>systemd[1]: Job [email protected]/start failed with > result 'dependency'. > > But that's slight off-topic :)
You either aren't starting udev, or you haven't installed the systemd rules file properly. Check with "udevadm info -p /sys/class/tty/ttyO2 -qall" whether the systemd tag is properly set on your device. If it isn't try figuring out why not. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
