I've got the same issue... Here's some additional info.
Additionally, I've noticed that when I open a camera to monitor, if I 'ls -l /tmp' repeatedly, I get:
Code: Select all
# ls -l /tmp/*.sock
srwxr-xr-x 1 www-data www-data 0 2011-05-17 18:22 /tmp/zmdc.sock
srwxr-xr-x 1 www-data www-data 0 2011-05-17 18:33 /tmp/zms-139718w.sock
And then after about 5 sec, the zms-*.sock file disapears. Then, about 5 seconds later, it comes back... and so on, and so on, as long as the webcam window is open.
Here is the zm_debug log from when I opened the webcam viewing window:
Code: Select all
05/17/11 18:36:12.888317 zms[-1].INF-zm_debug.c/292 [New Debug Level = 6, New Debug Log = /tmp/zm_debug.log.19185]
05/17/11 18:36:12.888561 zms[-1].DB1-zms.cpp/98 [Query: mode=jpeg&monitor=3&scale=100&maxfps=10&buffer=1000&user=***&connkey=859189&rand=1305682572]
05/17/11 18:36:12.888684 zms[-1].INF-zm_user.cpp/140 [Authenticated user '***']
05/17/11 18:36:12.889142 zms[-1].DB1-zm_monitor.cpp/2262 [Got 1 monitors]
05/17/11 18:36:12.893622 zms[-1].DB1-zm_monitor.cpp/338 [monitor purpose=0]
05/17/11 18:36:12.893660 zms[-1].DB1-zm_monitor.cpp/345 [mem.size=82945524]
05/17/11 18:36:12.893796 zms[-1].DB1-zm_zone.cpp/50 [Initialised zone 0/All - 1 - 960x720 - Rgb:ff0000, CM:3, MnAT:15, MxAT:0, MnAP:50, MxAP:75000, FB:3x3, MnFP:50, MxFP:50000, MnBS:10, MxBS:0, MnB:0, MxB:0, OF: 0]
05/17/11 18:36:12.922800 zms[-1].DB1-zm_monitor.cpp/458 [Monitor FamilyRoom has function 2]
05/17/11 18:36:12.922814 zms[-1].DB1-zm_monitor.cpp/459 [Monitor FamilyRoom LBF = '%N - %y/%m/%d %H:%M:%S', LBX = 0, LBY = 0]
05/17/11 18:36:12.922824 zms[-1].DB1-zm_monitor.cpp/460 [Monitor FamilyRoom IBC = 40, WUC = 25, pEC = 10, PEC = 10, EAF = 1, FRI = 1000, RBP = 7, FM = 0]
05/17/11 18:36:12.922835 zms[-1].DB1-zm_monitor.cpp/2459 [Loaded monitor 3(FamilyRoom), 0 zones]
05/17/11 18:36:12.922973 zms[-1].DB3-zm_stream.cpp/58 [FPS:0.00, MXFPS:10.00, BFPS:0.00, EFPS:0.00, FM:1]
05/17/11 18:36:12.923009 zms[-1].DB3-zm_stream.cpp/65 [aEFPS:0.00, aFM:1]
05/17/11 18:36:12.923089 zms[-1].DB2-zm_monitor.cpp/3374 [Checking swap image location]
05/17/11 18:36:12.923101 zms[-1].DB3-zm_monitor.cpp/3375 [Checking swap image path]
05/17/11 18:36:12.923143 zms[-1].DB3-zm_monitor.cpp/2868 [Swap path '/tmp/zmswap-m3/zmswap-q859189' missing, creating]
05/17/11 18:36:12.923210 zms[-1].DB2-zm_monitor.cpp/3396 [Assigning temporary buffer]
05/17/11 18:36:12.928662 zms[-1].DB2-zm_monitor.cpp/3399 [Assigned temporary buffer]
05/17/11 18:36:13.428800 zms[-1].ERR-zm_monitor.cpp/3579 [Terminating, last frame sent time 1305682572.928716 secs more than maximum of 10.000000]
05/17/11 18:36:13.428881 zms[-1].DB1-zm_monitor.cpp/3588 [Cleaning swap files from /tmp/zmswap-m3/zmswap-q859189]
05/17/11 18:36:13.428985 zms[-1].DB1-zm_monitor.cpp/3616 [Can't glob '/tmp/zmswap-m3/zmswap-q859189/*.*': 3]
zmdc.log
Code: Select all
...
05/17/2011 18:27:52.041137 zmdc[18775].INF [Starting pending process, zmc -m 3]
05/17/2011 18:27:52.042778 zmdc[18775].INF ['zmc -m 3' starting at 11/05/17 18:27:52, pid = 18926]
05/17/2011 18:27:52.256047 zmdc[18775].INF ['zmc -m 3' crashed, signal 6]
...
apache2/error.log (Removed the 'http : / / ' before 'server/zm' because I'm a new user and the board thought I was spammy.
Code: Select all
...
[Tue May 17 18:15:56 2011] [error] [client 192.168.10.108] socket_sendto( /tmp/zms-984456s.sock ) failed: No such file or directory, referer: server/zm/index.php?view=watch&mid=3
[Tue May 17 18:15:56 2011] [error] [client 192.168.10.108] array (\n 0 => \n array (\n 'file' => '/usr/share/zoneminder/ajax/stream.php',\n 'line' => 55,\n 'function' => 'ajaxError',\n 'args' => \n array (\n 0 => 'socket_sendto( /tmp/zms-984456s.sock ) failed: No such file or directory',\n ),\n ),\n 1 => \n array (\n 'file' => '/usr/share/zoneminder/index.php',\n 'line' => 116,\n 'args' => \n array (\n 0 => '/usr/share/zoneminder/ajax/stream.php',\n ),\n 'function' => 'require_once',\n ),\n), referer: server/zm/index.php?view=watch&mid=3
...