Bug ID 1044657
Summary In the rescue system, some symlinks have been converted into plain regular files
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Installation
Assignee yast2-maintainers@suse.de
Reporter fbui@suse.com
QA Contact jsrain@suse.com
Found By ---
Blocker ---

Hi,

systemd v233 has been submitted to Factory and is currently living in staging
'H'.

We noticed that login wasn't started on tty1 anymore.

After some investigation it's due to systemd refusing taking into consideration
stuff in /etc/systemd/system/*.{wants,requires} which are not symlinks.

For example /etc/systemd/system/getty.target.wants/getty@tty1.service is a
plain unit file in the rescue system whereas it should have been a symlink
pointing to /usr/lib/systemd/system/getty@.service.

Previously that wasn't an issue but since v233, a new sanity check has been
introduced in systemd that makes sure symlinks are used in dependency drop-in
directories.

So the question is why some symlinks weren't preserved when copied in the
rescue rootfs ?


You are receiving this mail because: