Bug 443430
| Summary: | LSB INIT INFO confuses chkconfig | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James <james> | ||||||
| Component: | chkconfig | Assignee: | Bill Nottingham <notting> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 8 | CC: | herrold, rvokal | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-04-21 17:58:45 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
James
2008-04-21 14:55:03 UTC
What else do you have installed that provides $syslog or $local_fs? Nothing as far as I am aware. (How would I find out?) The only thing slightly out of the ordinary is some nss and NetworkManager stuff from development. I'll attach a list of installed packages. Created attachment 303181 [details]
Current filenames in /etc/rc.d/rc5.d
Created attachment 303182 [details]
List of installed packages, output from rpm -qa
messagebus requires $syslog. rsyslog provides $syslog. Ergo, messagebus is starting after/equal to rsyslog. (I suspect you've got an issue with rsyslog requiring network, and NetworkManager providing network, as well.) See bug 440968 - I suspect if you adjust that in your rsyslog script, things will behave differently/better. But chkconfig is just trying to honor the deps as best as possible. Ahh, I see. I updated to rsyslog-3.14.1-2.fc9 and all seems well now. Many thanks! |