Shared memory not valid

Support and queries relating to all previous versions of ZoneMinder
Locked
mjsameth
Posts: 26
Joined: Mon Sep 29, 2008 8:33 pm
Location: NYC

Shared memory not valid

Post by mjsameth »

Hi Everybody,

Thanks for taking the time to read this post. I have spent the last couple of days reading FAQs and searching the forums. javascript:emoticon(':?') It seems their are many with these issues - but not a lot of resolution to the issue.

My server is running Ubuntu 8.10 32 bit with 4 Gig of RAM
I have made the changes to shmall and shmmax basd on the calcultions on the wiki - to no avail.

I need to monitor over 20 Panasonic web cams WV-NM100 in multiple Data Centers. I currently have 5 of them streaming to Zoneminder over the corporate LAN. They are all manually set to stream at 320X240.

However, the 6th camera will not stream in Zone Minder. I have confirmed that the camera is setup correctly and I can "see" the image directly in a browser. Basically, I can't seem to add any additional cameras.

In top - I have determined I am only using 1 Gig Ram and only about 15% of my processor. Here is a copy of my var/log/syslog and var/log/mesages.

Feb 19 15:30:04 ussrvlab004 zmwatch[24096]: ERR [Can't get shared memory id '7a6d0006', 6: No such file or directory]
Feb 19 15:30:04 ussrvlab004 zmwatch[24096]: INF [Restarting capture daemon for w-d-bc-cam-1, shared memory not valid]
Feb 19 15:30:05 ussrvlab004 zmdc[24632]: INF ['zmc -m 6' started at 09/02/19 15:30:05]
Feb 19 15:30:05 ussrvlab004 zmdc[24056]: INF ['zmc -m 6' starting at 09/02/19 15:30:05, pid = 24632]
Feb 19 15:30:05 ussrvlab004 zmwatch[24096]: INF ['zmc -m 6' starting at 09/02/19 15:30:05, pid = 24632]
Feb 19 15:30:05 ussrvlab004 zmc_m6[24632]: INF [Debug Level = 0, Debug Log = <none>]
Feb 19 15:30:05 ussrvlab004 zmc_m6[24632]: INF [Starting Capture]
Feb 19 15:30:05 ussrvlab004 zmc_m6[24632]: ERR [Invalid response status 400: Page not found]
Feb 19 15:30:05 ussrvlab004 zmc_m6[24632]: ERR [Unable to get response]
Feb 19 15:30:05 ussrvlab004 zmc_m6[24632]: ERR [Failed to post-capture monitor 0]
Feb 19 15:30:05 ussrvlab004 zmdc[24056]: ERR ['zmc -m 6' exited abnormally, exit status 255]
Feb 19 15:30:09 ussrvlab004 zmu[24646]: WAR [Shared memory not initialised by capture daemon, some query functions may not be available or produce invalid results]


Feb 19 15:42:54 ussrvlab004 zmwatch[24096]: INF [Restarting capture daemon for w-d-bc-cam-1, shared memory not valid]
Feb 19 15:42:54 ussrvlab004 zmdc[24056]: INF ['zmc -m 6' starting at 09/02/19 15:42:54, pid = 27800]
Feb 19 15:42:54 ussrvlab004 zmdc[27800]: INF ['zmc -m 6' started at 09/02/19 15:42:54]
Feb 19 15:42:54 ussrvlab004 zmwatch[24096]: INF ['zmc -m 6' starting at 09/02/19 15:42:54, pid = 27800]
Feb 19 15:42:54 ussrvlab004 zmc_m6[27800]: INF [Debug Level = 0, Debug Log = <none>]
Feb 19 15:42:54 ussrvlab004 zmc_m6[27800]: INF [Starting Capture]
Feb 19 15:42:59 ussrvlab004 zmu[27816]: WAR [Shared memory not initialised by capture daemon, some query functions may not be available or produce invalid results]
Feb 19 15:43:02 ussrvlab004 zmu[27828]: WAR [Shared memory not initialised by capture daemon, some query functions may not be available or produce invalid results]


Thanks for taking the time to provide suggestions.
:? :?
mjsameth
Posts: 26
Joined: Mon Sep 29, 2008 8:33 pm
Location: NYC

Post by mjsameth »

feel like an idiot - but it was actually a syntax problem in my source path... sorry
Locked