Installation on OpenSuse 11.1 installs, but fails to run
Posted: Mon Jun 08, 2009 12:22 am
Hello, I am running into a strange issue with ZoneMinder and am wondering if any one might have any idea as to what is wrong. Here is the summary:
OpenSuse 11.1
* Created Apache alias directory for zoneminder (using /etc/apache2/conf.d/) and installed web files to alternate location /srv/www/zm
* Activated Debugging Level 5
* Setup Two Monitors: 1 file based and 1 remote camera (Panasonic Network Camera)
* With network camera, confirmed that Source(Remote Host Name + Remote Host Path) do in fact yield an image in a web browser (exampe: http://192.168.0.100/SnapshotJPEG?Resol ... y=Standard).
* None of the logs show any errors at all
/var/log/messages shows file-based monitor is capturing and running:
Jun 7 19:48:33 scarlet zmc_m2[12745]: INF [LivingRoom: 1000 - Capturing at 1.92 fps]
/var/log/zm/zm_debug.log.xxxx shows that the remote capture is working perfectly as well:
06/07/09 20:02:51.064048 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 1012 bytes]
06/07/09 20:02:51.064061 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/195 [Read 1012 bytes]
06/07/09 20:02:51.064735 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 24 bytes]
06/07/09 20:02:51.064753 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/195 [Read 24 bytes]
06/07/09 20:02:51.066367 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 1012 bytes]
06/07/09 20:02:51.066388 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/195 [Read 1012 bytes]
06/07/09 20:02:51.069455 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 1012 bytes]
06/07/09 20:02:51.069469 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/195 [Read 1012 bytes]
06/07/09 20:02:51.072148 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 1012 bytes]
Running : /usr/bin/zmdc.pl status shows that all services are running:
'zmaudit.pl -c' running since 09/06/07 19:39:51, pid = 12753, valid
'zmc -m 2' running since 09/06/07 19:39:51, pid = 12745, valid
'zmfilter.pl' running since 09/06/07 19:39:51, pid = 12749, valid
'zmwatch.pl' running since 09/06/07 19:39:52, pid = 12758, valid
'zmc -m 1' running since 09/06/07 19:39:51, pid = 12741, valid
'zmupdate.pl -c' running since 09/06/07 19:39:52, pid = 12763, valid
confirmed with : ps -A | grep zm
12715 pts/1 00:00:00 zmdc.pl
12741 pts/1 00:00:36 zmc
12745 pts/1 00:00:26 zmc
12749 pts/1 00:00:00 zmfilter.pl
12753 pts/1 00:00:00 zmaudit.pl
12758 pts/1 00:00:00 zmwatch.pl
12763 pts/1 00:00:00 zmupdate.pl
To test permissions, I tested running “/usr/bin/zmpkg.pl startâ€
OpenSuse 11.1
* Created Apache alias directory for zoneminder (using /etc/apache2/conf.d/) and installed web files to alternate location /srv/www/zm
* Activated Debugging Level 5
* Setup Two Monitors: 1 file based and 1 remote camera (Panasonic Network Camera)
* With network camera, confirmed that Source(Remote Host Name + Remote Host Path) do in fact yield an image in a web browser (exampe: http://192.168.0.100/SnapshotJPEG?Resol ... y=Standard).
* None of the logs show any errors at all
/var/log/messages shows file-based monitor is capturing and running:
Jun 7 19:48:33 scarlet zmc_m2[12745]: INF [LivingRoom: 1000 - Capturing at 1.92 fps]
/var/log/zm/zm_debug.log.xxxx shows that the remote capture is working perfectly as well:
06/07/09 20:02:51.064048 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 1012 bytes]
06/07/09 20:02:51.064061 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/195 [Read 1012 bytes]
06/07/09 20:02:51.064735 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 24 bytes]
06/07/09 20:02:51.064753 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/195 [Read 24 bytes]
06/07/09 20:02:51.066367 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 1012 bytes]
06/07/09 20:02:51.066388 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/195 [Read 1012 bytes]
06/07/09 20:02:51.069455 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 1012 bytes]
06/07/09 20:02:51.069469 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/195 [Read 1012 bytes]
06/07/09 20:02:51.072148 zmc_m2[-1].DB3-zm_remote_camera_http.cpp/170 [Expecting 1012 bytes]
Running : /usr/bin/zmdc.pl status shows that all services are running:
'zmaudit.pl -c' running since 09/06/07 19:39:51, pid = 12753, valid
'zmc -m 2' running since 09/06/07 19:39:51, pid = 12745, valid
'zmfilter.pl' running since 09/06/07 19:39:51, pid = 12749, valid
'zmwatch.pl' running since 09/06/07 19:39:52, pid = 12758, valid
'zmc -m 1' running since 09/06/07 19:39:51, pid = 12741, valid
'zmupdate.pl -c' running since 09/06/07 19:39:52, pid = 12763, valid
confirmed with : ps -A | grep zm
12715 pts/1 00:00:00 zmdc.pl
12741 pts/1 00:00:36 zmc
12745 pts/1 00:00:26 zmc
12749 pts/1 00:00:00 zmfilter.pl
12753 pts/1 00:00:00 zmaudit.pl
12758 pts/1 00:00:00 zmwatch.pl
12763 pts/1 00:00:00 zmupdate.pl
To test permissions, I tested running “/usr/bin/zmpkg.pl startâ€