On Tue, 2021-12-21 at 11:40 -0500, Neal Becker wrote:
I had a drive crash on a server running F34. After replacing thedrive and installing F35, I can't get openvpn-client@nbecker8 tostart. journalctl says:Dec 21 11:26:14 nbecker8 openvpn[80875]: Options error: In[CMD-LINE]:1: Error opening configuration file:/etc/openvpn/client/nbecker8.confThe file is there, and I don't see how there might be a permissionsissue (I even tried chmod 755 /etc/openvpn/client). All the files in/etc/openvpn are root.openvpn.I'm stumped how to debug this.If I run opevpn --config /etc/openvpn/client/nbecker8.conf, it works.Any ideas what's wrong or how to debug?
Probably selinux. I have these notes for configuring a commercial VPN provider to work.
sudo ausearch -c 'openvpn' --raw | audit2allow -M my-openvpn
sudo semodule -X 300 -i my-openvpn.pp
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure