i've installed zm on my server, but it don't go!
ill' explain better,
zm, works, it see the camera recognized, usb, or network, it detect the motion, but if i click on the link to view the camera, the page is without the image, yes, i've the button, but there aren't any image, i've tried to switch to movie instead of jpg, but the result is a blank screen.
i've installed a virtual machine too to test all and it's work fine!!!
all my machine are ubuntu 9.04 server (without graphics) and
uname -r say
2.6.28-11-server
the zm version is 1.24.1 installed from a deb archive, but first i've tried the default 1.23.3 from repository, the 1.24.1 from source and is the same issue
the production machine have installed ispconfig webpanel , but i've enabled the cgi support too, and 've made a simlink from /var/www/web/www/zm to the real path /usr/share/zoneminder/
i'll see the log on the production machine, and i see :
Code: Select all
cat /tmp/zmdc.log
05/15/09 23:30:57.080806 zmdc[20461].INF [Starting pending process, zmc -d /dev/video0]
05/15/09 23:30:57.128887 zmdc[20461].INF ['zmc -d /dev/video0' starting at 09/05/15 23:30:57, pid = 22089]
05/15/09 23:30:57.286037 zmdc[20461].ERR ['zmc -d /dev/video0' exited abnormally, exit status 6]
Code: Select all
cat /tmp/zmwatch.log
05/15/09 16:45:01.111518 zmwatch[3155].INF [Watchdog starting]
05/15/09 16:45:01.142615 zmwatch[3155].INF [Watchdog pausing for 30 seconds]
05/15/09 22:55:42.660435 zmwatch[20494].INF [Watchdog starting]
05/15/09 22:55:42.682208 zmwatch[20494].INF [Watchdog pausing for 30 seconds]
05/15/09 23:01:12.738397 zmwatch[20494].ERR [Can't get shared memory id '7a6d0002', 2: No such file or directory]
05/15/09 23:01:22.740823 zmwatch[20494].ERR [Can't get shared memory id '7a6d0002', 2: No such file or directory]
Code: Select all
the
ipcs -l
------ Shared Memory Limits --------
max number of segments = 4096
max seg size (kbytes) = 65536
max total shared memory (kbytes) = 268435456
min seg size (bytes) = 1
------ Semaphore Limits --------
max number of arrays = 128
max semaphores per array = 250
max semaphores system wide = 32000
max ops per semop call = 32
semaphore max value = 32767
------ Messages: Limits --------
max queues system wide = 488
max size of message (bytes) = 8192
default max size of queue (bytes) = 16384
Code: Select all
the cat /var/log/apache2/other_vhosts_access.log
www.name.it:80 192.168.1.2 - - [15/May/2009:23:03:40 +0200] "GET /cgi-bin/nph-zms?mode=jpeg&monitor=2&scale=100&maxfps=5&buffer=1000&connkey=174441&rand=1242421418 HTTP/1.1" 404 1199 "http://www.name.it/zm/index.php?view=watch&mid=2" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10"
www.name.it:80 192.168.1.2 - - [15/May/2009:23:28:23 +0200] "GET /cgi-bin/nph-zms?source=event&mode=mpeg&event=2&frame=1&scale=100&rate=100&bitrate=25000&maxfps=5&format=asf&replay=single&connkey=6230&rand=1242422903 HTTP/1.1" 404 1199 "-" "VLC media player - version 0.9.9a Grishenko - (c) 1996-2009 the VideoLAN team"
where's the problem???? a little help? who convert the single frame from the source in a jpg to view in the monitor windows??? how can i investigate on this problem??