Shared memeoy problem. I think
Posted: Tue May 15, 2012 5:23 pm
Code: Select all
05/15/12 12:47:58.070168 zmdc[7984].INF [Starting pending process, zmc -m 20]
05/15/12 12:47:58.114392 zmdc[7984].INF ['zmc -m 20' starting at 12/05/15 12:47:58, pid = 8278]
05/15/12 12:47:58.133346 zmdc[7984].ERR ['zmc -m 20' exited abnormally, exit status 255]
05/15/12 12:57:58.070160 zmdc[7984].INF [Starting pending process, zmc -m 20]
05/15/12 12:57:58.101418 zmdc[7984].INF ['zmc -m 20' starting at 12/05/15 12:57:58, pid = 8378]
05/15/12 12:57:58.132620 zmdc[7984].ERR ['zmc -m 20' exited abnormally, exit status 255]
05/15/12 13:03:45.280534 zmdc[7984].INF ['zmc -m 20' starting at 12/05/15 13:03:45, pid = 8441]
05/15/12 13:03:45.324641 zmdc[7984].ERR ['zmc -m 20' exited abnormally, exit status 255]
Code: Select all
05/15/12 12:34:08.093340 zmwatch[7734].INF [Restarting capture daemon for New, shared memory not valid]
05/15/12 12:34:08.331420 zmwatch[7734].INF ['zmc -m 20' starting at 12/05/15 12:34:08, pid = 7898]
05/15/12 12:37:24.720156 zmwatch[8049].INF [Watchdog starting]
05/15/12 12:37:24.722681 zmwatch[8049].INF [Watchdog pausing for 30 seconds]
05/15/12 13:03:45.086546 zmwatch[8049].INF [Restarting capture daemon for New, shared memory not valid]
05/15/12 13:03:45.286367 zmwatch[8049].INF ['zmc -m 20' starting at 12/05/15 13:03:45, pid = 8441]
Code: Select all
root@allan-cameras:/home/allan# ipcs -m
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x7a6d3008 851968 www-data 700 9217188 2
0x7a6d300d 884737 www-data 700 9217188 2
0x7a6d300c 917506 www-data 700 9217188 2
0x7a6d300e 950275 www-data 700 9217188 2
0x7a6d3009 983044 www-data 700 9217188 2
0x7a6d300a 1015813 www-data 700 9217188 2
0x7a6d3014 1146886 www-data 700 14132228 0
0x7a6d300b 1048583 www-data 700 9217188 3
0x00000000 262152 root 600 393216 2 dest
Code: Select all
root@allan-cameras:/home/allan# ipcs -s
------ Semaphore Arrays --------
key semid owner perms nsems
0x00000000 0 www-data 600 1
root@allan-cameras:/home/allan# ipcs -l
------ Shared Memory Limits --------
max number of segments = 4096
max seg size (kbytes) = 1048576
max total shared memory (kbytes) = 33554432
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 = 16
max size of message (bytes) = 8192
default max size of queue (bytes) = 16384
root@allan-cameras:/home/allan#
Above is errors and what I can remember to post from all the trouble shooting I have done.
I can add monitors from another ZM system but not this IP cam. It outputs video at 640x368 with IP/snap.jpeg in any browser.
I'm stumped at this point.