What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

[Resolved] Need help with OpenVPN log entries.

skeal

Part of the Furniture
Can anyone teach me how to avoid such a harsh OVPN client shutdown please? Take a look at these system logs:
Code:
Dec 11 08:55:44 rc_service: httpd 368:notify_rc stop_vpnclient2
Dec 11 08:55:45 openvpn[19766]: event_wait : Interrupted system call (code=4)
Dec 11 08:55:45 openvpn[19766]: vpnrouting.sh tun12 1500 1553 10.x.x.x 255.255.255.0 init
Dec 11 08:55:45 openvpn-routing: Configuring policy rules for client 2
Dec 11 08:55:45 custom_script: Running /jffs/scripts/openvpn-event (args: tun12 1500 1553 10.x.x.x255.255.255.0 init)
Dec 11 08:55:45 openvpn[19766]: ERROR: Linux route delete command failed: external program exited with error status: 2
Dec 11 08:55:45 openvpn[19766]: ERROR: Linux route delete command failed: external program exited with error status: 2
Dec 11 08:55:45 openvpn[19766]: ERROR: Linux route delete command failed: external program exited with error status: 2
Dec 11 08:55:45 openvpn[19766]: /usr/sbin/ip addr del dev tun12 10.x.x.x/24
Dec 11 08:55:45 openvpn[19766]: SIGTERM[hard,] received, process exiting
I'm most concerned about the route delete commands and the SIGTERM[hard,].
EDIT: Happens when I shutdown client 2.
 
Can anyone teach me how to avoid such a harsh OVPN client shutdown please? Take a look at these system logs:
Code:
Dec 11 08:55:44 rc_service: httpd 368:notify_rc stop_vpnclient2
Dec 11 08:55:45 openvpn[19766]: event_wait : Interrupted system call (code=4)
Dec 11 08:55:45 openvpn[19766]: vpnrouting.sh tun12 1500 1553 10.x.x.x 255.255.255.0 init
Dec 11 08:55:45 openvpn-routing: Configuring policy rules for client 2
Dec 11 08:55:45 custom_script: Running /jffs/scripts/openvpn-event (args: tun12 1500 1553 10.x.x.x255.255.255.0 init)
Dec 11 08:55:45 openvpn[19766]: ERROR: Linux route delete command failed: external program exited with error status: 2
Dec 11 08:55:45 openvpn[19766]: ERROR: Linux route delete command failed: external program exited with error status: 2
Dec 11 08:55:45 openvpn[19766]: ERROR: Linux route delete command failed: external program exited with error status: 2
Dec 11 08:55:45 openvpn[19766]: /usr/sbin/ip addr del dev tun12 10.x.x.x/24
Dec 11 08:55:45 openvpn[19766]: SIGTERM[hard,] received, process exiting
I'm most concerned about the route delete commands and the SIGTERM[hard,].
EDIT: Happens when I shutdown client 2.
Perfectly normal messages, I believe. I've seen them in my setup, and various other threads where @RMerlin has stated they're normal. I'll try to find it.
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top