Bug 714710 - Provide native systemd unit file
Summary: Provide native systemd unit file
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: openvpn
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Steven Pritchard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 714438 (view as bug list)
Depends On:
Blocks: SysVtoSystemd
TreeView+ depends on / blocked
 
Reported: 2011-06-20 13:42 UTC by Jóhann B. Guðmundsson
Modified: 2011-09-30 19:43 UTC (History)
4 users (show)

Fixed In Version: openvpn-2.2.1-2.fc16
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-09-30 19:43:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Native systemd service template for openvpn (319 bytes, text/plain)
2011-07-26 16:30 UTC, Jóhann B. Guðmundsson
no flags Details
Conf file to statically load the tun module at boot (26 bytes, application/octet-stream)
2011-07-26 16:32 UTC, Jóhann B. Guðmundsson
no flags Details
tmpfile for openvpn (39 bytes, text/plain)
2011-07-26 20:53 UTC, Jóhann B. Guðmundsson
no flags Details
Spec file patch for openvpn (2.15 KB, patch)
2011-07-26 21:06 UTC, Jóhann B. Guðmundsson
no flags Details | Diff

Description Jóhann B. Guðmundsson 2011-06-20 13:42:46 UTC
Description of problem:

https://fedoraproject.org/wiki/Features/SysVtoSystemd


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jóhann B. Guðmundsson 2011-07-18 09:53:59 UTC
What's the current status of this?

Openvpn is part of the default live cd not having native systemd unit file for it will end up blocking the alpha release. 

https://fedoraproject.org/wiki/Packaging:Guidelines:Systemd
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Systemd
https://fedoraproject.org/wiki/Packaging:Tmpfiles.d

Comment 2 Jóhann B. Guðmundsson 2011-07-18 10:02:38 UTC
Note there is some discussion happening upstream so Dan you might want to chime into that.. 

http://lists.freedesktop.org/archives/systemd-devel/2011-July/002896.html

Comment 3 Jóhann B. Guðmundsson 2011-07-18 17:12:07 UTC
Uhum that link is meant for bug 661230

Comment 4 Jóhann B. Guðmundsson 2011-07-26 16:30:52 UTC
Created attachment 515315 [details]
Native systemd service template for openvpn

Comment 5 Jóhann B. Guðmundsson 2011-07-26 16:32:51 UTC
Created attachment 515320 [details]
Conf file to statically load the tun module at boot

Should be placed in /etc/modules-load.d see man modules-load.d for details

Comment 6 Jóhann B. Guðmundsson 2011-07-26 16:45:59 UTC
To test this copy the template file into /lib/systemd/system 

first create the server config file in /etc/openvpn/ directory for this example let's use hypothetical already created server1.conf and server2.conf ( as an example to run more then one instance of openvpn )


Then do for instance one 

# ln -s /lib/systemd/system/openvpn\@.service /etc/systemd/system/openvpn

for instance two

# ln -s /lib/systemd/system/openvpn\@.service /etc/systemd/system/openvpn

systemctl daemon-reload 

systemctl start/status/restart/stop openvpn 
systemctl start/status/restart/stop opencpn

etc... 

To test this on a already running instance then ust replace server1 with whatever your config file is called ( - .conf ) in /etc/openvpn/ directory 

https://fedoraproject.org/wiki/Packaging:Guidelines:Systemd
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Systemd
https://fedoraproject.org/wiki/Packaging:Tmpfiles.d

Note this needs to be package and shipped preferable before thursday

Comment 7 Jóhann B. Guðmundsson 2011-07-26 20:53:56 UTC
Created attachment 515369 [details]
tmpfile for openvpn

Introducing tmpfile for openvpn dropping loading of tun altogether since it's autoloaded just fine

Comment 8 Jóhann B. Guðmundsson 2011-07-26 21:06:32 UTC
Created attachment 515371 [details]
Spec file patch for openvpn

Comment 9 Marcela Mašláňová 2011-08-02 07:43:14 UTC
*** Bug 714438 has been marked as a duplicate of this bug. ***

Comment 10 Fedora Update System 2011-09-09 18:44:32 UTC
openvpn-2.2.1-2.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/openvpn-2.2.1-2.fc16

Comment 11 Fedora Update System 2011-09-10 18:59:42 UTC
Package openvpn-2.2.1-2.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 openvpn-2.2.1-2.fc16'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/openvpn-2.2.1-2.fc16
then log in and leave karma (feedback).

Comment 12 Fedora Update System 2011-09-30 19:42:57 UTC
openvpn-2.2.1-2.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.