Unable to probe network cameras, status is '127'

Forum for questions and support relating to the 1.25.x releases only.
Locked
powerison
Posts: 1
Joined: Sat Mar 23, 2013 2:30 pm

Unable to probe network cameras, status is '127'

Post 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?
PacoLM
Posts: 971
Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain

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

Post 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

After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
GroovyDude
Posts: 1
Joined: Fri Mar 29, 2013 12:21 pm

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

Post by GroovyDude »

That worked for me! Thanks!
pen25
Posts: 1
Joined: Thu Jun 13, 2013 4:31 am

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

Post by pen25 »

this worked for me. now its not finding any attached camera though.
Locked