Thanks @bhyoo. I was able to get this to work by temporarily downgrading glib2 to 2.74.6
Search Criteria
Package Details: openvpn3 24-1
Package Actions
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: | 19 |
Popularity: | 1.64 |
First Submitted: | 2020-07-04 06:51 (UTC) |
Last Updated: | 2024-12-19 14:18 (UTC) |
Dependencies (19)
- gdbusppAUR (gdbuspp-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libcap-ng (libcap-ng-gitAUR)
- libnl (libnl-gitAUR)
- lz4 (lz4-gitAUR)
- protobuf (protobuf-gitAUR)
- python-dbus
- python-gobject
- python-systemd
- tinyxml2 (tinyxml2-gitAUR)
- util-linux-libs (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR)
- meson (meson-gitAUR) (make)
- python-docutils (make)
- python-jinja (make)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR) (optional) – mbed TLS version
- openssl (openssl-gitAUR, openssl-staticAUR) (optional) – OpenSSL version
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – for systemd-resolved integration
- repkgAUR (optional) – Automatically rebuild the package on dependency updates
Required by (2)
- eovpn (optional)
- openvpn3-indicator-git
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 Next › Last »
remanifest commented on 2023-03-16 14:28 (UTC)
bhyoo commented on 2023-03-16 12:32 (UTC)
draganp commented on 2023-03-16 08:15 (UTC)
Same issue as @sand7000.
ERROR Failed calling D-Bus method UserInputProvide: GDBus.Error:net.openvpn.v3.sessions.error: Failed communicating with VPN backend: Failed calling D-Bus method UserInputProvide: Message recipient disconnected from message bus without replying
i tried to sort it with nmcli still not working,
AlexBro commented on 2023-03-15 20:40 (UTC)
Same issue here...
remanifest commented on 2023-03-15 13:48 (UTC)
I'm also having the same problem as sand7000. I can connect with openvpn2. This started about two days ago. Tried turning on log level 6, but it seems openvpn3-service-sessionmgr is dying very quickly, so I'm not getting anything useful. Any advice or tips on what to look for would be welcome.
sand7000 commented on 2023-03-14 23:55 (UTC) (edited on 2023-03-15 00:41 (UTC) by sand7000)
This suddenly stopped working today. I get the error:
ERROR Failed calling D-Bus method UserInputProvide: GDBus.Error:net.openvpn.v3.sessions.error: Failed communicating with VPN backend: Failed calling D-Bus method UserInputProvide: Message recipient disconnected from message bus without replying
found this page:
https://github.com/OpenVPN/openvpn3-linux/issues/63
but the advice they give already matches my net.openvpn.v3.netcfg.service
iacore commented on 2022-12-27 02:59 (UTC)
Hi @bhyoo, Buliding the package takes too long, so I added '-j' (make -j).
Make you can add that in your PKGBUILD too?
bhyoo commented on 2022-11-18 13:55 (UTC)
@Pierre Thanks updated it.
Pierre commented on 2022-11-13 07:31 (UTC)
@bhyoo: the package itself works. It just its meta data that are wrong.
arch=(any) does not mean that you can compile the PKGBUILD on any architecture. It does mean that the compiled package can be used on any architecture as-is. This is usually the case when a package only includes scripts or assets. The openvpn3 package however includes binaries compiled for a specific architecture. So the aarch64 version will not work on amd64.
bhyoo commented on 2022-11-09 14:24 (UTC)
@Pierre Do you have any problem using it on arm64? I used it on raspberry pi 4 several month ago and had no issue.
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
oryay -Sc
.FYI. I replaced
gdbuspp-git
withgdbuspp
in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.