#1031905 riseup-vpn: fails to connect, when pressing cancel some the ui elements will dissapear. #1031905
- Package:
- riseup-vpn
- Source:
- riseup-vpn
- Description:
- Easy, fast, and secure VPN service from riseup.net
- Submitter:
- georgeu
- Date:
- 2023-03-09 08:09:03 UTC
- Severity:
- normal
- Tags:
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation? * tried to connect.
* What exactly did you do (or not do) that was effective (or
ineffective)? * on my desktop works fine.
* What was the outcome of this action? * unable to connect
* What outcome did you expect instead? * Connecting to VPN
*** End of the template - remove these template lines ***
Control: tags -1 moreinfo I am confused -- if it works fine on your desktop, then what is the issue exactly? I am unable to reproduce this behaviour. Can you provide me more details: * Which Desktop environment are you on? * Have you installed any external go-packages? * Is your (testing) system upto date? * There was some issue with snowflake recently, due to which it wasn't able to function properly, are you based in Russia by any chance? * Can you please run riseup-vpn via your terminal and share with me the output you get on terminal when riseup-vpn is choking/not connecting?
Hello again.Im letting you know its a first time im reporting a bug on Debian,i will also check an image of the problem if this is fine. *Im using KDE(same thing was happening with Gnome and i3) *No, i dont think so, if i can check it to make it sure , please let me know how. *Yes its up to date. *No, im based on Greece. *Output of terminal: $ riseup-vpn qml: flavor: riseup-vpn 2023/03/05 20:42:18 Client expects anon auth 2023/03/05 20:42:18 Checking for updates... 2023/03/05 20:42:18 Fetching MOTD for riseup.net qml: delay... 2023/03/05 20:42:20 There are 4 pending messages 2023/03/05 20:42:20 firewall stop 2023/03/05 20:42:21 Error while running bitmask-root: 2023/03/05 20:42:21 args: [/usr/sbin/bitmask-root firewall stop] 2023/03/05 20:42:21 output: 2023/03/05 20:42:21 Getting certificate... 2023/03/05 20:42:21 Fetching gateways... 2023/03/05 20:42:21 Fetching certificate to /tmp/leap-820156650/openvpn.pem 2023/03/05 20:42:22 DEBUG We have a valid cert: /tmp/leap-820156650/openvpn.pem 2023/03/05 20:42:23 Got sorted gateways: [vpn11-par.riseup.net vpn03-par.riseup.net vpn07-par.riseup.net vpn05-par.riseup.net vpn08-par.riseup.net vpn14-pa r.riseup.net vpn02-ams.riseup.net vpn13-ams.riseup.net vpn19-ams.riseup.net vpn06-ams.riseup.net vpn04-ams.riseup.net vpn18-mtl.riseup.net vpn10-mtl.riseup .net vpn12-nyc.riseup.net vpn17-mia.riseup.net vpn09-mia.riseup.net vpn01-sea.riseup.net vpn16-sea.riseup.net vpn15-sea.riseup.net] 2023/03/05 20:42:23 Got sorted gateways: [vpn05-par.riseup.net vpn11-par.riseup.net vpn07-par.riseup.net vpn08-par.riseup.net vpn03-par.riseup.net vpn14-pa r.riseup.net vpn06-ams.riseup.net vpn19-ams.riseup.net vpn02-ams.riseup.net vpn04-ams.riseup.net vpn13-ams.riseup.net vpn18-mtl.riseup.net vpn10-mtl.riseup .net vpn12-nyc.riseup.net vpn09-mia.riseup.net vpn17-mia.riseup.net vpn16-sea.riseup.net vpn15-sea.riseup.net vpn01-sea.riseup.net] 2023/03/05 20:42:23 args passed to bitmask-root: [--tun-ipv6 --float --auth SHA1 --cipher AES-128-CBC --keepalive 10 30 --tls-cipher DHE-RSA-AES128-SHA] 2023/03/05 20:42:23 firewall start 2023/03/05 20:42:24 Error while running bitmask-root: 2023/03/05 20:42:24 args: [/usr/sbin/bitmask-root firewall start 195.154.106.118 51.159.55.86 163.172.90.118] 2023/03/05 20:42:24 output: 2023/03/05 20:42:24 Error starting VPN: exit status 1 qml: show motd qml: configured locale: en qml: platform: linux 2023/03/05 20:42:29 firewall stop 2023/03/05 20:42:30 Error while running bitmask-root: 2023/03/05 20:42:30 args: [/usr/sbin/bitmask-root firewall stop] 2023/03/05 20:42:30 output: 2023/03/05 20:42:30 exit status 1 3 Μαρ 2023, 17:09 Από nilesh@debian.org:
Hi Giorgos, Thanks for providing me the answers to my questions. Looks like bitmask-root has some problems starting up. Could you please provide me the output of these commands? $ pkexec /usr/sbin/bitmask-root firewall stop $ echo $? $ pkexec /usr/sbin/bitmask-root firewall start 195.154.106.118 51.159.55.86 163.172.90.118 $ echo $? Please consider to get back to me soonish, as we (debian) are currently in freeze and it'd get more difficult to do further changes going ahead. Thank you! Nilesh
I did exaclty what you asked.
Output :
d10:~$ pkexec /usr/sbin/bitmask-root firewall stop
Traceback (most recent call last):
File "/usr/sbin/bitmask-root", line 120, in <module>
IPTABLES = swhich("iptables")
^^^^^^^^^^^^^^^^^^
File "/usr/sbin/bitmask-root", line 117, in swhich
raise Exception("Can't find %s" % (binary,))
Exception: Can't find iptables
d10:~$ echo $?
1
d10:~$ pkexec /usr/sbin/bitmask-root firewall start 195.154.106.118 51.159.55.86 163.172.90.118
Traceback (most recent call last):
File "/usr/sbin/bitmask-root", line 120, in <module>
IPTABLES = swhich("iptables")
^^^^^^^^^^^^^^^^^^
File "/usr/sbin/bitmask-root", line 117, in swhich
raise Exception("Can't find %s" % (binary,))
Exception: Can't find iptables
d10:~$ echo $?
1
i have still the same problem.
6 Μαρ 2023, 06:33 Από nilesh@debian.org:
Hi Giorgos, Understood. I think this is a missing dependency, I will add it and upload. Could you please meanwhile install "iptables"? $ sudo apt install iptables After you do so, try to run riseup-vpn again. It might/should work. Could you please check this and get back to me? Thanks, Nilesh
We believe that the bug you reported is fixed in the latest version of riseup-vpn, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1031905@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Nilesh Patra <nilesh@debian.org> (supplier of updated riseup-vpn package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) Format: 1.8 Date: Thu, 09 Mar 2023 09:51:22 +0530 Source: riseup-vpn Architecture: source Version: 0.21.11+ds1-5 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org> Changed-By: Nilesh Patra <nilesh@debian.org> Closes: 1031905 Changes: riseup-vpn (0.21.11+ds1-5) unstable; urgency=medium . * Add procps, iproute2 and iptables to Depends (Closes: #1031905) * Add depends on pkexec as well Checksums-Sha1: 06aa831bf5c5f77151d7fe76fbf780272a3b18fd 2420 riseup-vpn_0.21.11+ds1-5.dsc a08322f28b17741fa66fef3d8abfcfcb9f3d5c9c 8960 riseup-vpn_0.21.11+ds1-5.debian.tar.xz b8fc2a067edc55a2b56297e118ae4fde936b9701 15791 riseup-vpn_0.21.11+ds1-5_amd64.buildinfo Checksums-Sha256: ea0b0efc55fab1c4759843bc231c6d203effc7e20c5718ebe815913c65c91bea 2420 riseup-vpn_0.21.11+ds1-5.dsc a140cdc40092e8cc59c7123d906b4198d5273c5c760e32661d618455917505b6 8960 riseup-vpn_0.21.11+ds1-5.debian.tar.xz dc9dcc7e823502ca67e17394fe1b51751e1ce10ab9f22670a39ee9b773d42e4c 15791 riseup-vpn_0.21.11+ds1-5_amd64.buildinfo Files: 8b237337795e2369cc279e39a11cdb42 2420 net optional riseup-vpn_0.21.11+ds1-5.dsc 786315da348ff38b9d1d47809c954f3a 8960 net optional riseup-vpn_0.21.11+ds1-5.debian.tar.xz 674bce8fcc9693d66cfb89c314764382 15791 net optional riseup-vpn_0.21.11+ds1-5_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCZAliygAKCRAqJ5BL1yQ+ 2jNMAP4/gBvZX+vp2cKGdgl1zgqWzOMGoLLYwU2GBEEje/5XRQD/b2vPWy0LauZ6 YvAfbX9+USDH0yQUpbHcR/H4w9cYRQY= =ncrc -----END PGP SIGNATURE-----
Yes, that seems to fixing it. Works fine. Really thank you for your effort to bring this package on Debian and supporting it. I hope you the best! 8 Μαρ 2023, 12:00 Από nilesh@debian.org: