Package Details: openvpn3 22_dev-4

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: 16
Popularity: 0.72
First Submitted: 2020-07-04 06:51 (UTC)
Last Updated: 2024-07-08 11:36 (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

1 2 3 4 5 6 .. 10 Next › Last »

Marcellofabrizio commented on 2024-07-22 18:57 (UTC)

I'm also having issues after a clean install. Getting error:

$ openvpn3 session-start --config profile-213.ovpn
Using pre-loaded configuration profile 'profile-213.ovpn'
openvpn3/session-start: ** ERROR ** No such method “Validate”

bhyoo commented on 2024-07-08 12:59 (UTC)

@kubaxvx Yes that marking is due to dynamic linked dependency and was updated to 22_dev on 6/17. I've tested it on a few servers in my environment, and it works fine, so I'd suggest contacting the openvpn3-linux team with additional logs.

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.

kubaxvx commented on 2024-07-02 08:53 (UTC)

Hey, was this package properly updated to version 22_dev (the package is marked as out of date)? When I try to start session I get the following error:

$ openvpn3 session-start --config myvpn
Using pre-loaded configuration profile 'myvpn'
Session path: /net/openvpn/v3/sessions/f3adaf2cs09eas493fs8395scd33565fd491
openvpn3/session-start: ** ERROR ** User authentication failed

This seems to be the same error as the one in this issue: https://codeberg.org/OpenVPN/openvpn3-linux/issues/5 and according to a comment from OpenVPN's developer it should be fixed by v22.

jdix531 commented on 2024-06-30 17:45 (UTC) (edited on 2024-06-30 18:19 (UTC) by jdix531)

TL;DR Clearing yay cache by running `yay -Sc' responding yes to all fixed my below issue:

On my system I am having odd behavior where gdbuspp and gdbuspp-git are both being installed during the installation process. Those are conflicting packages and the process fails. Anyone have any ideas as to why that might happen? I was able to install the 'openvpn3-git' package fine which seems to be a version of openvpn behind but no big deal otherwise. I don't see any references in this repo to 'gdbuspp-git' so I'm not sure why this might be happening.

==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    openvpn3-linux ... Skipped
    openvpn3 ... Skipped
    asio ... Skipped
    openvpn3.rule ... Passed
    openvpn3.install ... Passed
    sysusers-openvpn3.conf ... Passed
:: (1/1) Parsing SRCINFO: openvpn3
==> Making package: openvpn3 22_rc_4f37952340-1 (Sun Jun 30 14:01:14 2024)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> gdbuspp-git
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
 -> error making: openvpn3-exit status 8
 -> Failed to install the following packages. Manual intervention is required:
openvpn3 - exit status 8

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.