Bug 823715
| Summary: | boinc daemon script not installed like documentation says | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David M. <skaturn> | ||||||
| Component: | boinc-client | Assignee: | Milos Jakubicek <xjakub> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 17 | CC: | cheekyboinc, hakan_duran, mmahut, nicolas.gif, skaturn, xjakub | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-07-07 22:45:59 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 585911 [details]
ls of my /etc.init.d/
This is because init.d is not udes anymore but system.d. Daemon script is there : /usr/lib/systemd/system/boinc-client But it has a problem anyway. systemd cannot recognize it because its name should be 'boinc-client.service'. I did the following to fix the service problem: #cd /usr/lib/systemd/system #ln -s boinc-client boinc-client.service Boinc-client services now seem to work properly. Documenation now seems consistant with system behavior. |
Created attachment 585910 [details] Boinc Fedora instructions Description of problem: The boinc clint does not create daemon script in /etc/init.d/boinc-client. The documentation in /usr/shar/doc/boinc-client-6.12.43/USAGE_FEDORA says: " ..... What the installer does 1. Creates the daemon script at /etc/init.d/boinc-client. ...... " because the daemon script is not installed in /etc/init.d/ " ..... /sbin/chkconfig boinc-client on ..... " will not set the boinc-client to start automatically when the computer boots. Version-Release number of selected component (if applicable): boinc-client-6.12.43 How reproducible: always Steps to Reproduce: 1. yum install boinc-client 2. /sbin/chkconfig boinc-client on Actual results: error reading information on service boinc-client: No such file or directory Expected results: Daeon should be set to start every time Fedora boots. Additional info: Attached is the USAGE_FEDORA documentation along with the ls of my /etc/init.d