while restarting a server after crash mail-filter/milter-regex refuses to start because of the existing but stale socket /var/run/milter-regex/milter-regex.sock IMHO the init script /etc/init.d/milter-regex should take care of this problem Reproducible: Always Steps to Reproduce: while running mail-filter/milter-regex crash the machine ;) or: kill -9 $(ps axfw | grep '/usr/bin/milter-regex ' | grep -v ' grep ' | awk '{ print $1; }') Actual Results: marduk ~ # /etc/init.d/milter-regex restart * Starting milter-regex ... [ !! ] marduk ~ # Expected Results: init script should remove the socket if exists and then start milter-regex
Fixed in -r1, thanks! Btw, if you are happy with this packet, you should open a stabilization bug for the arch on which you are using it.