http://www.zoneminder.com/wiki/index.ph ... e_easy_way
I previously had a LAMP server installed on this machine which is still running fine.
I didn't bother with the static IP section since I already set static IPs from my router.
I didn't bother with the "innodb_file_per_table" section since I already have a functioning MySQL database for other reasons.
I didn't bother with the "Cambozola" section since I use Chrome and/or Firefox (not Internet Explorer).
When I open the /zm/index.php URL, it shows the following at the top of the screen:
Code: Select all
ZoneMinder Console - Stopped - v1.28.1
Code: Select all
user1@box410 ~ $ ps -ef | grep zm
www-data 14712 1 0 19:29 pts/0 00:00:00 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
www-data 14741 14712 13 19:29 pts/0 00:04:35 /usr/bin/zmc -m 1
www-data 14745 14712 0 19:29 pts/0 00:00:00 /usr/bin/perl -wT /usr/bin/zmfilter.pl
www-data 14752 14712 0 19:29 pts/0 00:00:00 /usr/bin/perl -wT /usr/bin/zmaudit.pl -c
www-data 14769 14712 0 19:29 pts/0 00:00:00 /usr/bin/perl -wT /usr/bin/zmwatch.pl
user1 15259 14322 0 20:03 pts/0 00:00:00 grep --colour=auto zm
user1@box410 ~ $
Also, when I add a new Monitor, the name is not clickable to view the camera. The text of the name is there, but it's not a hyperlink with an "onclick()".
BTW, I tried the same install of ZoneMinder on a new VM of Linux Mint 17.2 going through the same instructions and it works fine. I can't figure out what's different between the two. I've looked at the log files. The log file on the broken machine actually states that it is capturing video, but it's not.
Please help...