Hi all,
I would like to get this figured out as well. I can launch openvpn successfully with the following command:
Code:
systemctl start openvpn@server.service
I get no errors when using the enable command as described below:
Code:
systemctl enable openvpn@.service
However, it does not launch for me upon startup...
I tried a 'systemctl status openvpn@server.service' which showed:
Code:
openvpn@server.service - OpenVPN Robust And Highly Flexible Tunneling Application On server
Loaded: loaded (/lib/systemd/system/openvpn@.service; enabled)
Active: failed since Sun, 27 May 2012 14:41:39 -0700; 3min 13s ago
Process: 1115 ExecStart=/usr/sbin/openvpn --daemon --writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/openvpn@.service/server
Not sure what is going on. I can start it manually just fine as said before.
I even tried adding 'systemctl start openvpn@server.service' to my gnome-session-properties, but still no luck. An excerpt from my /var/log/messages says:
Code:
May 27 14:44:02 Corellian dbus-daemon[1055]: dbus[1055]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.90" (uid=1000 pid=2434 comm="systemctl start openvpn@server.service ") interface="org.freedesktop.systemd1.Manager" member="StartUnit" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
Would anyone be able to help with this? I'd really like to get openvpn working on startup...