kk CHN wrote:
> Hi all , 
> 
> I followed the tutorial to a minimal setup of bacula on FreeBSD :  
> URL:http://www.freebsddiary.org/bacula.php 
> <http://www.freebsddiary.org/bacula.php>
> 
> but  in the ports collection , there are two different ports for    
> bacula-server   & bacula-client , I think the tutorial is so old , 
> anyways I installed bothe  bacula-client  & bacula-server through ports .
> 
> 
> but the section    dealing with  Starting the Bacula daemons :  
> 
>  its asking us to do a 
> 
> /usr/local/etc/rc.d/bacula.sh start     But I found  there is no such   
> bacula.sh   script , instead I have seen    bacula-dir   , bacula-fd , 
> bacula-sd    files  ,
> 
>  Is there   anything wrong with my bacula installation   OR how can I 
> start the bacula daemon  in this setup ?
> 
> any suggestions highly appreciated .

Nothing is wrong.

/usr/local/etc/rc.d/bacula-dir start
/usr/local/etc/rc.d/bacula-dir bacula-fd start
/usr/local/etc/rc.d/bacula-dir bacula-sd start

Add the *enable directives for each of the above scripts to 
/etc/rc.conf.  See inside each script for details

I'll update the article

-- 
Dan Langille - http://www.langille.org/
BSDCan - The Technical BSD Conference: http://www.bsdcan.org/

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to