Bug 132284 - chkconfig strangeness
Summary: chkconfig strangeness
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact:
URL:
Whiteboard:
: 133705 (view as bug list)
Depends On:
Blocks: FC3Target FC3BugWeekTracker
TreeView+ depends on / blocked
 
Reported: 2004-09-10 16:05 UTC by Bill Nottingham
Modified: 2014-03-17 02:48 UTC (History)
4 users (show)

Fixed In Version: 1.0.6-37
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-01 21:32:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2004-09-10 16:05:21 UTC
rpcgssd, rpcidmapd, and rpcsvcgssd all have:

# chkconfig: 0356 <start priority> <stop priority>

Since runlevel 0 is halt, and runlevel 6 is reboot, this is almost
certainly not what you want.

Comment 1 Bill Nottingham 2004-09-29 02:49:03 UTC
*** Bug 133705 has been marked as a duplicate of this bug. ***

Comment 2 Rik van Riel 2004-09-30 12:08:44 UTC
I wouldn't mind fixing this one for bug week, changing the run levels
to 345 ...

Comment 3 Steve Dickson 2004-10-01 11:01:31 UTC
Fixed in nfs-utils-1.0.6-37

Comment 4 Marcin Garski 2004-10-01 21:32:16 UTC
Verified - looks fine in current versions.

Comment 5 Ian Clancy 2004-10-02 15:36:55 UTC
I have nfs-utils-1.0.6-37 installed on FCT2 from rawhide 

[ian@test ~]$ rpm -qa | grep nfs
nfs-utils-1.0.6-37

yet chkconfig is still 0356 for rpc* ?

[ian@test ~]$ sudo /sbin/chkconfig --list | grep rpc
rpcsvcgssd      0:on    1:off   2:off   3:on    4:off   5:on    6:on
rpcidmapd       0:on    1:off   2:off   3:on    4:off   5:on    6:on
rpcgssd         0:on    1:off   2:off   3:on    4:off   5:on    6:on

I have rebooted the machine

Comment 6 Marcin Garski 2004-10-02 18:12:05 UTC
Remove and install nfs-utils, everything will be ok.
rpm -e nfs-utils then rpm -ihv nfs-utils-1.0.6-37.i386.rpm (or yum
install nfs-utils)


Note You need to log in before you can comment on or make changes to this bug.