Bug 963722
Summary: | oddjob can not be started through d-bus | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Patrik Kis <pkis> | |
Component: | oddjob | Assignee: | Nalin Dahyabhai <nalin> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 19 | CC: | nalin, stefw | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | oddjob-0.31.4-1.fc19 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 967025 (view as bug list) | Environment: | ||
Last Closed: | 2013-05-29 03:04:57 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 959458, 964971, 967025 |
Description
Patrik Kis
2013-05-16 13:18:12 UTC
(In reply to comment #0) > Description of problem: > I believe oddjob supposed to start based on d-bus request but currently it > can be started only as a normal service and on top of that it cannot be > enabled (it does not survive reboot). FWIW, it originally wasn't designed to be started by the bus, as it predates the bus being able to start things. The daemon can register multiple service names when it's started, which may complicate things if we're looking at bus activation. Fixing the can't-start-as-a-regular-service part is easier. oddjob-0.31.4-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/oddjob-0.31.4-1.fc19 Package oddjob-0.31.4-1.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 oddjob-0.31.4-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-8506/oddjob-0.31.4-1.fc19 then log in and leave karma (feedback). The version oddjob-0.31.4-1.fc19 service can be enabled. # systemctl disable oddjobd.service # systemctl list-unit-files |grep oddjob oddjobd.service disabled # systemctl enable oddjobd.service ln -s '/usr/lib/systemd/system/oddjobd.service' '/etc/systemd/system/multi-user.target.wants/oddjobd.service' # systemctl list-unit-files |grep oddjob oddjobd.service enabled # systemctl disable oddjobd.service rm '/etc/systemd/system/multi-user.target.wants/oddjobd.service' # systemctl list-unit-files |grep oddjob oddjobd.service disabled # /usr/sbin/authconfig --update --enablesssd --enablesssdauth --enablemkhomedir --nostart # systemctl list-unit-files |grep oddjob oddjobd.service enabled oddjob-0.31.4-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |