In general things are mostly working. I can look at a live feed, motion detect works, I can look events.
But, there are lots of errors in my log, most related to the Foscam. Before trying to figure those out, I thought I'd start with something simple:
Code: Select all
zms ERR Can't stat '/tmp/zm': No such file or directory zm_monitor.cpp
zms ERR Unable to validate swap image path, disabling buffered playback zm_monitor.cpp
Code: Select all
web_php FAT Unable to open log export file /tmp/zm/zm-log-58141472.txt /usr/share/zoneminder/www/ajax/log.php
I've checked, /tmp/zm is owned by www-data:www-data, mode 755. All of the ZM process are running with uid mapping to www-data.
/tmp/zm is empty.
/tmp/zm is part of my root file system, which has about 300 GB free.
Suggestions?
Thanks much!