On Jun 16, 2014 2:12 PM, "Jay D Bhatt" <[email protected]> wrote: > > Hi Andrey, > > I also think getty is missing. There was no sbin/getty, it was agetty, so I created soft link to make sbin/getty.
Hmm, I thought [email protected] actually invokes "agetty" directly, no? > Secondly, "cat /sys/class/tty/console/active" was not possible as there was no folders structure inside /sys/. No tty/console stuff, or absolutely empty? An empty /sys might mean that systemd failed to mount sysfs. (I should re-read the earlier logs you posted.) It's again a kernel option, CONFIG_SYSFS if I remember correctly. I wonder how well udev and systemd even work without sysfs. > I didn't got your below question " I see ssh service - are you able to ssh into it?" How do I do ssh into it? Please guide. By using `ssh root@ip-address`, with the IP address of the device. (Of course that only works if the device has networking configured as well, so not always useful...) > Other interesting thing I found was systemd rules were not set for ttymxc* . I set the rules for it, since I am using console=ttymxc3. Hmm, I think systemd automatically starts a getty on the console device too, no? If ttymxc* is common, maybe it would be useful to send a patch for including it along with systemd's default rules... -- Mantas Mikulėnas <[email protected]> // sent from phone
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
