Ticket #81 (closed defect: fixed)
init script broken in 0.8.2 final
Reported by: | leggett | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: | [email protected]… |
Description
The bcfg2-server init script is broken for RHEL in 0.8.2 final. It worked in 0.8.2pre10.
[[email protected]:~]$ sudo /etc/init.d/bcfg2 restart Password: /etc/init.d/bcfg2: line 37: log_begin_msg: command not found /etc/init.d/bcfg2: line 38: log_progress_msg: command not found pidof: invalid options on command line!
pidof: invalid options on command line!
/etc/init.d/bcfg2: line 40: log_end_msg: command not found /etc/init.d/bcfg2: line 31: log_begin_msg: command not found /etc/init.d/bcfg2: line 32: log_progress_msg: command not found /etc/init.d/bcfg2: line 34: log_end_msg: command not found
Attachments
Change History
comment:1 Changed 17 years ago by [email protected]…
comment:3 Changed 17 years ago by [email protected]…
I'm attaching a diff that should fix the problems. It reverts the init scripts to lsb 3.0 which is in redhat.
Do you have the lsb package installed? It would appear that some of the lsb functions are not provided by redhat.