Zoneminder with Core 3
Zoneminder with Core 3
I noticed that during my initial attempt at installing Zoneminder I was getting shared memory errors. Not being adept enough to resolve this I tried the first thing I could think of which was removing SELinux. This resolved this issue.
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
SELinux is Security Enhance Linux and has nothing to do with the Shared memory...
What you could have done is disalbe Selinux permanentlty from Security levels...
or
temporary using setenforce 0
selinux does not allow for process transition to occur and allow the execution of process within it's context...for context to change some policies need to be created for selinux and selinux to be reloaded and then it will function correctly...
for resolving the shared memory issue just ...
increase the sizeof your shared memory in /proc/sys/kernel/shmall,shmget
________
N53
What you could have done is disalbe Selinux permanentlty from Security levels...
or
temporary using setenforce 0
selinux does not allow for process transition to occur and allow the execution of process within it's context...for context to change some policies need to be created for selinux and selinux to be reloaded and then it will function correctly...
for resolving the shared memory issue just ...
increase the sizeof your shared memory in /proc/sys/kernel/shmall,shmget
________
N53