Hello All;
I followed the links that several of you suggested, regarding systemd. As near as I can tell, I haven’t missed anything and it still doesn’t “auto Login”. First of all, here are the steps: 1) md /etc/systemd/system/[email protected] cd /etc/systemd/system/[email protected] nano autologin.conf [Service] ExecStart= ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux 2) From: https://storma.wordpress.com/tag/debian-wheezy-systemd-autologin/ Edit the file: ‘/etc/systemd/system/getty.target.wants/[email protected]’ and find the line: ‘ExecStart=-/sbin/agetty %I 38400’ and change to: ‘ExecStart=-/sbin/agetty –noclear -a USERNAME %I 38400’ The –noclear is optional, it prevents the screen from clearing out the console messages. 3) reboot Here is what happens when I type “systemctl status [email protected]” after logging in as root. (Auto login doesn’t work obviously) [email protected] - Getty on tty1 Loaded: loaded (/lib/systemd/system/[email protected]; enabled) Active: active (running) since Sun, 13 Sep 2015 21:02:14 +0000; 59s ago Main PID: 1767 (login) CGroup: name=systemd:/system/[email protected]/tty1 â 1767 /bin/login The post login message is: Debian GNU/Linux 7 beaglebone ttyO0 BeagleBoard.org Debian Image 2015-03-01 I am wondering about the “ttyO0” part of the message, and how this relates to “tty1” which I believe is a device? Thanks Bill -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
