Robert Sturla

Results 91 comments of Robert Sturla

There certainly needs to be a scope that needs to be referred to. There's many suggestions of general development tools, rather than what I thought this was intended to be...

I (independent) have started looking into this as it's a feature I am looking for, being on a system without any package-managed browsers. I have what I believe to be...

> I believe the crux of your issue is related to these two log lines: ```text Jan 20 13:09:28 fedora openvpn3-service-backendstart-dev[22996]: ** ERROR ** Failed closing down D-Bus connection: [Proxy::Client('net.openvpn.v3.log',...

This _might_ be far simpler than expected. I completely forgot about SELinux, so tried setting it to permissive and retrying the connection, and it worked :tada: Was able to `telnet`...

The `openvpn3-selinux` package is installed ``` ❯ rpm -qa | grep openvpn openvpn-2.6.8-1.fc39.x86_64 NetworkManager-openvpn-1.10.2-3.fc39.x86_64 NetworkManager-openvpn-gnome-1.10.2-3.fc39.x86_64 openvpn3-selinux-21-4.gdbusdev1.fc39.noarch openvpn3-21-4.gdbusdev1.fc39.x86_64 openvpn3-client-21-4.gdbusdev1.fc39.x86_64 ``` `dbus_access_tuntap_device` is not enabled on my machine. ``` ❯ getsebool dbus_access_tuntap_device...

> Might also be worth checking the output of `semanage module -l | grep openvpn3` ... Two policies should be listed, `openvpn3` and `openvpn3_service`. Correct, two policies are listed ```...

> Just a quick thought appeared as I looked at the openvpn3.spec file. > > Can you, as root, run `openvpn3-admin init-config` ... what does that report? ``` ~ ❯...

> That generally looks good. If those `.json` files are owned by and writeable by the `openvpn` user and group in addition to the `/var/lib/openvpn3` directory, then the service configuration...

> This line looks wrong (from `ls -la /var/lib/openvpn3`) .... > > ``` > drwxr-xr-x. 1 root root 832 Jan 22 19:26 .. > ``` > > That need to...

After chowning from 0750 to 0600, I was unable to connect to the VPN with SELiunx permissive and received permission denied errors on `/var/lib/openvpn3/configs` ``` Jan 24 13:13:56 fedora openvpn3-service-configmgr[109742]:...