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 Από [email protected]:
> Hi Giorgos,
>
> On 3/6/23 00:13, Giorgos wrote:
>
>> [...]
>>
>
> Thanks for providing me the answers to my questions.
>
>> $ riseup-vpn
>> [...]
>> 2023/03/05 20:42:21 Error while running bitmask-root:
>> 2023/03/05 20:42:21 args: [/usr/sbin/bitmask-root firewall stop]
>>
>
> 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
>