[Nagiosplug-devel] [ nagiosplug-Bugs-668778 ] check_ircd - invalid argument
SourceForge.net
noreply at sourceforge.net
Wed May 3 07:15:19 CEST 2006
Bugs item #668778, was opened at 2003-01-15 22:51
Message generated for change (Settings changed) made by tonvoon
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=668778&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Ton Voon (tonvoon)
Summary: check_ircd - invalid argument
Initial Comment:
Any ideas what im doing wrong here
libexec]# ./check_ircd -v -H xxx.xxx.xxx.xxx
MAIN(debug): hostname = something.host.name
MAIN(debug): binding to remote host: xxx.xxx.xxx.xxx -
> 6667 -> something.host.name
IRCD UNKNOWN: Could not connect socket (Invalid
argument)
something.host.name and xxx.xxx.xxx.xxx are valid
hostnames and ips just edited out in this post
I get the same (IRCD UNKNOWN: Could not connect
socket (Invalid argument)) as status when it is run by
nagios.
./check_ircd -V
check_ircd (nagios-plugins 1.3.0-beta2) 1.3
The nagios plugins come with ABSOLUTELY NO
WARRANTY. You may redistribute
copies of the plugins under the terms of the GNU
General Public License.
For more information about these matters, see the file
named COPYING.
This is when it is run in its unmodified form installed
from source and compiled, or usign an rpm build
Thanks in advance for any advice.
Sarah
----------------------------------------------------------------------
Comment By: Matthew Kent (mattkent)
Date: 2004-12-05 22:31
Message:
Logged In: YES
user_id=983566
I'm having this problem in my testing as well (perl, v5.8.4
debian unstable). It seems to be something broken in perl's
socket code. It's mentioned here
http://wiki.apache.org/spamassassin/IoSocketInetInvalidArgument
The solution for me was to remove my computers hostname from
the /etc/hosts loopback
127.0.0.1 azul localhost
to
127.0.0.1 localhost
and poof it works... strange problem indeed!
----------------------------------------------------------------------
Comment By: Ton Voon (tonvoon)
Date: 2004-11-24 00:50
Message:
Logged In: YES
user_id=664364
Moving to Bugs tracker as Support Requests will be closed.
----------------------------------------------------------------------
Comment By: Stanley Hopcroft (stanleyhopcroft)
Date: 2004-11-23 04:56
Message:
Logged In: YES
user_id=395628
I can't repeat this behaviour (ie invalid argument -H)
with check_ircd in the 1.4 alpha plugins release (check_ircd
(nagios-plugins 1.4.0alpha2) 1.3).
Would you retry with this release ?
(Unfortch I can't test the plugin function).
----------------------------------------------------------------------
Comment By: Stanley Hopcroft (stanleyhopcroft)
Date: 2004-11-23 03:06
Message:
Logged In: YES
user_id=395628
I can't repeat this behaviour (ie invalid argument -H)
with check_ircd in the 1.4 alpha plugins release (check_ircd
(nagios-plugins 1.4.0alpha2) 1.3).
Would you retry with this release ?
(Unfortch I can't test the plugin function).
----------------------------------------------------------------------
Comment By: Subhendu Ghosh (sghosh)
Date: 2003-01-16 05:58
Message:
Logged In: YES
user_id=46572
Is your IRC server running on port 6667 ??
Please followup on the mailing list.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=668778&group_id=29880
More information about the Devel
mailing list