Search found 35 matches

by warcanoid
Tue Feb 18, 2020 11:31 am
Forum: Docker
Topic: Problem staring zm_detetct.py
Replies: 29
Views: 15219

Re: Problem staring zm_detetct.py

Thank you! That why wont load detecting automatic? It works just manual
by warcanoid
Tue Feb 18, 2020 9:49 am
Forum: Docker
Topic: Problem staring zm_detetct.py
Replies: 29
Views: 15219

Re: Problem staring zm_detetct.py

I am in starting manual script via docker exec, but get this error now:

Code: Select all

Could not write image to ZoneMinder as eventpath not present
by warcanoid
Mon Feb 17, 2020 6:46 pm
Forum: Docker
Topic: Problem staring zm_detetct.py
Replies: 29
Views: 15219

Re: Problem staring zm_detetct.py

Thank for helping! This my install command: sudo docker run -d --name="Zoneminder" --net="bridge" --privileged="true" -p 888:443/tcp -p 9001:9001/tcp -e TZ="Europe/Berlin" -e SHMEM="50%" -e PUID="1000" -e PGID="1000" -e INSTALL_HO...
by warcanoid
Mon Feb 17, 2020 4:34 pm
Forum: Docker
Topic: Problem staring zm_detetct.py
Replies: 29
Views: 15219

Re: Problem staring zm_detetct.py

So? sudo -u www-data /mnt/Zoneminder/hook/zm_event_start.sh 1 1 Traceback (most recent call last): File "/var/lib/zmeventnotification/bin/zm_detect.py", line 134, in <module> log.init(process_name='zmesdetect_'+'m'+args['monitorid']) File "/usr/local/lib/python3.7/dist-packages/zmes_h...
by warcanoid
Mon Feb 17, 2020 3:43 pm
Forum: Docker
Topic: Problem staring zm_detetct.py
Replies: 29
Views: 15219

Problem staring zm_detetct.py

Installed in docker with: dlandon/zoneminder. I have problem starting `zm_detetct.py` when testing `zm_event_start.sh`: ``` $ ./zm_detect.py -c /etc/zm/zm.conf -e 500 Traceback (most recent call last): File "./zm_detect.py", line 137, in <module> log.init(process_name='zmesdetect') File &q...