systemd automatic login failure

Bug #1466270 reported by billhuey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
systemd-shim (Ubuntu)
New
Undecided
Unassigned

Bug Description

Switching back to upstart fixed this problem.

From /etc/init/ttyS0.conf:

# ttyS0 - getty
#
# This service maintains a getty on ttyS0 from the point the system is
# started until it is shut down again.

start on stopped rc RUNLEVEL=[12345]
stop on runlevel [!12345]

respawn
exec /sbin/getty -L 115200 ttyS0 vt102 --autologin user

........

from dmesg bug might be an unrelated bug:

[ 5.936703] systemd-logind[939]: Failed to start user service: Unknown unit: user@1000.service
.........

Description: Ubuntu 15.04
Release: 15.04

Revision history for this message
billhuey (bill-huey) wrote :

Basically it doesn't automatically login with the --autologin option passed to getty. Moving back to upstart fixed the problem.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.