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