** Description changed: Binary package hint: dspam Now that /var/run is tmpfs mounted, the dspam daemon won't start due to /var/run/dspam missing. It should be created by dspam startup initscript. + + TEST CASE: + $ mount | grep /var/run + varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755) + $ sudo aptitude install dspam + $ sudo vi /etc/default/dspam # set START=yes + $ sudo /etc/init.d/dspam start # Observe notification of starting + $ sudo /etc/init.d/dspam stop # Observe notification of stopping + $ sudo reboot + $ sudo /etc/init.d/dspam start # Observe notification of starting + $ sudo /etc/init.d/dspam stop # Observe notification that it was not running + + With the updated dspam, dspam should start & stop cleanly before and + after reboot.
-- dspam won't start: /var/run/dspam missing in tmpfs https://bugs.launchpad.net/bugs/158252 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs