Package: systemd Version: 260~rc4-1 Severity: normal I have kmscon installed and enabled:
# systemctl enable [email protected] Created symlink '/etc/systemd/system/[email protected]' → '/usr/lib/systemd/system/[email protected]'. Created symlink '/etc/systemd/system/getty.target.wants/[email protected]' → '/usr/lib/systemd/system/[email protected]'. systemd.postinst runs "systemctl enable [email protected]" unconditionally, which leads to the following error message Failed to enable unit: File '/etc/systemd/system/[email protected]' already exists and is a symlink to /usr/lib/systemd/system/[email protected] bug systemctl also creates /etc/systemd/system/getty.target.wants/[email protected] (via DefaultInstance=tty1) [email protected] and [email protected] conflict with each other. I thus suggest running "systemctl enable [email protected]" only on new installs and as a one-upgrade upgrade. The explicit "systemctl enable [email protected]" can be dropped accordingly.

