Running zoneminder 1.29.0 on Ubuntu 14.04 , used http://zoneminder.readthedocs.org/en/st ... buntu-14-x for installation.
I'm attempting a fairly simple filter script to play a sound when the alarm frames > 29. But I get the following every time.
Code: Select all
2016-04-02 11:16:58.843580 zmfilter 7688 ERR Command '/home/randy/CatAlarmScript.sh /usr/share/zoneminder/www/events/1/16/04/01/21/12/38' exited with status: 2 zmfilter.pl
2016-04-02 11:16:58.794370 zmfilter 7688 INF Executing '/home/randy/CatAlarmScript.sh /usr/share/zoneminder/www/events/1/16/04/01/21/12/38' zmfilter.pl
Code: Select all
#!/bin/bash
play -q /usr/share/sounds/ubuntu/stereo/desktop-logout.ogg
Thanks in advance.
Randy