letheanVPN / lthn-app-vpn

Client/Server dVPN
https://www.lt.hn
European Union Public License 1.2
36 stars 16 forks source link

lthnvpnc: command not found #129

Open mahdi-ln opened 3 years ago

mahdi-ln commented 3 years ago
~/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 commented 3 years ago

Please can you show me result of this?

ls /usr/local/bin
ls /usr/local/sbin
echo $PATH
Snider commented 3 years ago

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

Turosik commented 1 year ago

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 commented 1 year ago

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.