Search found 4 matches

by Streethunter
Sat Mar 26, 2011 3:48 pm
Forum: ZoneMinder 1.24.x
Topic: Trigger event via bash
Replies: 5
Views: 2470

Re: Trigger event via bash

Ok, it's working

Thank you
by Streethunter
Fri Mar 25, 2011 7:26 pm
Forum: ZoneMinder 1.24.x
Topic: Trigger event via bash
Replies: 5
Views: 2470

Re: Trigger event via bash

That doesn't work, too :(

echo "6|on+10|255|test|test" | nc localhost 6802
localhost [127.0.0.1] 6802 (?) : Connection refused
by Streethunter
Fri Mar 25, 2011 6:13 pm
Forum: ZoneMinder 1.24.x
Topic: Trigger event via bash
Replies: 5
Views: 2470

Re: Trigger event via bash

Thanks for your answer, but I read a littlebit more and now I think that I should write a small perl script which I can start in my Bashscript. It should trigger an Event for a few seconds and write the eventname or id into a textfile. But I never worked with Perl and so I can't get it to work. I ...
by Streethunter
Wed Mar 23, 2011 3:29 pm
Forum: ZoneMinder 1.24.x
Topic: Trigger event via bash
Replies: 5
Views: 2470

Trigger event via bash

Hello, I need to trigger an event in an Bash script. I tried using the zmtrigger.pl with the following commad as root: ./zmtrigger "6|on+10|255|test|test" .But he's doing nothing and I only can do something else by pressing CTRL+C. And as www-data I'm getting the following error message: "Can't bind ...