我的配置是:
- Ubuntu 精确 12.04
- Zoneminder(来自 ubuntu 官方存储库)1.25.0
- 阿帕奇 2.2.22
- php 5.3.10
基本上我的系统日志(和由 apache zoneminder cgi-bin 创建的 web_php.log)显示
03/12/13 17:42:20.307107 web_php[5514].ERR [socket_sendto( /var/run/zm/zms-347773s.sock ) failed: No such file or directory] at /usr/share/zoneminder/includes/functions.php line 2322
当我查看 /var/run/zm
srwxr-xr-x 1 www-data www-data 0 Mar 12 17:42 zmdc.sock
-rw-r--r-- 1 www-data www-data 5 Mar 12 17:42 zm.pid
srwxr-xr-x 1 www-data www-data 0 Mar 13 18:01 zms-347773w.sock
请注意套接字文件名中的 w 与 s。关于为什么没有创建 s 文件的任何想法。