Bug 904782
| Summary: | iked service dies immediately after starting | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Juan Martinez <redhat> |
| Component: | ike | Assignee: | Andrew Colin Kissa <andrew> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | andrew, maci, puredoze |
| 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: | 2013-05-07 18:26:13 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
Juan Martinez
2013-01-27 14:37:57 UTC
I just verified that if I start iked manually, instead of using systemctl, it runs without any problems. [root@laptop]# /usr/bin/iked --config /etc/iked.conf I will investigate. Just wanted to confirm all points from Juan's description. Same here with 3.7.4-204.fc18.x86_64. i know the cause there should be Type=forking iirc Type is a requirement. Marcel's absolutely right. I made the changes and it worked. [root@laptop system]# pwd /usr/lib/systemd/system [root@laptop system]# diff -u iked.service.original iked.service --- iked.service.original 2013-02-21 20:43:21.674168807 -0500 +++ iked.service 2013-02-21 20:43:24.050185003 -0500 @@ -3,6 +3,7 @@ After=local-fs.target network.target [Service] +Type=forking ExecStart=/usr/sbin/iked --config /etc/iked.conf [Install] this package is still not fixed. i would be willing to take co-maintainership for it if the current maintainer is too busy. if however the maintainer is unresponsive i will just follow this protocol: http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers No problem, please request co-maintainership i will approve it, do not have time to work on this at the moment. added myself to the package as described here: https://fedoraproject.org/wiki/Policy_for_encouraging_comaintainers_of_packages?rd=PackageMaintainers/Policy/EncourageComaintainership#Procedure ike-2.1.7-11.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/ike-2.1.7-11.fc18 ike-2.1.7-11.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/ike-2.1.7-11.fc19 Package ike-2.1.7-11.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 ike-2.1.7-11.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-6377/ike-2.1.7-11.fc19 then log in and leave karma (feedback). Works for me - update fixes the issue. ike-2.2.0-4.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/ike-2.2.0-4.fc19 ike-2.2.0-4.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/ike-2.2.0-4.fc18 ike-2.2.0-4.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |