| Summary: | hypervkvpd using wrong directory for its tools | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sitsofe Wheeler <sitsofe> | |
| Component: | hyperv-daemons | Assignee: | Tomáš Hozza <thozza> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 19 | CC: | thozza | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | hyperv-daemons-0-0.2.20130826git.fc19 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1010280 (view as bug list) | Environment: | ||
| Last Closed: | 2013-10-02 06:55:56 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: | ||
hyperv-daemons-0-0.2.20130826git.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/hyperv-daemons-0-0.2.20130826git.fc18 hyperv-daemons-0-0.2.20130826git.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/hyperv-daemons-0-0.2.20130826git.fc19 Package hyperv-daemons-0-0.2.20130826git.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing hyperv-daemons-0-0.2.20130826git.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-17317/hyperv-daemons-0-0.2.20130826git.fc19 then log in and leave karma (feedback). hyperv-daemons-0-0.2.20130826git.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. hyperv-daemons-0-0.2.20130826git.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: hypervkvpd complains that it can't find it's ancillary tools. Version-Release number of selected component (if applicable): 0.1.20130826git.fc19 How reproducible: Reproducible every time. Steps to Reproduce: 1. yum install hypervkvpd.x86_64 2. systemctl enable hypervkvpd.service 3. systemctl start hypervkvpd.service 4. systemctl status hypervkvpd.service Actual results: hypervkvpd.service - Hyper-V KVP daemon Loaded: loaded (/usr/lib/systemd/system/hypervkvpd.service; enabled) Active: active (running) since Fri 2013-09-20 13:14:07 BST; 4s ago Main PID: 1840 (hypervkvpd) CGroup: name=systemd:/system/hypervkvpd.service └─1840 /usr/sbin/hypervkvpd Sep 20 13:14:07 localhost systemd[1]: Started Hyper-V KVP daemon. Sep 20 13:14:07 localhost KVP[1840]: KVP starting; pid is:1840 Sep 20 13:14:11 localhost hypervkvpd[1840]: sh: /usr/libexec/hypervkvpd/hv_get_dns_info: No such file or directory Sep 20 13:14:11 localhost hypervkvpd[1840]: sh: /usr/libexec/hypervkvpd/hv_get_dhcp_info: No such file or directory Sep 20 13:14:11 localhost hypervkvpd[1840]: sh: /usr/libexec/hypervkvpd/hv_get_dns_info: No such file or directory Sep 20 13:14:11 localhost hypervkvpd[1840]: sh: /usr/libexec/hypervkvpd/hv_get_dhcp_info: No such file or directory Expected results: No errors about missing files. Additional info: The files are actually in /usr/libexec/hyperv-daemons/ .