LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   shared memory 804.4 "ipcs -m " blank output (https://www.linuxquestions.org/questions/ubuntu-63/shared-memory-804-4-ipcs-m-blank-output-945086/)

Alan87i 05-15-2012 10:04 AM

shared memory 804.4 "ipcs -m " blank output
 
Code:

$ ipcs -m

------ Shared Memory Segments --------
key        shmid      owner      perms      bytes      nattch    status


Is from my 804.4 system with zoneminder

Below is from another ZM system NOT mine
Code:

------ 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

My problem is I'm trying too add an IP cam to my zoneminder console and even though I have changed and re changed the shmall/shmax settings I still have errors like this
Code:

5/15/2012 10:41:20.058175 zmdc[4955].INF [Starting pending process, zmc -m 20]
05/15/2012 10:41:20.101645 zmdc[4955].INF ['zmc -m 20' starting at 12/05/15 10:41:20, pid = 6114]
05/15/2012 10:41:20.125286 zmdc[4955].ERR ['zmc -m 20' exited abnormally, exit status 255]
05/15/2012 10:51:20.046179 zmdc[4955].INF [Starting pending process, zmc -m 20]
05/15/2012 10:51:20.077720 zmdc[4955].INF ['zmc -m 20' starting at 12/05/15 10:51:20, pid = 6195]
05/15/2012 10:51:20.113584 zmdc[4955].ERR ['zmc -m 20' exited abnormally, exit status 255]

and this
Code:

May 15 07:59:48 allan-cameras zmdc[4956]: INF [Starting pending process, zmc -m 20]
May 15 07:59:48 allan-cameras zmdc[15125]: INF ['zmc -m 20' started at 12/05/15 07:59:48]
May 15 07:59:48 allan-cameras zmc_m20[15125]: INF [Debug Level = 0, Debug Log = <none>]
May 15 07:59:48 allan-cameras zmdc[4956]: INF ['zmc -m 20' starting at 12/05/15 07:59:48, pid = 15125]
May 15 07:59:48 allan-cameras zmc_m20[15125]: INF [Starting Capture]
May 15 07:59:48 allan-cameras zmc_m20[15125]: ERR [Invalid response status 214214052: Bad Request]
May 15 07:59:48 allan-cameras zmdc[4956]: ERR ['zmc -m 20' exited abnormally, exit status 255]


I think the problem is nothing is allowed to OR ZM does not know how too access the shared memory?
Totally stumped


All times are GMT -5. The time now is 07:36 AM.