Hi people.
I already install bacula 1.38.8 no FreeBSD setup my /etc/rc.conf file to start bacula, that method is very good, but i have some problems every time i restart my system or try to stop
the bacula-dir.daemon
.
1; Every time that my system boots he try to start bacula first and latter mysql, bacula depends of mysql, and for this little reason the daemon fails to start, just start the fd and sd daemons.
Solution: start the daemon manually or create a script to start the daemon.
1.1; For this reason i change my settings on /etc/rc.conf from:
bacula_dir_enable = "YES"
to
bacula_dir_enable="NO"
Because if the daemon cannot start i dont have a reason to loose time waiting the system to try starting the dir daemon.
Problem: if i want to start the demon manually:
zorra#/usr/local/etc/rc.d/bacula-dir.sh start
Dosent start for this change, i need to have ="YES" if i want to start the dir daemon manually.
2; If i want to stop the demon:
/usr/local/etc/rc.d/bacula-dir.sh stop
upss... Waiting to stop PID XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,
XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,
XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,
XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,
XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,
XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,
XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,XXXX,
Ctrl+c
i stop the fd and them the sd daemon and sometime can stop the dir daemon but others same behavior, even if i dont have any jobs running or pending to
run.
I need to kill the PID sometimes.
I dont have any problems with bacula runnnig, is working very good, i have test windows 2000 and freebsd clients and all backups are success, just this little problems.
Any solution to this or iam doing something wrong...?
FreeBSD 6.0-p6
MySQL 5.019
Bacula 1.38.8
- [Bacula-users] Problems with new process to start bacula on F... pedro moreno