Thanks for the idea thelight - I can't believe I didn't think of checking the log files myself. I set all monitors but one to "None" as the function, increased the resolution on the one that was still set to record, stopped zoneminder, removed the logs that were there, started zoneminder, let it run for a minute, then stopped it and copied the logs out that were created.
Anyways, /var/log/messages has nothing of interest in it that I could see. Likewise with zmaudit and zmfilter. However, the rest of the zoneminder logs have contents of varying degrees of interest. Here they are in increasing order of interest.
Code: Select all
zmpkg.log
Command: start
Executing: /usr/local/bin/zmdc.pl check
Removing shared memory
Executing: /usr/local/bin/zmfix
Executing: /usr/local/bin/zmdc.pl status
Executing: /usr/local/bin/zmdc.pl start zmc -d 0
Executing: /usr/local/bin/zmdc.pl start zma -m 1
Executing: /usr/local/bin/zmdc.pl start zmfilter.pl
Executing: /usr/local/bin/zmdc.pl start zmaudit.pl -d 900 -y
Executing: /usr/local/bin/zmdc.pl start zmwatch.pl
Command: stop
Executing: /usr/local/bin/zmdc.pl check
Executing: /usr/local/bin/zmdc.pl shutdown
Removing shared memory
Code: Select all
zmdc.log
Server starting at 05/04/20 12:36:38
'zmc -d 0' starting at 05/04/20 12:36:41, pid = 12632
'zmc -d 0' started at 05/04/20 12:36:41
'zmc -d 0' crashed at 05/04/20 12:36:41, exit status 255
'zmc -d 0' starting at 05/04/20 12:36:41, pid = 12633
'zmc -d 0' started at 05/04/20 12:36:41
'zmc -d 0' crashed at 05/04/20 12:36:41, exit status 255
Can't select: No child processes at /usr/local/bin/zmdc.pl line 593.
Server starting at 05/04/20 12:36:41
'zma -m 1' starting at 05/04/20 12:36:44, pid = 12656
'zma -m 1' started at 05/04/20 12:36:44
'zma -m 1' crashed at 05/04/20 12:36:44, exit status 255
'zma -m 1' starting at 05/04/20 12:36:44, pid = 12658
'zma -m 1' started at 05/04/20 12:36:44
'zma -m 1' crashed at 05/04/20 12:36:44, exit status 255
Can't select: No child processes at /usr/local/bin/zmdc.pl line 593.
Server starting at 05/04/20 12:36:44
'zmfilter.pl' starting at 05/04/20 12:36:47, pid = 12680
'zmfilter.pl' started at 05/04/20 12:36:47
'zmaudit.pl -d 900 -y' starting at 05/04/20 12:36:47, pid = 12682
'zmaudit.pl -d 900 -y' started at 05/04/20 12:36:47
'zmwatch.pl' starting at 05/04/20 12:36:47, pid = 12684
'zmwatch.pl' started at 05/04/20 12:36:47
'zmfilter.pl ' stopping at 05/04/20 12:37:46
'zmfilter.pl ' died at 05/04/20 12:37:46, signal 14
'zmaudit.pl -d 900 -y' stopping at 05/04/20 12:37:46
'zmaudit.pl -d 900 -y' died at 05/04/20 12:37:46, signal 14
'zmwatch.pl ' stopping at 05/04/20 12:37:46
'zmwatch.pl ' died at 05/04/20 12:37:46, signal 14
Can't find child with pid of '12723'
Can't find child with pid of '12733'
Server shutdown at 05/04/20 12:37:56
Code: Select all
zmwatch.log
Watchdog starting at 05/04/20 12:36:48
Watchdog pausing for 30 seconds
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
Can't get shared memory id '2053971969': No such file or directory
I'm guessing that the shared memory errors in zmwatch.log are an indication of the cause of the problem, but really have no idea as to how to proceed.