>I'm looking for a list of signals in the FreeBSD kernel, as the message
>syslogd: exiting on signal 15 is all I am getting before a system
>shutdown.
>I need to find out what this error is, how to detect what is causing the
>error, and how to fix it.
>Can someone please help?
Normally when you shutdown the system, the system will kill all
processes by sending SIGTERM (signal number 15). This message
from syslogd is an informative only saying that right after that point there
will be no more logging from syslogd.
You can find out the listing of signal by using command "kill -l".
Regards,
Tanes Sriviroolchai