Actions
Bug #3729
closed
Bacula-client Services not running
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 --
Updated by Renato Botelho over 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset commit:22c884d104498547356e6144b6a0c22300085b22.
Updated by Chris Buechler over 9 years ago
- Category set to Bacula
- Status changed from Feedback to Resolved
Actions