On Tue, 2021-12-21 at 11:40 -0500, Neal Becker wrote:
> I had a drive crash on a server running F34.  After replacing the
> drive and installing F35, I can't get openvpn-client@nbecker8 to
> start.  journalctl says:
> Dec 21 11:26:14 nbecker8 openvpn[80875]: Options error: In
> [CMD-LINE]:1: Error opening configuration file:
> /etc/openvpn/client/nbecker8.conf
> 
> The file is there, and I don't see how there might be a permissions
> issue (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@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to