>>>>> On Fri, 1 Apr 2022 21:29:56 +1100, Gary R Schmidt said:
> 
> On 01/04/2022 21:13, Chris Wilkinson wrote:
> > I built this from source and found it would not run due to a permissions 
> > error with the daemons bacula-* and dbcheck. It seems the make builds 
> > them with permissions 750, root:root. I run the director as 
> > bacula:bacula, the fd as root:root and sd as bacula:tape. User bacula is 
> > a member of the sudo group. Changing the daemons and dbcheck to 755 
> > fixed this.
> > 
> > Does that suggest the make is in error or maybe my choices of what user 
> > to run the daemons as is incorrect?
> > 
> NOTE: I've not built on Raspian, but it looks like you've missed the 
> "--with-XXX-user=" options to configure.

In particular, the permissions are designed for the daemons to be started as
root, with the -u and -g options controlling the user and group.  The default
startup scripts do this using information from the configure.

__Martin


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to