[Bug 28921] bacula can't start due to missing /var/run/bacula

Yann yann at pleiades.fr.eu.org
Sat Mar 18 16:22:25 UTC 2006


Public bug report changed:
https://launchpad.net/malone/bugs/28921

Comment:

I opened a bug for this on the debian BTS.
The init script should also correctly set the ownership on the directory:

if [ ! -d /var/run/bacula ]; then
  mkdir -p -m 0755 /var/run/bacula
  chown bacula:daemon /var/run/bacula
fi




More information about the universe-bugs mailing list