Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] OpenBSD - ifconfig(8) support #73

Closed
ghost opened this issue Dec 21, 2019 · 2 comments
Closed

[BUG] OpenBSD - ifconfig(8) support #73

ghost opened this issue Dec 21, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 21, 2019

Bug description

protonvpn-cli-ng requires ip(8) and doesn't support ifconfig(8), thus not supporting OpenBSD.

To Reproduce

Steps to reproduce:

  1. Install protonvpn-cli 2.2.0, as root, via pip3.
  2. Run doas protonvpn init
  3. See error

Expected behavior

protonvpn 2.0 should connect to the ProtonVPN servers via ifconfig(8)

Error Messages/Program Output/Log Messages (~/.pvpn-cli/pvpn-cli.log)

doas protonvpn init
'ip' not found.
Please install ip.

Desktop (please complete the following information):

  • OS: [OpenBSD 6.6 (-STABLE)]
  • Python Version: [3.7.4]
  • ProtonVPN-CLI Version: [2.2.0]
@ghost ghost changed the title [BUG] OpenBSD - ifconfig support [BUG] OpenBSD - ifconfig(8) support Dec 21, 2019
@SteveClement
Copy link

I would argue this applies to more than OpenBSD, older (LTS) Linux systems will not have IP out of the box.
This is a matter of a simple RegEX addition, thus PR please ;)

@Rafficer
Copy link
Owner

I'll close this in favor of #111. So for further discussion, please go there. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants