Bug 1728139
| Summary: | chkconfig package fails to install on fresh fc30 server install as /etc/init.d already exists | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mark Dickinson <mdickinson> |
| Component: | chkconfig | Assignee: | Lukáš Nykrýn <lnykryn> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | jamacku, jsynacek, lnykryn, msekleta |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-09 19:16:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Mark Dickinson
2019-07-09 06:33:29 UTC
I tried to reproduce your issue on VM running Fedora-Server-x86_64-30-1.2 and there is no directory called /etc/init.d. You might see on some systems symlink called /etc/init.d created by packages (like initscripts, chkconfig), but this should not cause any trouble. May I ask you why do you had directory /etc/init.d? My apologies. This can be probably be closed as I have just worked out where /etc/init.d came from, I installed a package that placed a file there instead of /etc/rc.d/init.d and when I removed the package it removed the file it placed there but not the directory. [root@localhost ~]# rpm -qf /etc/init.d file /etc/init.d is not owned by any package So if chkconfig had been the first package installed it would not have been an issue as it would have created the link. So while the chkconfig package should probably handle the existence of the directory, in this case I accidentally created the directory. Happy for this to close as user error. Sorry for making this mistake and wasting your time. |