Zoneminder failure

Forum for questions and support relating to the 1.29.x releases only.
Locked
n1kxj
Posts: 1
Joined: Sat Apr 02, 2016 9:16 pm

Zoneminder failure

Post by n1kxj »

I had zoneminder running on Ubuntu 14.08. I had done an update on Ubuntu and the zoneminder would not run anymore. I have reinstalled several times and getting nowhere. The error I am getting on the term. is on the attached screen shot. what is wrong?
Screenshot of term Zoneminder fail.png
Screenshot of term Zoneminder fail.png (88.76 KiB) Viewed 1901 times

Ray
User avatar
asker
Posts: 1553
Joined: Sun Mar 01, 2015 12:12 pm

Re: Zoneminder failure

Post by asker »

It doesn't look like you have followed installation instructions.
https://wiki.zoneminder.com/Ubuntu

For example the upgrade instructions here talk about many things including changing permissions to the file you listed in your screenshot
https://wiki.zoneminder.com/Common_Issu ... r_from_PPA
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.

Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
PacoLM
Posts: 971
Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain

Re: Zoneminder failure

Post by PacoLM »

n1kxj wrote:I had zoneminder running on Ubuntu 14.08. I had done an update on Ubuntu and the zoneminder would not run anymore. I have reinstalled several times and getting nowhere. The error I am getting on the term. is on the attached screen shot. what is wrong?
Screenshot of term Zoneminder fail.png

Ray
Could you try to run the command "sudo service zoneminder start"?

After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
rockedge
Posts: 1198
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: Zoneminder failure

Post by rockedge »

your example of the error is a result of a permission problem with the /etc/zm/zm.conf
you could try these methods which are detailed in the instructions mentioned above in this thread.

Code: Select all

root#chown www-data /etc/zm/zm.conf
the next error you would encounter is fixed by changing the permissions of /var/cache/zoneminder so then type:

Code: Select all

root#chown -R www-data /var/cache/zoneminder
Locked