Sorry to be such a bother but I am still learning Linux and trying to understand what command does what.
I ran the sudo /usr/bin/killall command and was not prompted for a password but when I ran sudo /usr/sbin/openvpn I was returned a message stating 'sudo: /usr/sbin/openvpn: command not found'. It appears that the installer did not work.
AS for the 'openvpn path' I checked the different settings within the addon in Kodi and did not see any options to set the path. Where can I locate the path settings and where should they point?
I don't like to ask, but I get the feeling that you don't have openvpn installed.
So the question: do you have openvpn installed?
Because I have always wondered why the sudo entries were not already made automatically, they should be when openvpn is installed
(14th Oct, 2021 11:59 PM)Nachteule Wrote: [ -> ]I don't like to ask, but I get the feeling that you don't have openvpn installed.
So the question: do you have openvpn installed?
Because I have always wondered why the sudo entries were not already made automatically, they should be when openvpn is installed
I downloaded the zip file from Github and ran the installer. I do see the VPNManger for OpenVPN listed under addons in Kodi.
I'm not talking about the openvpn Kodi addon, I'm talking about the openvpn package. This is of course required by the addon
You have to install it via
Terminal
sudo apt-get install openvpn
(15th Oct, 2021 12:42 AM)Nachteule Wrote: [ -> ]I'm not talking about the openvpn Kodi addon, I'm talking about the openvpn package. This is of course required by the addon
You have to install it via
Terminal
sudo apt-get install openvpn
We have success! After running the command 'sudo apt-get install openvpn' the vpn manager in Kodi started working properly.
I reviewed the setup instructions on Zomboided's github page and no where could I find that openvpn has to be installed manually. When I was running Libreelec OS the Kodi plugin just worked out of the box without having to any manual installs from command line. This is what was through me off.
Thank you for taking the time to work through this issue with me. I have seen this same problem posted on Reddit so I will now be able to assist those threads when they come up.
Very good. Thanks for the feedback
(15th Oct, 2021 01:08 AM)Nachteule Wrote: [ -> ]Very good. Thanks for the feedback
Still fighting with Openvpn manager 7.0.0
After install Openvpn via Terminal i was able to install Openvpn Kodi Addon finally. But After select the country profile
2021-11-03 18:41:33 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set. 2021-11-03 18:41:33 --cipher is not set. Previous OpenVPN version defaulted to BF-CBC as fallback when cipher negotiation failed in this case. If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers. 2021-11-03 18:41:33 WARNING: file '/home/xbian/.kodi/addons/service.vpn.manager/SmartDNSProxy/pass.txt' is group or others accessible 2021-11-03 18:41:33 OpenVPN 2.5.1 arm-unknown-linux-gnueabihf [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 14 2021 2021-11-03 18:41:33 library versions: OpenSSL 1.1.1k 25 Mar 2021, LZO 2.10 2021-11-03 18:41:33 TCP/UDP: Preserving recently used remote address: [AF_INET]149.154.153.177:1194 2021-11-03 18:41:33 UDP link local: (not bound) 2021-11-03 18:41:33 UDP link remote: [AF_INET]149.154.153.177:1194 2021-11-03 18:41:34 [*.serverlocation.co] Peer Connection Initiated with [AF_INET]149.154.153.177:1194 2021-11-03 18:41:35 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set. 2021-11-03 18:41:35 OPTIONS ERROR: failed to negotiate cipher with server. Add the server's cipher ('BF-CBC') to --data-ciphers (currently 'AES-256-GCM:AES-128-GCM') if you want to connect to this server. 2021-11-03 18:41:35 ERROR: Failed to apply push options 2021-11-03 18:41:35 Failed to open tun/tap interface 2021-11-03 18:41:35 SIGTERM[soft,process-push-msg-failed] received, process exiting
Never get such error on libreelec or other Kodi OS for Raspi3
@
Vhkkf, did you reboot after you installed openvpn? Looks like the module tun is not loaded
(4th Nov, 2021 05:34 AM)Nachteule Wrote: [ -> ]@Vhkkf, did you reboot after you installed openvpn? Looks like the module tun is not loaded
Yes, but get the same error after reboot the system
Quote: 2021-11-03 18:41:35 Failed to open tun/tap interface
Is then now the modules loaded or not. Man, you have to pull but really everything from the nose.
In any case, with me it all works perfectly
Accoding to the Addon NO. Is there any chance to load the Modules manually? Even with a fresh flashed image with Kodi19.3 and reboot After installing Openvpn its submit the Same error.
I though it was from the Addon or VPN Provider but with other OS there is no issue...
Open an ssh connection and then type
lsmod | grep tun
Terminal
xbian@kmxbilr2 ~ $ lsmod | grep tun
tun 49152 0
xbian@kmxbilr2 ~ $
/etc/modules should have an tun entry
Terminal
xbian@kmxbilr2 ~ $grep tun /etc/modules
tun
xbian@kmxbilr2 ~ $
I got a red marked tun after the typing lsmod | grep tun with ssh connection followed by 49152 0
With the 2nd line grep tun /etc/modules - tun is not marked red then
But still no success with the tun opening via vpnmanager