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.08
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 11 12 13 Next › Last »

deathangel908 commented on 2024-01-26 11:51 (UTC)

Please add libprotobuf32 as a dependency, otherwise it fails with

Jan 26 12:11:42 zenbook net.openvpn.v3.sessions[3067]: /usr/libexec/openvpn3-linux/openvpn3-service-sessionmgr: error while loading shared libraries: libprotobuf.so.32: cannot open shared object file: No such file or directory

which is the current max version is 26, https://github.com/protocolbuffers/protobuf/releases

Nyyr commented on 2023-12-27 19:58 (UTC)

On EndeavourOS Galileo:

After opening a session requiring web auth the browser is not launched:

strace says:

access("/home/user/.cache/yay/openvpn3/src/glib-2.74.6/_out/libexec/gio-launch-desktop", X_OK) = -1 ENOENT (Adresář nebo soubor neexistuje)

(directory or file does not exist)

Output:

Web based authentication required.
Could not open the URL automatically.
Open this URL to complete the connection:

kraythax commented on 2023-12-06 17:59 (UTC) (edited on 2023-12-06 18:00 (UTC) by kraythax)

I cant get this to build on a new install of Manjaro. The final part of the log is:

* Initializing git submodules ...
Submodule 'openvpn3-core' (https://github.com/OpenVPN/openvpn3) registered for path 'openvpn3-core'
Submodule 'asio' (https://github.com/chriskohlhoff/asio) registered for path 'vendor/asio'
Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'vendor/googletest'
Cloning into '/var/tmp/pamac-build-rsimmonsjr/openvpn3/src/openvpn3-linux/openvpn3-core'...
Cloning into '/var/tmp/pamac-build-rsimmonsjr/openvpn3/src/openvpn3-linux/vendor/asio'...
Cloning into '/var/tmp/pamac-build-rsimmonsjr/openvpn3/src/openvpn3-linux/vendor/googletest'...
Submodule path 'openvpn3-core': checked out 'ea747cba84756a09239e876da305b2c7af0c18df'
Submodule path 'vendor/asio': checked out 'c465349fa5cd91a64bb369f5131ceacab2c0c1c3'
Submodule path 'vendor/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929'

** Updating version.m4 ...
Version: v21

** Running autoreconf ...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 274.
autoreconf: error: aclocal failed with exit status: 2
==> ERROR: A failure occurred in build().
    Aborting...

SpineEyE commented on 2023-11-09 07:26 (UTC)

Hey, worked great until around yesterday. Seems like protobuf was upgraded to v25 which leads to the following error when trying to start a vpn session:

net.openvpn.v3.sessions[5150]: /usr/libexec/openvpn3-linux/openvpn3-service-sessionmgr: error while loading shared libraries: libprotobuf.so.24: cannot open shared object file: No such file or directory

fr3dg commented on 2023-11-04 14:13 (UTC)

Hi @bhyoo Updated. Your pkg works like a charm. Thank you.

-fredg

bhyoo commented on 2023-11-04 09:27 (UTC)

Because the origin source code does not support upstream glib2, this package delivers statically compiled glib2 2.74.6 within binary starting from 21-1. Please give any feedback if it does not work.

Bbllaaddee commented on 2023-10-18 11:19 (UTC) (edited on 2023-10-18 11:20 (UTC) by Bbllaaddee)

@LGXerxes,

paru --sync --rebuild openvpn3

helped in my case. Relevant issue: https://github.com/OpenVPN/openvpn3-linux/issues/97

LGXerxes commented on 2023-10-03 08:25 (UTC)

Is there anything I can do about this?

openvpn3 session-start --config ./client.ovpn                                                            9s
** ERROR ** Failed preparing proxy: Error calling StartServiceByName for net.openvpn.v3.sessions: Launch helper exited with unknown return code 127

trevordf commented on 2023-09-15 21:51 (UTC)

I'm majorly struggling with this libprotobuf issue-

My command

openvpn3 session-start --config <my config>

Journal Log
net.openvpn.v3.sessions[206260]: /usr/libexec/openvpn3-linux/openvpn3-service-sessionmgr: error while loading shared libraries: libprotobuf.so.23: cannot open shared object file: No such file or directory

I've tried: 1. Switching between openvpn3 and openvpn3-git 2. Symlinking a newer libprotobuf.so to libprotobuf.so.23 3. Downgrading glib2

All with no success. Would greatly appreciate some debugging help. Thanks!