[Nagiosplug-devel] [ nagiosplug-Bugs-1637767 ] check_ping 1.4.5 on FreeBSD 5.4 fails

SourceForge.net noreply at sourceforge.net
Tue Jun 5 13:25:54 CEST 2007


Bugs item #1637767, was opened at 2007-01-17 15:33
Message generated for change (Comment added) made by psychotrahe
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1637767&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General plugin execution
Group: Release (specify)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pentarh Udi (pentarh)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_ping 1.4.5 on FreeBSD 5.4 fails

Initial Comment:
Says "Could not open pipe: " for any command arguments.

After some researching I found that "configure" script did not created appropriate defines as well. It only created

#define PING_COMMAND=""

So after patching config.h, removing the define above and placing following defines i get it worked:

#define PING_COMMAND "/sbin/ping -t %u -c %u %s"
#define PING_HAS_TIMEOUT
#define PING_PACKETS_FIRST

----------------------------------------------------------------------

>Comment By: Matthias Eble (psychotrahe)
Date: 2007-06-05 13:25

Message:
Logged In: YES 
user_id=1694341
Originator: NO

I tried this with freebsd 6.2 but cannot reproduce the problem.
Has anyone of the devs got a freebsd 5.4 box up and running?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1637767&group_id=29880




More information about the Devel mailing list