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: 21
Popularity: 1.10
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 10 .. 13 Next › Last »

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

thesharkcharles commented on 2024-06-13 07:44 (UTC)

Has anything changed in this newest release with respect to DNS resolution? Since updating I'm finding that hostnames with private DNS records are not resolving, and the public information is being used instead.

bhyoo commented on 2024-06-11 08:54 (UTC)

@TwIsL The command is already included in https://aur.archlinux.org/cgit/aur.git/tree/openvpn3.install?h=openvpn3

TwIsL commented on 2024-06-11 08:01 (UTC)

Maybe PKGBUILD file should be updated according this issue - https://codeberg.org/OpenVPN/openvpn3-linux/issues/4

bhyoo commented on 2024-05-29 05:42 (UTC)

You can skip the check step by adding --mflags='--nocheck' before the issue is resolved.

bhyoo commented on 2024-05-29 05:40 (UTC)

@leonkacowicz Can you upload the full test log?