I got ZM up and running pretty easy on my Cubietruck. The configuration of the first two cameras was no problem. Suddenly after configuring the third camera I got a 'red' source label for that camera. The first two cameras still work fine. The third camera works if I use its IP in the configuration of camera two. So it is no camera related problem.
Checking out the logs I get the following ERR-messages:
socket_sendto( /var/run/zm/zms-565204s.sock ) failed: No such file or directory
getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-565204s.sock ) failed: No such file or directory - checkStreamForErrors()
There seems to be a socket missing. Could somebody please give me a 'push in the right direction' to fix this issue.
Thanks in advance.
Mark
'red' source label - missing socket?
Re: 'red' source label - missing socket?
OK, this problem seems to be related to:
http://www.zoneminder.com/forums/viewto ... 32&t=22861
'df -h' shows the following limitation:
tmpfs 128M 128M 0 100% /run/shm
Any hints apprechiated.
http://www.zoneminder.com/forums/viewto ... 32&t=22861
'df -h' shows the following limitation:
tmpfs 128M 128M 0 100% /run/shm
Any hints apprechiated.
Re: 'red' source label - missing socket?
Try cutting back on the resolution of your cameras. Looks like you are running out of memory...
Re: 'red' source label - missing socket?
Adding ...
none /dev/shm tmpfs defaults,size=1G 0 0
... to /etc/fstab solved the problem.
Many thanks!
Mark
none /dev/shm tmpfs defaults,size=1G 0 0
... to /etc/fstab solved the problem.
Many thanks!
Mark