Apollon Oikonomopoulos <apoi...@debian.org> writes: > On 09:15 Thu 11 May, Christian Balzer wrote: > >> Firstly I recreated the initial state bu unmasking drbd and enabling >> it, then reloading systemd. >> >> That find then gives us: >> --- >> /run/systemd/generator.late/drbd.service >> /etc/systemd/system/multi-user.target.wants/drbd.service > > So, now we need ls -l > /etc/systemd/system/multi-user.target.wants/drbd.service to see how old > the symlink is and where it points to.
And please do the same after *disabling* drbd.service, as Appollon originally requested: $ systemctl disable drbd.service $ systemctl daemon-reload $ find /lib/systemd /run/systemd /etc/systemd -name drbd.service -ls (The -ls at the end makes up for the separate ls -l command.) > Can you also zgrep drbd-utils /var/log/dpkg.log*? -- Feri