From: Lonnie A. <li...@lo...> - 2017-01-11 19:34:11
|
On Jan 11, 2017, at 12:54 PM, Michael Keuter <li...@mk...> wrote: > >> Am 11.01.2017 um 05:40 schrieb David Kerr <da...@ke...>: >> >> Tonights discoveries on this topic... >> >> • Lighttpd loads certificates at startup only, so service will need to be stopped and started again each time the certificates are renewed (60 days). > > In about 20% of the cases when I restarted lighttpd per CLI, Asterisk was stopped afterwards for some reasons (without any log). Just FYI to keep an eye on. Hi Michael, I recall you mentioning this before, but I have not see it. Running this test script: -- while true; do service lighttpd restart asterisk -rx "core show version" if [ $? -ne 0 ]; then echo "Asterisk stopped" break fi sleep 10 done -- I let it run 100+ iterations without any mysterious Asterisk stops. Possibly you have some Monit checks/actions that is causing the problem. Lonnie |