filter execute command don't work exited status 72057594037927935 [solved]
Posted: Tue Mar 19, 2019 12:13 pm
Hello !
My zoneminder v1.32.3 works very well except filters execute command, so for trying/debugging
I made a filter for all cams with alarm frames>250, limit to first 5 results and
Execute command on all matches: usr/bin/zmtest.sh
usr/bin/zmtest.sh (have rights: root:www-data 777) is as follow:
#!/bin/bash
event_path=$1
echo $event_path >>/home/jpd/Dropbox/zmevents/mf
dir zmevents have rights root:www-data 777
zmtest works well on command line (i added a path) but in the filter view if I clic on execute(filter) it doesn't.(the filter just sort the list of matches)
zm log returns for each matches :
.. zmfilter..ERR Command 'usr/bin/zmtest.sh /var/cache/zoneminder/events/2/2019-03-18/2329' exited with status: 72057594037927935
I don't understand why - May somebody help me to solve this issue ?
Thanks in advance
My zoneminder v1.32.3 works very well except filters execute command, so for trying/debugging
I made a filter for all cams with alarm frames>250, limit to first 5 results and
Execute command on all matches: usr/bin/zmtest.sh
usr/bin/zmtest.sh (have rights: root:www-data 777) is as follow:
#!/bin/bash
event_path=$1
echo $event_path >>/home/jpd/Dropbox/zmevents/mf
dir zmevents have rights root:www-data 777
zmtest works well on command line (i added a path) but in the filter view if I clic on execute(filter) it doesn't.(the filter just sort the list of matches)
zm log returns for each matches :
.. zmfilter..ERR Command 'usr/bin/zmtest.sh /var/cache/zoneminder/events/2/2019-03-18/2329' exited with status: 72057594037927935
I don't understand why - May somebody help me to solve this issue ?
Thanks in advance