I have a totally sorted install of 1.25 on debian other than this one error i get when trying to view cameras over the WAN.
When viewing over the internal LAN on localhost, absolutlely fine, no issues whatsoever.
Below is an exact copy from the log:
2013-03-30 19:21:48.098143 web_php 4704 ERR socket_sendto( /tmp/zm/zms-120818s.sock ) failed: No such file or directory /usr/share/zoneminder/includes/functions.php 2323
Any ideas on this would be much appreciated as i am running out of ideas and have gone round in circles googling the error.
Thanks
[SOLVED] ERRsocket_sendto No Such file or directory
[SOLVED] ERRsocket_sendto No Such file or directory
Last edited by ctimbrell on Sat Mar 30, 2013 8:01 pm, edited 2 times in total.
Re: ERR socket_sendto No Such file or directory
UPDATE:
I was viewing over port 78 because didnt want to use 80 as router kept using that port for its own external login.
However, changing router to old one i had and using port 80, it works fine!
Switch back to port 78 and i get the same error.
To open the port, i followed a post somewhere and added listen 78 in the apache ports.conf file as below:
NameVirtualHost *:80
Listen 80
Listen 78
it certainly opened up the port as i checked this but as i now know it throws up some problems with ZM
Any ideas how to use a different port other than 80 for zoneminder?
I was viewing over port 78 because didnt want to use 80 as router kept using that port for its own external login.
However, changing router to old one i had and using port 80, it works fine!
Switch back to port 78 and i get the same error.
To open the port, i followed a post somewhere and added listen 78 in the apache ports.conf file as below:
NameVirtualHost *:80
Listen 80
Listen 78
it certainly opened up the port as i checked this but as i now know it throws up some problems with ZM
Any ideas how to use a different port other than 80 for zoneminder?