Search found 10 matches
- Tue May 02, 2017 3:46 pm
- Forum: ZoneMinder 1.30.x
- Topic: Zoneminder service times out a few minutes after starting
- Replies: 7
- Views: 3528
Re: Zoneminder service times out a few minutes after starting
Thanks everyone. I was able to get authentication. You are right about the issues with building this. I am pretty sure the issues reside in http.conf and the ScriptAlias not allowing cgi. I couldn't find anything in the Arch Wiki that defined the cgi path for Arch. After a ton of trial and error ...
- Tue May 02, 2017 3:51 am
- Forum: ZoneMinder 1.30.x
- Topic: Zoneminder service times out a few minutes after starting
- Replies: 7
- Views: 3528
Re: Zoneminder service times out a few minutes after starting
I made sure http owns temp, sock ... Now, these are the main errors coming from the zm-log: System Log Updated: Tue 2nd May, 3:38am State: alarm Total: 1666 Available: 1666 Displaying: 200 Date/Time ComponentServer PID Level Message File Line 2017-05-02 03:34:58.983205 zms 25791 ERR Unable to ...
- Tue May 02, 2017 3:13 am
- Forum: ZoneMinder 1.30.x
- Topic: Zoneminder service times out a few minutes after starting
- Replies: 7
- Views: 3528
Re: Zoneminder service times out a few minutes after starting
Here are the top lines from the zm log: 2017-05-02 03:07:32.294890 zmdc 24884 INF Server shutdown at 17/05/01 22:07:32 zmdc.pl 2017-05-02 03:07:22.179100 zmdc 24884 INF 'zmupdate.pl -c' exited, signal 14 zmdc.pl 2017-05-02 03:07:22.153980 zmdc 24884 INF 'zmwatch.pl' exited, signal 14 zmdc.pl 2017-05 ...
- Tue May 02, 2017 2:54 am
- Forum: ZoneMinder 1.30.x
- Topic: Zoneminder service times out a few minutes after starting
- Replies: 7
- Views: 3528
Zoneminder service times out a few minutes after starting
Thanks for helping me get started. I got the web interface up, but zoneminder times out within a few minutes of starting the service. Here is the report: $ systemctl start zoneminder.service Zoneminder starts up and runs for a few minutes... Job for zoneminder.service failed because a timeout was ...
- Mon May 01, 2017 1:17 pm
- Forum: ZoneMinder 1.30.x
- Topic: Rookie trying to start zoneminder.
- Replies: 12
- Views: 15675
Re: Rookie trying to start zoneminder.
chown to http seems to fix it! It is http on Arch. Thanks. Issue solved.
Hopefully will be testing tonight.

- Mon May 01, 2017 12:44 pm
- Forum: ZoneMinder 1.30.x
- Topic: Rookie trying to start zoneminder.
- Replies: 12
- Views: 15675
Re: Rookie trying to start zoneminder.
Thanks for your assistance.
I think this is the issue.
Do I need to create a new user 'www-data'? Please pardon my ignorance.
I think this is the issue.
Code: Select all
chown -R www-data /var/lib/zoneminder
chown: invalid user: ‘www-data’
- Mon May 01, 2017 11:59 am
- Forum: ZoneMinder 1.30.x
- Topic: Rookie trying to start zoneminder.
- Replies: 12
- Views: 15675
Re: Rookie trying to start zoneminder.
Here's the report: $ sudo zmpkg.pl start [sudo] password for gar: Job for zoneminder.service failed because the control process exited with error code. See "systemctl status zoneminder.service" and "journalctl -xe" for details. [gar@archer ~]$ systemctl status zoneminder.service ● zoneminder.service ...
- Mon May 01, 2017 3:49 am
- Forum: ZoneMinder 1.30.x
- Topic: Rookie trying to start zoneminder.
- Replies: 12
- Views: 15675
Re: Rookie trying to start zoneminder.
FYI, the sock and temp directories in /var/lib/zoneminder are empty.
The zoneminder directory in /var/run is empty as well.
The zoneminder directory in /var/run is empty as well.
- Mon May 01, 2017 3:31 am
- Forum: ZoneMinder 1.30.x
- Topic: Rookie trying to start zoneminder.
- Replies: 12
- Views: 15675
Re: Rookie trying to start zoneminder.
Yes.
Code: Select all
gar@archer ~]$ ls -lh /var/lib/zoneminder/
total 8.0K
drwxr-xr-x 2 root root 4.0K Apr 30 05:35 sock
drwxr-xr-x 2 root root 4.0K Apr 30 05:35 temp
[gar@archer ~]$ ls -lh /var/run/zoneminder/
total 0
- Mon May 01, 2017 2:55 am
- Forum: ZoneMinder 1.30.x
- Topic: Rookie trying to start zoneminder.
- Replies: 12
- Views: 15675
Rookie trying to start zoneminder.
Hello, I have built ZoneMinder from the Arch Linux AUR. It compiled but I am having difficulty getting the software to start. Startup: $ sudo systemctl start zoneminder.service Job for zoneminder.service failed because the control process exited with error code. See "systemctl status zoneminder ...