Re: [Bacula-users] Startup Scripts not Working

2020-05-19 Thread Sven Hartge
On 19.05.20 17:27, Chris Wilkinson wrote: The correct permissions for a Debian/Ubuntu system are as follows: > bacula-dir.conf 755 bacula:bacula 640 bacula:bacula > bacula-sd.conf 755 bacula:bacula 640 bacula:bacula > bacula-fd.conf 755 root:bacula 640 root:root > /var/lib/bacula/ 755 root:

Re: [Bacula-users] Startup Scripts not Working

2020-05-19 Thread Chris Wilkinson
As Martin correctly suggested, the problem was of permissions. I fixed it by changing to the following. Previously these were all root:root. bacula-dir.conf 755 bacula:bacula bacula-sd.conf 755 bacula:bacula bacula-fd.conf 755 root:bacula /var/lib/bacula/ 755 root:root Thanks for the pointers. M

Re: [Bacula-users] Startup Scripts not Working

2020-05-18 Thread Sven Hartge
On 18.05.20 18:25, Chris Wilkinson wrote: > I upgraded my server to Debian Buster (10) and took the opportunity to > upgrade Bacula to the repo version (9.4.2). I retained my existing > /etc/bacula/*.conf files. > > I had no luck getting the services to start (exited with error) What errors? >

Re: [Bacula-users] Startup Scripts not Working

2020-05-18 Thread Martin Simmons
You forgot to say what the errors are! Were the daemons all running as root before the upgrade? If so, then you probably need to change the permissions on some files. __Martin > On Mon, 18 May 2020 17:25:44 +0100, Chris Wilkinson said: > > I upgraded my server to Debian Buster (10) and to