/etc/init.d/garb fails on RHEL 6.5
Bug #1323652 reported by
Jay Janssen
on 2014-05-27
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
| Galera |
Undecided
|
Unassigned | |||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC | Status tracked in 5.6 | |||||
| 5.5 |
Fix Released
|
High
|
Unassigned | ||
| 5.6 |
Fix Released
|
High
|
Unassigned |
Bug Description
# /etc/init.d/garb start
/etc/init.d/garb: line 99: log_daemon_msg: command not found
# cat /etc/issue
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Kernel \r on an \m
Percona-
Alex Yurchenko (ayurchen) wrote : | #2 |
Jay, did that system have /etc/redhat-release or has RedHat abandoned it? (CentOS still seems to have it)
Changed in galera: | |
status: | New → Incomplete |
Tamas Szasz (tszasz) wrote : | #3 |
The same problem here on RHEL 6.5 with Percona-
The log_daemon_msg function and all other lsb related functions/files are located in /etc/redhat-lsb/ folder.
After adding that folder to the include list, the daemon still not able to start up
Shahriyar Rzayev (rzayev-sehriyar) wrote : | #4 |
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/
To post a comment you must log in.
Looks like log_daemon_msg is being invoked when it is not defined as per lsb.
Also, note that, this also means garb config is not configured at /etc/sysconfig/garb (you need to remove line '# REMOVE' after done).