Page 1 of 1

Unable to probe network cameras, status is '127'

Posted: Sat Mar 23, 2013 8:15 pm
by powerison
Hello everyone,

I apologize in advance for my english :)
I have installed ZoneMinder on debian and successfully one AXP camera (similar to FOSCAM)
The problem is that after some time the image is lost and the message is like in the subject:

"Unable to probe network cameras, status is '127'"

the camera also have problems but the image is back after using one of the possible refresh functions whereas ZM does not return to its previous state.

any suggestions?

Re: Unable to probe network cameras, status is '127'

Posted: Mon Mar 25, 2013 6:50 am
by PacoLM
Hi,

Try to change the path to arp in /usr/share/zoneminder/skins/classic/views/monitorprobe.php:
From :

Code: Select all

$command = “arp -a”;
to

Code: Select all

$command = “/usr/sbin/arp -a”;
Hope it helps,

PacoLM

Re: Unable to probe network cameras, status is '127'

Posted: Fri Mar 29, 2013 12:21 pm
by GroovyDude
That worked for me! Thanks!

Re: Unable to probe network cameras, status is '127'

Posted: Thu Jun 13, 2013 4:32 am
by pen25
this worked for me. now its not finding any attached camera though.