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

lthnvpnc: command not found #129

Open
mahdi-ln opened this issue Apr 18, 2021 · 4 comments
Open

lthnvpnc: command not found #129

mahdi-ln opened this issue Apr 18, 2021 · 4 comments
Labels
question Further information is requested

Comments

@mahdi-ln
Copy link

~/Downloads/pop/lethean-vpn$ make install
chmod +x install.sh
INSTALL_PREFIX= \
FORCE= \
LTHN_PREFIX=/opt/lthn/ \
OPENVPN_BIN=/usr/sbin/openvpn \
PYTHON_BIN=/usr/bin/python3 \
PIP_BIN=/usr/bin/pip3 \
SUDO_BIN=/usr/bin/sudo \
HAPROXY_BIN=/usr/sbin/haproxy \
OPENSSL_BIN=/usr/bin/openssl \
LTHN_USER=m \
LTHN_GROUP=m \
CLIENT=1 \
SERVER= \
NOSUDO= \
./install.sh
[sudo] password for m: 
Finished installing successfully!
~/Downloads/pop/lethean-vpn$ lthnvpnc list 
lthnvpnc: command not found
@limosek
Copy link
Contributor

limosek commented Apr 19, 2021

Please can you show me result of this?

ls /usr/local/bin
ls /usr/local/sbin
echo $PATH

@Snider
Copy link
Contributor

Snider commented May 14, 2021

@mahdi-cll is this still an issue you are facing?

@Snider Snider added the question Further information is requested label May 14, 2021
@Turosik
Copy link

Turosik commented Nov 1, 2022

Same problem here... Ubuntu 20.04

$ ./configure.sh --client

Intense-vpn configured.
Python bin:   /usr/bin/python3
pip bin:      /usr/bin/pip3
sudo bin:     /usr/bin/sudo
Openssl bin:  /usr/bin/openssl
Openvpn bin:  /usr/sbin/openvpn
HAproxy bin:  /usr/sbin/haproxy
Prefix:       /opt/lthn
Bin dir:      /opt/lthn/bin/
Conf dir:     /opt/lthn/etc/
CA dir:       /opt/lthn/etc/ca/
Data dir:     /opt/lthn/var/
Temp dir:     /opt/lthn/tmp/
Run as user:  alexk
Run as group: alexk
Server:       
Client:       1
$ make install
chmod +x install.sh
INSTALL_PREFIX= \
FORCE= \
LTHN_PREFIX=/opt/lthn \
OPENVPN_BIN=/usr/sbin/openvpn \
PYTHON_BIN=/usr/bin/python3 \
PIP_BIN=/usr/bin/pip3 \
SUDO_BIN=/usr/bin/sudo \
HAPROXY_BIN=/usr/sbin/haproxy \
OPENSSL_BIN=/usr/bin/openssl \
LTHN_USER=alexk \
LTHN_GROUP=alexk \
CLIENT=1 \
SERVER= \
./install.sh
'build/etc/dispatcher.ini' -> '//opt/lthn/etc/dispatcher.ini'
Finished installing successfully!

and than:

$ lthnvpnc list
lthnvpnc: command not found

answering @limosek questions:

ls /usr/local/bin
chardetect

ls /usr/local/sbin
nothing
echo $PATH
/home/alexk/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/alexk/.local/bin

Please help!

@Snider
Copy link
Contributor

Snider commented Nov 2, 2022

Generally speaking, the VPN is currently down on purpose but will work for self-use.

adding /opt/lthn/bin to your PATH env would show that the network is down at the moment with easy-to-fix issues for a developer.

Looking for devs to get annoyed and start donating time as the VPN needs work to be ok to relaunch.

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

No branches or pull requests

4 participants