Project

General

Profile

Actions

Bug #3729

closed

Bacula-client Services not running

Added by Anonymous about 11 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Bacula
Target version:
-
Start date:
07/02/2014
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:

Description

Version: 2.1.4-RELEASE (amd64)
Package: bacula-client 5.2.12_3 pkg v 1.0.3

The service was not running because the configuration file inside bacula-fd.sh are pointing to /usr/pbi/bacula-amd64/etc/bacula/bacula-fd.conf and webgui is saving the settings in /usr/pbi/bacula-amd64/etc/bacula-fd.conf.

My package fix:

-- START PATCH --

--- /usr/local/etc/rc.d/bacula-fd.sh.orig 2014-06-30 10:25:04.000000000 -0300
+++ /usr/local/etc/rc.d/bacula-fd.sh 2014-06-30 10:25:14.000000000 -0300
@ -23,7 +23,7 @
load_rc_config $name

: ${bacula_fd_enable="YES"}
-: ${bacula_fd_flags=" -u root -g wheel -v -c /usr/pbi/bacula-amd64/etc/bacula/bacula-fd.conf"}
+: ${bacula_fd_flags=" -u root -g wheel -v -c /usr/pbi/bacula-amd64/etc/bacula-fd.conf"}
: ${bacula_fd_pidfile="/var/run/bacula-fd.9102.pid"}
pidfile="${bacula_fd_pidfile}"

-- END PATCH --

Actions

Also available in: Atom PDF