Bug 449935

Summary: Client daemon fails to start
Product: [Fedora] Fedora Reporter: Juha Tuomala <tuju>
Component: bcfg2Assignee: Jeffrey C. Ollie <jeff>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: jeff, mail, notting, poelstra
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-08 09:50:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Juha Tuomala 2008-06-04 11:21:46 UTC
Description of problem:

# service bcfg2
/etc/init.d/bcfg2: line 49: /lib/lsb/init-functions: No such file or directory

# service bcfg2 status
/etc/init.d/bcfg2: line 49: /lib/lsb/init-functions: No such file or directory

# rpm -V bcfg2
S.5....T c /etc/sysconfig/bcfg2

Version-Release number of selected component (if applicable):
bcfg2-0.9.5.2-1.fc8

How reproducible:
Always.
  
Expected results:
We should not ship stuff that is broken out-of-the-box.

Additional info:

Comment 1 Juha Tuomala 2008-06-04 11:26:02 UTC
http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptfunc.html
> Each conforming init script shall execute the commands in the
> file /lib/lsb/init-functions in the current environment (see shell special
> built-in command dot). This file shall cause the following shell script
> commands to be defined in an unspecified manner.

# rpm -qf /lib/lsb/init-functions
error: file /lib/lsb/init-functions: No such file or directory

# rpm -qf /etc/init.d/functions
initscripts-8.60-1

What version of LSB Fedora conforms?

Comment 2 Juha Tuomala 2008-06-04 11:28:09 UTC
Related bug 246877

Comment 3 Bill Nottingham 2008-11-03 21:39:45 UTC
That's provided by redhat-lsb - bcfg2 probably needs to reqiure it.