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?
Ray
Zoneminder failure
Re: Zoneminder failure
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
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
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
Re: Zoneminder failure
Could you try to run the command "sudo service zoneminder start"?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?
Ray
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
Re: Zoneminder failure
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.
the next error you would encounter is fixed by changing the permissions of /var/cache/zoneminder so then type:
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
Code: Select all
root#chown -R www-data /var/cache/zoneminder