On 30 Mar 2007 at 15:38, Jason King wrote:

> Kimi Ostro wrote:
> > Hi list,
> >
> > today I built bacula from FreeBSD ports.
> >
> > Now I can start both bacula-sd and bacula-fd on startup, yet I cant
> > start bacula-dir on startup. The error message I get in my log is:
> > Mar 30 21:13:16 freebsd /boot/generic/kernel: pid 42355 (bacula-dir),
> > uid 910: exited on signal 6
> >
> > I don't know why bacula-dir exits with Abort?
> >
> > I can start bacula-dir from the command line if I type this:
> > # /usr/local/sbin/bacula-fd -vt -c /usr/local/etc/bacula-fd.conf

> I ran into the same problem. You have to check the startup script and
> change the user that it starts as. It's wanting to start as a user
> other than root. Here is the line you are looking for in the rc.d
> script. The -u flag should be changed it root. 
> 
> : ${bacula_dir_flags=" -u root -g wheel -v -c 
> /usr/local/etc/bacula-dir.conf"}
> 

I agree with Arno.  It is set to run as non-root for a reason.  If a 
problem is being encountered, let us fix that problem, not hide it.  
:)

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php
PGCon - The PostgreSQL Conference - http://www.pgcon.org/



-------------------------------------------------------------------------
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
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to