Description of problem: Hi. openvpn did not start after the reboot. Version-Release number of selected component (if applicable): openvpn-2.5.0-1.mga8.x86_64.rpm How reproducible: --- (the /etc/openvpn/client.conf file is present and working...) systemctl enable openvpn@client.service reboot ...openvpn did not start after the reboot. Solution: --- systemctl disable openvpn@client.service --- Editing: /usr/lib/systemd/system/openvpn@.service and specify the target in [Install] explicitly: WantedBy=multi-user.target --- [Unit] Description=OpenVPN Robust And Highly Flexible Tunneling Application (Config: %I) After=network.target PartOf=openvpn.target [Service] PrivateTmp=true Type=forking PIDFile=/run/openvpn/%i.pid ExecStart=/usr/sbin/openvpn --daemon --writepid /run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf [Install] #WantedBy=openvpn.target WantedBy=multi-user.target --- systemctl enable openvpn@client.service reboot Now openvpn autorun works... Sincerely, Alex
Thank you for this report, and your diagnostic - the one line you give in /usr/lib/systemd/system/openvpn@.service [Install] Can I assign this to you, Joe, as you have done all the recent Cauldron commits for the package.
Source RPM: (none) => openvpn-2.5.0-1.mga8.src.rpmAssignee: bugsquad => joequant
Yeah sure. I'll take a look.
CC: (none) => joequant
fixed in openvpn-2.5.0-2
Hello, Joseph Wang and Lewis Smith. openvpn-2.5.0-2 works well. I will close this bug myself, so as not to distract you. Thank you all for your cooperation. Sincerely, Alex
Status: NEW => RESOLVEDResolution: (none) => FIXED