@superyu1337 I am not a CyberGhost user anymore, and I could not maintain it.
Search Criteria
Package Details: cyberghostvpn 1.4.1-12
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.81 |
First Submitted: | 2021-02-18 20:46 (UTC) |
Last Updated: | 2024-12-04 18:08 (UTC) |
Dependencies (8)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- resolvconf (systemd-chromiumos-resolvconfAUR, systemd-resolvconf-fmlAUR, systemd-resolvconf-gitAUR, systemd-resolvconf-selinuxAUR, openresolv, systemd-resolvconf)
- wireguard-tools
- ca-certificates (ca-certificates-utils) (make)
- openssl (openssl-staticAUR, openssl-gitAUR) (make)
- zip (zip-natspecAUR) (make)
Required by (1)
Sources (4)
safeith commented on 2021-04-24 16:59 (UTC)
superyu1337 commented on 2021-04-24 10:14 (UTC)
It doesn't seem to be working anymore. Everyime I try to login using --setup it throws an error.
Traceback (most recent call last):
File "cyberghostvpn.py", line 761, in <module>
File "cyberghostvpn.py", line 370, in main
File "cyberghostvpn.py", line 249, in setup
File "cyberghostvpn.py", line 108, in createDevice
File "libs/device.py", line 149, in setDevice
File "libs/device.py", line 79, in create
AttributeError: 'dict' object has no attribute 'json'
[9526] Failed to execute script cyberghostvpn
safeith commented on 2021-04-17 15:59 (UTC)
@wagner, I think you can contact them, maybe they can provide you with another PKG, please in your account try to download the PKG that they provide for Ubuntu and compare its version with this PKG, and let me know if it was different, maybe I can fix this PKG as well
wagner commented on 2021-04-17 12:19 (UTC) (edited on 2021-04-17 12:21 (UTC) by wagner)
Can I to informe the company about that app? Who knows they make an officer based on this.
safeith commented on 2021-04-16 07:39 (UTC)
@wagner Unfortunately, I do not use this service anymore, and I do not have an account to test it; maybe its app version has been changed; if you have an active account, please check if there is a new version or not
wagner commented on 2021-04-15 18:35 (UTC)
Every time it finishes connecting it is informed that there was an error, but when running the --status it is informed that the VPN is OK. And I really tested it and it’s working. Other than that, thanks for providing this app.
safeith commented on 2021-04-04 07:13 (UTC)
@@dertopher You're welcome, yes it's the username/password of your cyberghost account
dertopher commented on 2021-04-03 20:08 (UTC)
@safeith It's working kudos for resolving that issue within minutes!
Idk whether this falls into your domain or whether it is part of cyberghost's software: The setup will ask for username and password. I think it were if the password were not whoen in the console when entering it.
safeith commented on 2021-04-03 18:39 (UTC) (edited on 2021-04-03 18:56 (UTC) by safeith)
@dertopher there was an issue with installation script that I fixed it, could you please check it now?
dertopher commented on 2021-04-03 18:19 (UTC) (edited on 2021-04-03 18:20 (UTC) by dertopher)
@safeith I ran:
sudo systemctl enable systemd-resolved.service
Then I tried:
sudo cyberghostvpn --setup
cyberghostvpn --setup
cyberghostvpn
all of those return "bash: command not found"
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