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”
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) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »
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”
@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.
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.
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.
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
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”
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).
@bhyoo, thanks, works now!
@TheBlackArroW I removed gdbuspp-git
from dependencies. Please run yay -Scc
or yay -Sc
and try it again.
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.