Package Details: openvpn3 24-2

Git Clone URL: https://aur.archlinux.org/openvpn3.git (read-only, click to copy)
Package Base: openvpn3
Description: OpenVPN 3 Linux client
Upstream URL: https://codeberg.org/OpenVPN/openvpn3-linux
Keywords: openvpn vpn
Licenses: AGPL3
Submitter: bhyoo
Maintainer: bhyoo
Last Packager: bhyoo
Votes: 20
Popularity: 1.72
First Submitted: 2020-07-04 06:51 (UTC)
Last Updated: 2024-12-23 12:57 (UTC)

Pinned Comments

bhyoo commented on 2024-07-08 11:46 (UTC) (edited on 2024-07-08 11:47 (UTC) by bhyoo)

If you have trouble with building it, please run yay -Scc or yay -Sc.

FYI. I replaced gdbuspp-git with gdbuspp in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »

leonkacowicz commented on 2024-06-27 22:44 (UTC) (edited on 2024-06-27 23:04 (UTC) by leonkacowicz)

Update: the error went away after a restart. The problem was probably mixed versions of the numerous services running at the same time (and after restarting they all were running the latest version)

For some reason openvpn3 just decided to stop working. Then after a fresh reinstall I'm getting this error:

openvpn3/session-start: ** ERROR ** No such method “Validate”

rzvncj commented on 2024-06-26 18:39 (UTC) (edited on 2024-06-26 18:43 (UTC) by rzvncj)

Please be aware that adding --force to the openvpn3-admin init-config post-install command will overwrite local modifications done after the installation (which can be done with openvpn3-admin commands).

TheBlackArroW commented on 2024-06-21 14:45 (UTC)

@bhyoo, thanks, works now!

bhyoo commented on 2024-06-21 00:38 (UTC)

@TheBlackArroW I removed gdbuspp-git from dependencies. Please run yay -Scc or yay -Sc and try it again.

TheBlackArroW commented on 2024-06-20 13:48 (UTC) (edited on 2024-06-20 13:48 (UTC) by TheBlackArroW)

Asks for gdbuspp as dependency, but in missing dependencies it has a gdbuspp-git, while they're in conflict makes it to fail build. Do you know how to overcome it?

thesharkcharles commented on 2024-06-17 23:23 (UTC)

@bhyoo good find! Hopefully that solves anyone else hitting the same issue too.

bhyoo commented on 2024-06-17 15:14 (UTC)

@leonkacowicz @thesharkcharles @TwIsL It turned out that post_install was only running on the initial installation of the package and needed post_upgrade to run on upgrades, so I fixed it with the 22_dev update.

thesharkcharles commented on 2024-06-14 08:34 (UTC)

@leonkacowicz that solved it, thanks mate.

leonkacowicz commented on 2024-06-13 14:00 (UTC)

@thesharkcharles I had a similar issue. The problem was that the private vpn nameserver was not being added to either /etc/resolv.conf nor systemd-resolved. If I added it manually, it would work. Later I figured that I needed to run:

sudo openvpn3-admin init-config --write-configs
sudo systemctl restart net.openvpn.v3.netcfg.slice