@ali.molaei I had openvpn
installed, but not networkmanager-openvpn
, because it is not stated as a dependency and I had no clue. After installing it the initial error got resolved, but now when trying to connect I get
2023-11-02T21:13:06.508076 | proton.vpn.connection.vpnconnector:185 | INFO | CONN:STATE_CHANGED | Connecting
2023-11-02T21:13:08.629510 | proton.vpn.backend.linux.networkmanager.core.networkmanager:75 | INFO | VPN server REACHABLE.
2023-11-02T21:13:08.657224 | proton.vpn.connection.vpnconnector:185 | INFO | CONN:STATE_CHANGED | Error
2023-11-02T21:13:08.657533 | proton.vpn.app.gtk.services.reconnector.reconnector:159 | INFO | VPN connection drop was detected.
2023-11-02T21:13:08.657664 | proton.vpn.app.gtk.services.reconnector.reconnector:118 | INFO | Reconnection attempt #5 scheduled in 30.36 seconds.
2023-11-02T21:13:39.021601 | proton.vpn.app.gtk.services.reconnector.reconnector:168 | INFO | Reconnecting (attempt #5)...
2023-11-02T21:13:39.021742 | proton.vpn.core.connection:97 | WARNING | VPNConnectorWrapper.current_connection is deprecated.
2023-11-02T21:13:39.023016 | proton.vpn.core.connection:156 | INFO | CONN.CONNECT:START | Server: 193.148.18.74 / Protocol: openvpn-udp / Ports: [80, 51820, 4569, 1194, 5060] / Backend: linuxnetworkmanager
In GUI I have Connection error: authentication denied
Pinned Comments
ali.molaei commented on 2024-11-14 16:25 (UTC)
I've added
https://aur.archlinux.org/packages/python-proton-vpn-local-agent-bin
as optional dependency, I worked onhttps://aur.archlinux.org/packages/python-proton-vpn-local-agent
a bit to build it from source, but I have a weird issue with it so I'm not depending this package on that by default for now.For those who know a bit about rust packaging, the issue with building from source for me is: - If I copy the build
so
file usingcp
command it works fine - If I package it (usinginstall
in PKGBUILD) and put the file there by installing the package using pacman, It doesn't work! although the files have the same checksum.I have no idea why is that and am open to any help on https://aur.archlinux.org/packages/python-proton-vpn-local-agent package
stickyhands commented on 2024-02-09 23:53 (UTC) (edited on 2024-02-09 23:53 (UTC) by stickyhands)
@shoryuken thank you, that worked!
@ali.molaei I'm not sure of technicalities of dependencies, but if you cannot force
network-manager-applet
as a dependency I think you should at least pin some comment explaining that getting it might fix issues. As it stands I accidentally found the solution at other package page https://aur.archlinux.org/packages/protonvpn-cli#comment-951908, and only since it's the newest one.