Bug 737195
Summary: | Provide native systemd service files | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jóhann B. Guðmundsson <johannbg> | ||||||
Component: | vtun | Assignee: | Gabriel Somlo <somlo> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | rawhide | CC: | somlo | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | vtun-3.0.1-12.fc16 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2011-09-30 19:19:47 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Jóhann B. Guðmundsson
2011-09-09 21:15:06 UTC
Created attachment 522405 [details]
vtun socket
Created attachment 522406 [details]
vtun service
Passes simple telnet test [root@localhost system]# systemctl start vtun.socket [root@localhost system]# systemctl status vtun.socket vtun.socket - Vtun Activation Socket Loaded: loaded (/lib/systemd/system/vtun.socket; disabled) Active: active (listening) since Fri, 09 Sep 2011 21:13:30 +0000; 5s ago Accepted: 0; Connected: 0 CGroup: name=systemd:/system/vtun.socket [root@localhost system]# telnet localhost 5000 Trying ::1... Connected to localhost. Escape character is '^]'. VTUN server ver 3.X 02/08/2011 ERR Connection closed by foreign host. And note there is still a (tight) window to have this in F16 vtun-3.0.1-11.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/vtun-3.0.1-11.fc16 Note that legacy sysv init script should be packed seperatly and propably the legacy init script as well which you to continue to package and ship them ( kinda serves no purpose doing that ) your package should no longer have to depend on xinetd or ship the xinet file. See for systemd packaging guidelines https://fedoraproject.org/wiki/Packaging:Guidelines:Systemd https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Systemd (In reply to comment #5) I meant the xinetd script should probably be package separately as well Package vtun-3.0.1-11.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing vtun-3.0.1-11.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/vtun-3.0.1-11.fc16 then log in and leave karma (feedback). vtun-3.0.1-12.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/vtun-3.0.1-12.fc16 OK, I removed xinetd and sysvinit, let me know if you notice anything still amiss. Thx, --G vtun-3.0.1-12.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |