Bug 75068

Summary: cpqdarray does not show up in the chkconfig --list
Product: [Retired] Red Hat Linux Reporter: Stephen John Smoogen <smooge>
Component: kernel-utilsAssignee: Arjan van de Ven <arjanv>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: low    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-02-14 06:30:01 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 Stephen John Smoogen 2002-10-04 03:21:15 UTC
Description of Problem:

Doing a perusal of /etc/init.d, found that cpqarrayd couldnt be found by
chkconfig --list.. this does not show up on my null box.

[root@glasya init.d]# rpm -qf cpqarrayd
kernel-utils-2.4-8.13
[root@glasya init.d]# chkconfig --list cpqarrayd
service cpqarrayd supports chkconfig, but is not referenced in any runlevel (run
'chkconfig --add cpqarrayd')
[root@glasya init.d]# chkconfig --add cpqarrayd
[root@glasya init.d]# chkconfig --list cpqarrayd
cpqarrayd       0:off   1:off   2:off   3:off   4:off   5:off   6:off

Comment 1 Stephen John Smoogen 2002-10-04 16:25:39 UTC
New feature of RH 8.0 not to add items that arent needed. 

Needs to be documented in updated RELEASE-NOTES or known issues. Let technical
support add it to their DB.

Thanks Bill Nottingham.