I have not followed all the thread, so I'm sorry if I'm talking about something else.
I have seen that in the "bacula" init script built by the installation process this variables defined:
BACFDCFG=/bacula/scripts
BACSDCFG=/bacula/scripts
BACDIRCFG=/bacula/scripts
and then the script tries to start the daemons from those locations:
case "$1" in
start)
[ -x ${BACSDCFG}/bacula-ctl-sd ] && ${BACSDCFG}/bacula-ctl-sd $1 $2
[ -x ${BACFDCFG}/bacula-ctl-fd ] && ${BACFDCFG}/bacula-ctl-fd $1 $2
[ -x ${BACDIRCFG}/bacula-ctl-dir ] && ${BACDIRCFG}/bacula-ctl-dir $1 $2
;;
[...]
Obviously, thery're not in /bacula/scripts, but in /bacula/bin (in my case).
I'm using bacula 2.0.2 on openSUSE 10.0.
--
Cris.
.............................................................
Este mensaje ha sido enviado usando el servicio de webmail
de la Universidad Nacional de Rio Cuarto.
smime.p7s
Description: Firma criptográfica S/MIME
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
