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

Installation fail #2

Open
Syllinia opened this issue Aug 4, 2019 · 6 comments
Open

Installation fail #2

Syllinia opened this issue Aug 4, 2019 · 6 comments
Labels
Support Support Ticket

Comments

@Syllinia
Copy link

Syllinia commented Aug 4, 2019

I git cloned the project on Ubuntu 19.04 and executed the following commands:
chmod +x *.sh
./netset-main.sh --install
However, the installation seems failed.

1.netset-main.sh is using python but Ubuntu 19.04 uses python3.
2.ProtonVPN-cli failed to install.

Besides, after executing the scripts, apt-get update doesn't work.

Thanks.

@NullArray
Copy link
Owner

NullArray commented Aug 4, 2019

What seems to have failed besides the Python operations and ProtonVPN-cli? Also, do you have an account at Proton? Do you have the credentials for OpenVPN?

Did you get any error messages?

In any event, if the standard python invocation doesn't work for you, you can change all instances to python3 and it should still be able to open your default browser.

Also, if your apt isn't working properly you probably have a file called pinning.pref in your backup directory. It has your original config.

@NullArray NullArray added the Support Support Ticket label Aug 4, 2019
@Syllinia
Copy link
Author

Syllinia commented Aug 4, 2019

Thanks for your reply. As ProtonVPN website is blocked, I'm unable to register an account. And I don't have credentials for OpenVPN.

I'm not familiar with Python, so I installed both Python and Python3 in my environment.

Other errors:
option from the main menu and start learning!

  1. Help 3) Spoof MAC 5) GeoSort Proxies 7) Tor Terminal 9) Veracrypt 11) Quit
  2. Status 4) Random Proxies 6) ProtonVPN 8) Tor Wall 10) OPSEC Resources
    Please enter your choice: 7
    /usr/bin/python: No module named pymux
    How to resolve this? There's no pip on my machine.

Now the apt fails to work, and there's no file named pinning.pref.

Many thanks.

@NullArray
Copy link
Owner

NullArray commented Aug 6, 2019

Thank you for providing extra information regarding this. You would install pip through your package manager, so, when you try to use apt what error message does it give you?

The only thing that i can think of that could have messed with your package manager is adding the repository for the proper version of DNSCrypt-proxy.

To check please run these commands from the terminal and post the results.

# These will check for the existence of  the files in question
stat /etc/apt/sources.list.d/unstable.list
stat /etc/apt/sources.list.d/testing.list

# Running these should tell us about the permissions of the dir/file in question
stat /etc/apt/sources.list.d
stat /etc/apt/sources.list

Please report back with results so that i can help you troubleshoot this particular issue.

Also, ProtonVPN isn't going to work without an account at Proton and the appropriate credentials.

If their website is being blocked for whatever reason, try to circumvent it by using the Tor Browser.

Find it and more details here

@Syllinia
Copy link
Author

Syllinia commented Aug 7, 2019

After restarting the computer, apt-get update works well. I installed both pip2 and module pymux.
Now, except ProtonVPN-cli everything seems to be installed properly as I'm able to enter 7) Tor Terminal

However, torproject is blocked. And I don't know how to use the installed facilities.

@NullArray
Copy link
Owner

Good to hear. Now that everything works except for ProtonVPN, since the website to sign up is blocked, as well as the Tor Project website. Run these commands in order to download The Tor Browser Bundle.

proxychains wget -O tor-browser.tar.xz https://www.torproject.org/dist/torbrowser/8.5.4/tor-browser-linux64-8.5.4_en-US.tar.xz

The depconf.sh script should have installed the Tor service and ProxyChains as well. Therefore as long as you run wget with the proxychains command you should be able to bypass the block.

@NullArray
Copy link
Owner

NullArray commented Aug 12, 2019

Let me know if there is anything else that i can help you with. @Syllinia

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

No branches or pull requests

2 participants