[Pacemaker] Pure-FTPd resource script is wrong (at least on ubuntu and probably debian)

Mailing List SVR lists at svrinformatica.it
Sat Nov 5 17:26:12 EDT 2011


Hi,

the script doesn't create the pid file directory if missing and so 
pure-ftpd starts but no pidfile is created and the motion function fails 
and try top start pure-ftpd again but this time the address is already 
in use and so on,

must be added something like this before start pure-ftpd:

if [ ! -e `dirname $PIDFILE` ];then
        mkdir `dirname $PIDFILE`
fi

please apply,

thanks
Nicola

P.S. I'm testing on ubuntu 11.10, note also that on ubuntu 11.10 seems 
the pid is hardcoded to /var/run/pure-ftpd/pure-ftpd.pid




More information about the Pacemaker mailing list