Have just installed Zoneminder onto a clean install of Gutsy desktop, from the repositories. All seemed to install fine and I ran the extra commands listed in the ZM wiki. The web server is up and I've managed to add a monitor, using a Logitech Quickcam 3000 for testing (which appears to be supported). I'm able to get a picture using vlc and xawtv, and have pointed ZM at /dev/video0.
The zmwatch.log shows the following:
Code: Select all
05/20/08 12:37:49.633273 zmwatch[7213].ERR [Can't get shared memory id '7a6d2001', 1: No such file or directory]
05/20/08 12:37:49.634075 zmwatch[7213].INF [Restarting capture daemon for New, shared memory not valid]
05/20/08 12:37:49.863028 zmwatch[7213].INF ['zmc -d /dev/video0' starting at 08/05/20 12:37:49, pid = 7235]
05/20/08 12:37:59.864459 zmwatch[7213].ERR [Can't get shared memory id '7a6d2001', 1: No such file or directory]
05/20/08 12:37:59.864966 zmwatch[7213].INF [Restarting capture daemon for New, shared memory not valid]
05/20/08 12:38:00.109968 zmwatch[7213].INF ['zmc -d /dev/video0' starting at 08/05/20 12:38:00, pid = 7241]
05/20/08 12:38:10.113387 zmwatch[7213].ERR [Can't get shared memory id '7a6d2001', 1: No such file or directory]
05/20/08 12:38:10.114204 zmwatch[7213].INF [Restarting capture daemon for New, shared memory not valid]
05/20/08 12:38:10.355712 zmwatch[7213].INF ['zmc -d /dev/video0' starting at 08/05/20 12:38:10, pid = 7247]
05/20/08 12:38:20.357278 zmwatch[7213].ERR [Can't get shared memory id '7a6d2001', 1: No such file or directory]
Code: Select all
root@zoneminder:/tmp# ipcs -m
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x00000000 360448 zoneadmin 600 393216 2 dest
0x00000000 393217 zoneadmin 600 393216 2 dest
0x00000000 229378 zoneadmin 600 393216 2 dest
0x00000000 262147 zoneadmin 600 393216 2 dest
0x00000000 294916 zoneadmin 600 393216 2 dest
0x00000000 327685 zoneadmin 600 393216 2 dest
0x00000000 425990 zoneadmin 600 393216 2 dest
0x00000000 458759 zoneadmin 600 393216 2 dest
0x00000000 491528 zoneadmin 600 393216 2 dest
0x00000000 524297 zoneadmin 600 393216 2 dest
0x00000000 917514 zoneadmin 600 393216 2 dest
0x7a6d2001 983051 www-data 700 36865188 0
Any help very much appreciated.
George