FS#42616 - [systemd] fails to enable getty@tty1.service at install

Attached to Project: Arch Linux
Opened by Matthias Dienstbier (fs4000) - Thursday, 30 October 2014, 09:54 GMT
Last edited by Dave Reisner (falconindy) - Friday, 31 October 2014, 14:00 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Dave Reisner (falconindy)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Systemd's install scriptlet tries to enable getty@tty1.service but fails since version 217.

# systemctl enable getty@tty1.service
Failed to execute operation: No such file or directory

# systemctl enable getty@.service
Created symlink from /etc/systemd/system/getty.target.wants/getty@tty1.service to /usr/lib/systemd/system/getty@.service.

Probably related with https://bugs.freedesktop.org/show_bug.cgi?id=85071
This task depends upon

Closed by  Dave Reisner (falconindy)
Friday, 31 October 2014, 14:00 GMT
Reason for closing:  Fixed
Additional comments about closing:  systemd-217-2
Comment by Matthias Dienstbier (fs4000) - Thursday, 30 October 2014, 12:53 GMT
The error message in a chroot or directly from pacman is slightly different:

Failed to get unit file state for getty@tty1.service: No such file or directory
Operation failed: No such file or directory
Comment by Dave Reisner (falconindy) - Thursday, 30 October 2014, 12:54 GMT
Could you bisect this, please?
Comment by Matthias Dienstbier (fs4000) - Thursday, 30 October 2014, 22:45 GMT
Sorry, I don't have the time right now.

It might be http://cgit.freedesktop.org/systemd/systemd/commit/?id=f7101b7368dfe41dbc8b7203e06133cccb589c01 (not verified yet)
Comment by Dave Reisner (falconindy) - Friday, 31 October 2014, 00:35 GMT

Loading...