| Author |
Message |
|
user1985
Joined: Mon Aug 02, 2010 12:45 pm Posts: 9
|
 After pc reboot "Zoneminder Console - Stopped"
When i restart pc get "Zoneminder Console - Stopped"
I start it manualy but when restart pc it gets stopped again.
Ubuntu 10.4 desktop+Zoneminder 1.24.2
How to solve it?
|
| Fri Aug 13, 2010 12:24 pm |
|
|
|
 |
|
user1985
Joined: Mon Aug 02, 2010 12:45 pm Posts: 9
|
Anybody please help!
|
| Fri Aug 13, 2010 1:40 pm |
|
 |
|
bb99
Joined: Wed Apr 02, 2008 1:04 am Posts: 833
|
You have a required service that ZM needs not set to start at boot. In FC12 you'd need to go to System::Administration::Services, scroll down to the ZM services, enable the ones that aren't running, and set to start. Can't tell you specifically on Ubuntu.
|
| Fri Aug 13, 2010 3:49 pm |
|
 |
|
williamthrilliam
Joined: Wed Aug 11, 2010 1:05 am Posts: 7
|
Install "bum". Just search for it in the synaptic package manager. It should show up in System > Administration > Bootup Manager
|
| Sun Aug 15, 2010 10:25 pm |
|
 |
|
user1985
Joined: Mon Aug 02, 2010 12:45 pm Posts: 9
|
Thanks "bb99" and "williamthrilliam" for your answers, but this not help.
When i start manualy Zoneminder service In Boot-Up Manager, after reboot it stopped.
Any ideas?
|
| Mon Aug 16, 2010 7:59 am |
|
 |
|
PacoLM
Joined: Wed Dec 02, 2009 10:55 pm Posts: 556 Location: Spain
|
Try reinstalling apache2.
|
| Mon Aug 16, 2010 1:06 pm |
|
 |
|
user1985
Joined: Mon Aug 02, 2010 12:45 pm Posts: 9
|
that not helpped 
|
| Tue Aug 17, 2010 9:00 am |
|
 |
|
user1985
Joined: Mon Aug 02, 2010 12:45 pm Posts: 9
|
I installed 3 diferent PC by this manual: http://www.zoneminder.com/wiki/index.ph ... 29_Desktop
and get this error...

|
| Tue Aug 17, 2010 1:01 pm |
|
 |
|
user1985
Joined: Mon Aug 02, 2010 12:45 pm Posts: 9
|
before reboot pc
after reboot pc
Any ideas?
|
| Tue Aug 17, 2010 2:35 pm |
|
 |
|
novazion
Joined: Mon Mar 08, 2010 11:30 am Posts: 19
|
I've got this problem too with Ubuntu server.
Zoneminder service is configured to start on boot, but this does not happen.
I don't think this is a zoneminder problem, as the init script works perfectly. It should be an Ubuntu problem, i'll try top post on an ubuntu and see ifI can get something to work.
|
| Wed Aug 18, 2010 12:23 pm |
|
 |
|
kingofkya
Joined: Mon Mar 26, 2007 7:07 am Posts: 1101 Location: Las Vegas, Nevada
|
Haven touched ubuntu in a while but i believe it has something to do with permission you may have to add zm to the video group. If not go open the log viewer under admin tool should give some more info.
_________________GOOGLE TUTORIALProfessional ZM install Give PM or email. E-lance Profile LinkExperiment/Blog
|
| Wed Aug 18, 2010 10:54 pm |
|
 |
|
Pada
Joined: Fri Jul 30, 2010 1:29 am Posts: 69
|
I'm having the exact same thing.
It appears to me as if the ZoneMinder service is trying to start before the MySQL server has started, letting the ZoneMinder service fail to start.
I'm gonna see if sleeping the ZM startup script for a few seconds could fix this.
|
| Tue Aug 24, 2010 1:44 am |
|
 |
|
Pada
Joined: Fri Jul 30, 2010 1:29 am Posts: 69
|
This is typically what I have:
* Note that ZM is trying to start 1 second before MySQL ^^ Simply adding 'sleep 15' in the line above 'zmfix -a' in the /etc/init.d/zoneminder file fixed my ZoneMinder startup problems! Here's the new output from the syslog:
^^ Now there's a nice 15 second gap 
|
| Tue Aug 24, 2010 2:10 am |
|
 |
|
rrntal
Joined: Sat Aug 14, 2010 3:25 pm Posts: 5
|
works but for me (I'm using 10.4 server with dist-upgrade on 8-29-10) adding the "sleep 15" line broke apache2 and kept it from starting on boot. I fixed this and got apache server to start on boot by removing it from startup with "update-rc.d -f apache2 remove" and adding the line "apache2ctl restart" AFTER the sleep command.
works great now!
|
| Sun Aug 29, 2010 4:02 pm |
|
 |
|
novazion
Joined: Mon Mar 08, 2010 11:30 am Posts: 19
|
What I have done:
update-rc.d -f zoneminder remove
then
update-rc.d zoneminder defaults 92
So it strats after apache, and normally after mysql.
Worked for me.
|
| Mon Aug 30, 2010 10:54 am |
|
|