On Jan 29, 2008 10:56 AM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote:
> > Did you try on that box connecting to bacula via bconsole?
>
> Well, bconsole connect without problems. Now how I can start Bacula when 
> server restart I mean like a real daemon as MySQL or PostgreSQL do?
>
I am not sure how to do that on your distro. It may work to just copy
the bacula-ctl-dir, bacula-ctl-fd and bacula-ctl-sd to the /etc/init.d
folder and add these to the init process like you did for the
database. Or there may be a local.start script (or similar) that
starts at each reboot in which you can call all three bacula scripts
directly like the following:

/etc/bacula/bacula-ctl-fd start
/etc/bacula/bacula-ctl-sd start
/etc/bacula/bacula-ctl-dir start

John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to