'red' source label - missing socket?

Forum for questions and support relating to the 1.28.x releases only.
Locked
Markymark
Posts: 50
Joined: Fri Jan 03, 2014 7:43 am

'red' source label - missing socket?

Post by Markymark »

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
Markymark
Posts: 50
Joined: Fri Jan 03, 2014 7:43 am

Re: 'red' source label - missing socket?

Post by Markymark »

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.
bbunge
Posts: 2967
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: 'red' source label - missing socket?

Post by bbunge »

Try cutting back on the resolution of your cameras. Looks like you are running out of memory...
Markymark
Posts: 50
Joined: Fri Jan 03, 2014 7:43 am

Re: 'red' source label - missing socket?

Post by Markymark »

Adding ...

none /dev/shm tmpfs defaults,size=1G 0 0

... to /etc/fstab solved the problem.

Many thanks!

Mark
Locked