On Wednesday, November 20, 2024 5:59:45 PM CET D. wrote:
> I upgraded from 13.0.4 to 15.0.2 on two Oracle Linux 8.10 servers.  In
> both cases, the bacula-sd.service daemon won't start after the upgrade.
> The DIR and FD daemons start just fine.  The DIR seems to interact with
> the upgraded database just fine.
> 
> The lack of logging has me stumped as to how I should further
> troubleshoot this problem.
> 
> Any thoughts?
> 
> I thought about compiling it myself and seeing if my compiled SD starts,
> but I don't have the knowledge to compile myself.  Hmph...

Hello,

I would suggest the following steps:
1. Make sure the bacula-sd daemon is down.
2. Check the service configuration (whether be it init or systemd) and
   look for the parameters used for starting the bacula-sd daemon.
   Specifically, look for the user and the group used for bacula-sd
   daemon to run under.
3. In my case, username is "bacula" and the group is "tape". Run the
   bacula-sd daemon manually, in foreground using debug option like -d 99
   or -d 9999.
   For example:
   bacula-sd -f -u bacula -d 9999 -c /etc/bacula/bacula-sd.conf

That should give you the clue why your bacula-sd daemon is unable to
start.

About the compilation of bacula software distribution...
It is pretty much standard procedure that involves running configure
script with the options you prefer, following by the make and make install
commands which would build (compile) and install files.

The usual problem during bacula build (and this is true for most software
that require compiling) is failure to satisfy build dependencies
(different libraries and their include files) needed for building and
linking binaries.

If you feel that you lack the knowledge needed for compiling the binaries
yourself, I would suggest using packages provided either by your OS or by
the Bacula team. It would help you keeping your system easier to maintain.


Regards

-- 
Josip Deanovic





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

Reply via email to