On 30/03/07, Jason King <[EMAIL PROTECTED]> wrote:
> 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"}
>

Ok. its not a proper fix. I just executed:

/usr/local/sbin/bacula-dir -fv -d99 -u bacula -g bacula -c
/usr/local/etc/bacula-dir.conf

works just fine.

A bug in the rc script. I'll open a PR or contact the port maintainer.

thank you!!
-- 
Kimi

-------------------------------------------------------------------------
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