@dertopher are you running the command with sudo?
Search Criteria
Package Details: cyberghostvpn 1.4.1-13
Package Actions
Git Clone URL: | https://aur.archlinux.org/cyberghostvpn.git (read-only, click to copy) |
---|---|
Package Base: | cyberghostvpn |
Description: | CyberGhost VPN |
Upstream URL: | https://www.cyberghostvpn.com |
Licenses: | custom:cyberghostvpn |
Submitter: | safeith |
Maintainer: | moormaster |
Last Packager: | moormaster |
Votes: | 11 |
Popularity: | 0.36 |
First Submitted: | 2021-02-18 20:46 (UTC) |
Last Updated: | 2025-03-22 11:14 (UTC) |
Dependencies (8)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, bash-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- resolvconf (systemd-chromiumos-resolvconfAUR, systemd-resolvconf-fmlAUR, systemd-resolvconf-selinuxAUR, systemd-resolvconf-gitAUR, openresolv, systemd-resolvconf)
- wireguard-tools
- ca-certificates (ca-certificates-utils) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- zip (zip-natspecAUR) (make)
Required by (1)
Sources (4)
safeith commented on 2021-04-03 17:43 (UTC)
dertopher commented on 2021-04-03 17:28 (UTC)
I'm very happy to see that someone made the effort to bring the software to arch.
I installed the package via yay.
Afterwards I enabled systemd-resolved.service
Unfortunately I am unable to use the commands "cyberghostvpn --setup" or "cyberghostvpn" from the console. In my gui Menu no links are created.
Pinned Comments
moormaster commented on 2024-08-09 22:32 (UTC) (edited on 2024-08-09 22:33 (UTC) by moormaster)
The problems connecting to openvpn are unrelated to the kernel version. They occur if one uses the updated default
/etc/sudoers
content.There has been an update recently: https://gitlab.archlinux.org/archlinux/packaging/packages/sudo/-/commit/4791df5c3deb6355e6a1fe0b40a13ef27ad060b0
that changes
to
Activating the
secure_path
setting will prevent cyberghostvpn from running the /usr/local/cyberghost/openvpn wrapper. This means the original/usr/bin/openvpn
wrapper gets called with the unsupported--ncp-disable
parameter again - and fails.To make cyberghostvpn work again with openvpn
a) either comment out the
Defaults secure_path=...
line in /etc/sudoers againb) or add
/usr/local/cyberghost
to the beginning of that line/etc/sudoers
c) or downgrade openvpn to <2.6 - that makes it support the
--ncp-disable
command line parameter again