Page 1 of 1

SIGTERM meanings and causes

Posted: Fri May 07, 2021 6:29 pm
by eric_p
Hi all,
I've been trying to find if there are any defined meanings/causes of the various SIGTERM messages.
Searching the web for "SIGTERM" is a mess because it's in every posted log so this creates, well, you already know.
  • Can anyone point me to documentation or articles defining OpenVPN SIGTERM messages and likely causes?
  • What is the difference between SIGTERM[hard,] and SIGTERM[soft,]?
Thanks
-e

Re: SIGTERM meanings and causes

Posted: Fri May 07, 2021 6:39 pm
by TinCanTech
eric_p wrote:
Fri May 07, 2021 6:29 pm
Can anyone point me to documentation or articles defining OpenVPN SIGTERM messages
As with most things Linux, The Manual!
https://community.openvpn.net/openvpn/w ... nPage#lbAX
eric_p wrote:
Fri May 07, 2021 6:29 pm
and likely causes?
viewtopic.php?f=30&t=22603
eric_p wrote:
Fri May 07, 2021 6:29 pm
What is the difference between SIGTERM[hard,] and SIGTERM[soft,]?
Probably, soft does a restart and hard does not.