Package Details: riseup-vpn-git 0.24.3.r8.g095245a-1

Git Clone URL: https://aur.archlinux.org/riseup-vpn-git.git (read-only, click to copy)
Package Base: riseup-vpn-git
Description: RiseupVPN is a branded build of Bitmask VPN. Bitmask VPN is a minimal rewrite of the Bitmask VPN Client, written in golang, that for now lacks client authentication, and is preconfigured to use a single provider.
Upstream URL: https://0xacab.org/leap/bitmask-vpn
Licenses: GPL3
Conflicts: riseup-vpn
Submitter: rany
Maintainer: kalikaneko (noktakito, peanut2)
Last Packager: peanut2
Votes: 7
Popularity: 0.49
First Submitted: 2020-11-02 17:15 (UTC)
Last Updated: 2024-04-17 07:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

SamWhited commented on 2024-03-18 12:03 (UTC)

This appears to be having build issues:

[+] Configured provider: riseup
Traceback (most recent call last):
  File "/home/sam/.cache/yay/riseup-vpn-git/src/bitmask-vpn/branding/scripts/generate-snap", line 38, in <module>
    writeOutput(data, outputf)
  File "/home/sam/.cache/yay/riseup-vpn-git/src/bitmask-vpn/branding/scripts/generate-snap", line 19, in writeOutput
    with open(outfile, 'w') as outf:
         ^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'build/riseup/snap/data.json'

ldm commented on 2024-03-14 18:09 (UTC)

it works, tnx peanut2

peanut2 commented on 2024-03-14 17:52 (UTC)

I updated the package. Ping me if something goes wrong.

noktakito commented on 2023-10-27 08:31 (UTC)

thanks @ldm, have updated again to include the missing depend qt5-svg

ldm commented on 2023-10-26 19:04 (UTC) (edited on 2023-10-26 19:05 (UTC) by ldm)

build works, tnx

but when I run the program I get:

riseup-vpn: error while loading shared libraries: libQt5Svg.so.5: cannot open shared object file: No such file or directory

missing dep: qt5-svg

noktakito commented on 2023-10-26 17:38 (UTC)

Hello folks, just pushed a new version, hope this fixes all the issues people are facing, do let us know if it works or not

ldm commented on 2023-10-14 16:17 (UTC)

https://security.archlinux.org/package/golang-golang-x-text

and now how do we compile riseup package?

ldm commented on 2023-09-04 08:31 (UTC)

missing dep: qt5-graphicaleffects

varac commented on 2023-06-05 18:01 (UTC)

Hi !

After some Arch update a few weeks/days ago this package stopped working for me. It got stuck in "Connecting" mode, and this is from the journal:


2023/06/04 23:48:36 Error starting VPN:  exit status 1
2023/06/04 23:53:56 Close: cleanup and vpn shutdown...
2023/06/04 23:53:56 firewall stop
2023/06/04 23:53:56 openvpn stop
2023/06/05 19:53:46 Client expects anon auth
2023/06/05 19:53:46 Checking for updates...
2023/06/05 19:53:47 Fetching MOTD for riseup.net
2023/06/05 19:53:48 There are 4 pending messages
2023/06/05 19:53:48 firewall stop
2023/06/05 19:53:48 Getting certificate...
2023/06/05 19:53:48 Fetching certificate to /tmp/leap-2846834967/openvpn.pem
2023/06/05 19:53:48 Fetching gateways...
2023/06/05 19:53:50 DEBUG We have a valid cert: /tmp/leap-2846834967/openvpn.pem
2023/06/05 19:53:50 Got sorted gateways: [vpn19-ams.riseup.net vpn13-ams.riseup.net vpn04-ams.riseup.net vpn06-ams.riseup.net vpn14-par.riseup.net vpn11-par.riseup.net vpn08-par.riseup.net vpn02-par.riseup.net vpn03-par.riseup.net vpn07-par.riseup.net vpn05-par.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 vpn15-sea.riseup.net vpn16-sea.riseup.net]
2023/06/05 19:53:51 Got sorted gateways: [vpn19-ams.riseup.net vpn04-ams.riseup.net vpn06-ams.riseup.net vpn13-ams.riseup.net vpn07-par.riseup.net vpn02-par.riseup.net vpn03-par.riseup.net vpn11-par.riseup.net vpn14-par.riseup.net vpn05-par.riseup.net vpn08-par.riseup.net vpn10-mtl.riseup.net vpn18-mtl.riseup.net vpn12-nyc.riseup.net vpn09-mia.riseup.net vpn17-mia.riseup.net vpn15-sea.riseup.net vpn16-sea.riseup.net vpn01-sea.riseup.net]
2023/06/05 19:53:51 args passed to bitmask-root: [--tls-cipher DHE-RSA-AES128-SHA --tun-ipv6 --float  --auth SHA1 --cipher AES-128-CBC --keepalive 10 30]
2023/06/05 19:53:51 firewall start
2023/06/05 19:53:51 Error while running bitmask-root:
2023/06/05 19:53:51 args:  [/usr/sbin/bitmask-root firewall start 163.172.211.109 51.15.9.205 51.158.144.32]
2023/06/05 19:53:51 output:  bitmask-root: ERROR: Could not run ['/bin/iptables', '-t', 'nat', '--append', 'bitmask', '--protocol', 'udp', '--dest', '127.0.1.1,127.0.0.1,127.0.0.53', '--dport', '53', '--jump', 'ACCEPT']: None
2023/06/05 19:53:51 Error starting VPN:  exit status 1

When I execute the failing iptables cmd I get:

~ $ sudo /bin/iptables -t nat --append 'bitmask' --protocol udp --dest 127.0.1.1,127.0.0.1,127.0.0.53 --sport 53 --jump 'ACCEPT'
Warning: Extension udp revision 0 not supported, missing kernel module?
iptables: No chain/target/match by that name.

Is this the right place to file potential Arch related issues like this or better https://0xacab.org/leap/bitmask-vpn/-/issues ?