This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] kplex crashes if openvpn started
#1
Hi all,
I configured openplotter 0.8.0 on a rasp PI3.
After that I added openvpn, but if I activate openvpn service the kplex dies with segmentation fault.
I remark that openplotter 0.8.0 works correctly, openvpn stand alone works correctly.
Also using the last version  kplex 1.3.2  I see the same behaviour.
The issue seems on udp part input connection.
Davide


Code:
pi@raspb13:~ $ sudo service openvpn stop
pi@raspb13:~ $ kplex -d9 -f kplex.conf.udp
kplex DEBUG: Using config file kplex.conf.udp
kplex DEBUG: kplex starting, config file kplex.conf.udp
kplex DEBUG: system_input: BINDTODEVICE succeeded on device lo
kplex DEBUG: udp interface system_input listening on 127.0.0.1, port 10110

^Ckplex DEBUG: Cleaning up data for exiting input interface system_input id 10000
kplex DEBUG: Kplex exiting
pi@raspb13:~ $
pi@raspb13:~ $
pi@raspb13:~ $
pi@raspb13:~ $ sudo service openvpn start
pi@raspb13:~ $ sudo service openvpn status
● openvpn.service - OpenVPN service
  Loaded: loaded (/lib/systemd/system/openvpn.service; enabled)
  Active: active (exited) since Thu 2016-04-28 09:13:02 CEST; 17s ago
 Process: 3798 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 3798 (code=exited, status=0/SUCCESS)
  CGroup: /system.slice/openvpn.service

Apr 28 09:13:02 raspb13 systemd[1]: Started OpenVPN service.
pi@raspb13:~ $
pi@raspb13:~ $ kplex -d9 -f kplex.conf.udp
kplex DEBUG: Using config file kplex.conf.udp
kplex DEBUG: kplex starting, config file kplex.conf.udp
Segmentation fault
Code:
pi@raspb13:~ $ cat kplex.conf.udp
# For advanced manual configuration, please visit: http://www.stripydog.com/kplex/configuration.html
# Please do not modify defaults nor OpenPlotter GUI settings.
# Add manual settings at the end of the document.

###defaults

[udp]
name=system_input
direction=in
optional=yes
address=127.0.0.1
port=10110
device=lo

pi@raspb13:~ $
Reply


Messages In This Thread
[SOLVED] kplex crashes if openvpn started - by davidec - 2016-04-28, 08:27 AM
RE: kplex crashes if openvpn started - by Sailoog - 2016-04-28, 10:31 AM
RE: kplex crashes if openvpn started - by Sailoog - 2016-04-29, 12:44 PM
RE: kplex crashes if openvpn started - by davidec - 2016-04-29, 01:37 PM
RE: kplex crashes if openvpn started - by Sailoog - 2016-05-02, 01:35 PM
RE: kplex crashes if openvpn started - by davidec - 2016-05-02, 03:16 PM
RE: kplex crashes if openvpn started - by davidec - 2016-05-03, 10:28 AM
RE: kplex crashes if openvpn started - by Sailoog - 2016-05-03, 12:16 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)