To solve the problem. I added this

if [ ! -d /var/run/bucardo ]; then
   mkdir /var/run/bucardo
fi

in the /etc/init.d/bucardo file





2014-04-29 22:34 GMT+02:00 Greg Sabino Mullane <[email protected]>:

> On Tue, Apr 29, 2014 at 12:55:51PM +0200, Alexandre Busquets wrote:
> > Sometimes I found bucardo stopped.
> > I try to start and I have this errors
> > Could not create "/var/run/bucardo/fullstopbucardo": No such file or
> > directory
> >
> > To solve, I have to create the folder /var/run/bucardo every time.
>
> You can either tell your OS to stop deleting it, or you can simply
> set a different directory via the --pid-dir argument.
>
> --
> Greg Sabino Mullane [email protected]
> End Point Corporation
> PGP Key: 0x14964AC8
>
_______________________________________________
Bucardo-general mailing list
[email protected]
https://mail.endcrypt.com/mailman/listinfo/bucardo-general

Reply via email to