Search found 4 matches

by fudoka
Thu Aug 20, 2020 7:33 pm
Forum: ZoneMinder 1.32.x
Topic: Help - python filter script exited with status: 120
Replies: 1
Views: 1948

Re: Help - python filter script exited with status: 120 [SOLVED]

Ok, after a fair amount of digging (i.e removing bits of the script bit by bit) I've found the culprit (I think) The script uses the logging module Removing the logging.StreamHandler handler seems to have done the trick When running the script in a Zoneminder filter I now only have a logging.handler...
by fudoka
Wed Aug 19, 2020 10:18 am
Forum: ZoneMinder 1.32.x
Topic: Help - python filter script exited with status: 120
Replies: 1
Views: 1948

Help - python filter script exited with status: 120

I have a python3 script running in a filter. If I run it using zmfilter.pl (as the web user) from the CLI it works perfectly Ok If I Execute it within the Zoneminder filter editing screen it works perfectly Ok When it runs as a background process it works but exits with status 120 The script uses ff...
by fudoka
Thu Mar 23, 2017 6:42 pm
Forum: ZoneMinder 1.30.x
Topic: Missing path separator for nph-zms
Replies: 1
Views: 1524

Re: Missing path separator for nph-zms [SOLVED]

Ok, the missing path delimiter appears to be an Apache2 error reporting bug which caused me to spend quite a while trying to track down (non-existent) problems in ZM. The AH01630: client denied by server configuration error is due to my mis-configuration of the cgi script directory in apache configu...
by fudoka
Thu Mar 16, 2017 4:01 pm
Forum: ZoneMinder 1.30.x
Topic: Missing path separator for nph-zms
Replies: 1
Views: 1524

Missing path separator for nph-zms

Having had to re-install ZM from scratch after the upgrade to 1.30 failed I now can't get my cameras to show any images in ZM. Checking the log file I see - ... AH01630: client denied by server configuration: /srv/www/cgi-binnph-zms, referer: ... - note the lack of a directory separator in the cgi-b...