Bug 130411
| Summary: | chkconfig --add ypserv does not add ypserv | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joachim Backes <joachim.backes> |
| Component: | chkconfig | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2 | CC: | rvokal |
| 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: | 2004-08-20 16:22:56 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: | |||
chkconfig --add adds links for the default state. The default state for ypserv is disabled; use: chkconfig --level <whatever> ypserv on to enable it. Using the --level option makes the entry! But: The header of /etc/init.d/ypserv looked like: # chkconfig: 2345 26 74 Does this mean the 2,3,4,5 are the default init states? How can I find out the default state of such a service? Hm, ypserv here has # chkconfig: - 26 74; this means default to off. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803 Description of problem: Trying to add ypserv link to /etc/rc5.d using the chkconfig command fails, nothing is added to /etc/rc.d/rc5.d after chkconfig --add ypserv. chkconfig --list ypserv ypserv 0:off 1:off 2:off 3:off 4:off 5:off 6:off Version-Release number of selected component (if applicable): chkconfig-1.3.9-1.1 How reproducible: Always Steps to Reproduce: 1.chkconfig --add ypserv 2.chkconfig --list ypserv 3. Actual Results: ypserv 0:off 1:off 2:off 3:off 4:off 5:off 6:off Expected Results: ypserv 0:off 1:off 2:on 3:on 4:on 5:on 6:off Additional info: