Page 1 of 1

ERR [Can't get shared memory id '7a6d0002', 2: No such file

Posted: Mon Feb 20, 2012 10:57 am
by h337
Version of Zoneminder is 1.24.4. It have been installed on FreeBSD 8.2 Release from ports collection. IP Camera TV-IP110WN.

FreeBSD is virtual OS on Virtualbox 4.1. Host system is WinXP

Code: Select all

Physycal memory 512 Mb
Swap: 3954M Total

Code: Select all

kern.ipc.shmmax=2306870912
kern.ipc.shmall=852428800
...but mistake have been present in log file.

Code: Select all

zmwatch[1150].ERR [Can't get shared memory id '7a6d0002', 2: No such file or directory]

Re: ERR [Can't get shared memory id '7a6d0002', 2: No such f

Posted: Fri Feb 24, 2012 8:09 pm
by z1nkum
Do you allow sysvipc in /etc/rc.conf:
sysvipc_enable="YES" # Load System V IPC primitives at startup (or NO).

Do you use jail? If so - you must also allow sysvipc in /etc/rc.conf on main system:
jail_sysvipc_allow="YES" # Allow SystemV IPC use from within a jail

My sysctls:
kern.ipc.shmall: 134217728
kern.ipc.shmmax: 536870912

works fine with FreeBSD 9.0, zoneminder-1.24.4_12

Re: ERR [Can't get shared memory id '7a6d0002', 2: No such f

Posted: Sun Feb 26, 2012 4:06 pm
by Schuhkasten
I got sam when my shared memory size was choosen to big...