Hi Sebastian, On 01.05.2015 23:29, Sebastian Andrzej Siewior wrote: > Systemd… > > |# apt-get purge clamav-daemon > |Reading package lists... Done > |Building dependency tree > |Reading state information... Done > |The following packages were automatically installed and are no longer > required: > | clamav-freshclam clamdscan libclamav6 > |Use 'apt-get autoremove' to remove them. > |The following packages will be REMOVED: > | clamav-daemon* > |0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. > |After this operation, 1,002 kB disk space will be freed. > |Do you want to continue? [Y/n] y > |(Reading database ... 38733 files and directories currently installed.) > |Removing clamav-daemon (0.98.7+dfsg-1) ... > |Warning: Stopping clamav-daemon.service, but it can still be activated by: > | clamav-daemon.socket > |Failed to execute operation: Connection reset by peer > |Purging configuration files for clamav-daemon (0.98.7+dfsg-1) ... > | > |Failed to execute operation: Activation of org.freedesktop.systemd1 timed out > |Failed to execute operation: Activation of org.freedesktop.systemd1 timed out > > and ps says #1: > |root 31527 9.2 1.6 70392 34172 pts/2 S+ 23:14 0:02 \_ apt-get > purge clamav-daemon > |root 31535 0.1 0.6 25284 12720 pts/3 Ss+ 23:14 0:00 \_ > /usr/bin/dpkg --status-fd 13 --force-depends --force-remove-essential --purge > clamav-daemon:amd64 > |root 31597 0.0 0.0 4328 796 pts/3 S+ 23:14 0:00 \_ > /bin/sh /var/lib/dpkg/info/clamav-daemon.postrm purge > |root 31603 0.0 0.1 22480 2536 pts/3 S+ 23:15 0:00 > \_ systemctl --system daemon-reload > > #2: > |root 31527 5.0 1.6 70392 34172 pts/2 S+ 23:14 0:05 \_ apt-get > purge clamav-daemon > |root 31535 0.0 0.6 25284 12720 pts/3 Ss+ 23:14 0:00 \_ > /usr/bin/dpkg --status-fd 13 --force-depends --force-remove-essential --purge > clamav-daemon:amd64 > |root 31597 0.0 0.0 4328 796 pts/3 S+ 23:14 0:00 \_ > /bin/sh /var/lib/dpkg/info/clamav-daemon.postrm purge > |root 31607 0.1 0.4 36860 9216 pts/3 S+ 23:16 0:00 > \_ perl /usr/bin/deb-systemd-helper unmask clamav-daemon.service > clamav-daemon.socket > |root 31608 0.0 0.1 22480 2420 pts/3 S+ 23:16 0:00 > \_ systemctl daemon-reload > > Is this only me? > |# poweroff > | > |Failed to start poweroff.target: Activation of org.freedesktop.systemd1 > |timed out > |Failed to open initctl FIFO: No such device or address > |Failed to talk to init daemon. > > at this point I am not sure if I should re-install my sid kvm (because > it is somehow broken) or if this clamav service file does something to > systemd it crashes somehow (well pid 1 is still there but working is > different).
Not sure, but have you checked, whether systemd has been 'freezing execution'? This happens if it would crash otherwise and then you can't talk to PID 1 anymore. Only thing working in this case would be 'reboot -f'. Best regards, Andreas _______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel
