Closed anoduck closed 8 months ago
Could this by any chance be referring to iptables? Just somehow the "tables" got cutoff?
No, the program is in fact called "ip".
# which ip
/usr/sbin/ip
# file /usr/sbin/ip
/usr/sbin/ip: symbolic link to ../../sbin/ip
Then the error message should read Please install iproute2
to avoid the misunderstanding.
I do not know if every Linux distribution has adopted the use of iproute2 as their recommended means to configure network interfaces. There are so many different Linux distributions, it is quite possible no one knows.
Regardless, it rules out any possibility of being compatible with BSD.
Describe the bug Installed with sudo without a hitch, most of the requirements were already installed. Went to initialize the service and received the following error message.
To Reproduce Steps to reproduce the behavior:
doas pkg_add -U openvpn dialog
doas pip3 install -U protonvpn-cli
If you are logged in as root, omit the 'doas'.doas protonvpn init
Expected behavior From the required dependencies, no problem was expected to occur. So the rather obscure error message is quite surprising.
Error Messages/Program Output/Log Messages (~/.pvpn-cli/pvpn-cli.log)
pvpn-cli-log
Desktop (please complete the following information):
Additional context Add any other context about the problem here.