How to solve "ZoneMinder Console - Stopped"
Posted: Sat Jan 14, 2012 12:28 am
I have been pulling my hair for a few days trying to figure this out and it turns out it's very simple.
So you went through the painful task of installing Zoneminder. You can see the console, but it says
ZoneMinder Console - Stopped
And it appears lot of stuff is not working.
Stop pulling your hair, the solution is to disable selinux. Selinux serves no other purpose than to cause phantom issues on your system that leave no logs or any indication of why something is not working. In fact sometimes it WILL create logs, and they will make absolutely no sense. But in the case of ZM, it just does nothing.
In order to disable selinux, open /boot/grub/grub.conf and add the line selinux=0 after the kernel argument.
So the line will look something like this:
So you went through the painful task of installing Zoneminder. You can see the console, but it says
ZoneMinder Console - Stopped
And it appears lot of stuff is not working.
Stop pulling your hair, the solution is to disable selinux. Selinux serves no other purpose than to cause phantom issues on your system that leave no logs or any indication of why something is not working. In fact sometimes it WILL create logs, and they will make absolutely no sense. But in the case of ZM, it just does nothing.
In order to disable selinux, open /boot/grub/grub.conf and add the line selinux=0 after the kernel argument.
So the line will look something like this:
Code: Select all
kernel /vmlinuz-2.6.32-220.2.1.el6.centos.plus.x86_64 ro root=UUID=e023041c-384e-4675-b13d-72f0f525aa0d rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb crashkernel=128M KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM selinux=0
[code]
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:5518, old post ID:40171[/size][/color]