[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] 1984 - Connection refused
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] 1984 - Connection refused
- From: "Xymon User in Richmond" <hobbit (at) epperson.homelinux.net>
- Date: Wed, 10 Jun 2009 12:45:43 -0400
- Importance: Normal
- References: <20090610155403.GA2698 (at) lnux1.phub.net.cable.rogers.com>
- User-agent: SquirrelMail/1.4.19-1.fc10
On Wed, June 10, 2009 11:54, Lennart Andersen wrote:
> Hi All,
>
> Could someone tell me why this is happening?
>
> 2009-06-10 13:26:46 Could not connect to bbd (at) 10.180.224.59:1984 -
> Connection refused
> 2009-06-10 13:26:46 Whoops ! bb failed to send message - Connection failed
> 2009-06-10 13:31:47 Could not connect to bbd (at) 10.180.224.59:1984 -
> Connection refused
> 2009-06-10 13:31:47 Whoops ! bb failed to send message - Connection failed
> 2009-06-10 13:36:48 Could not connect to bbd (at) 10.180.224.59:1984 -
> Connection refused
> 2009-06-10 13:36:48 Whoops ! bb failed to send message - Connection failed
> 2009-06-10 13:41:48 Could not connect to bbd (at) 10.180.224.59:1984 -
> Connection refused
> 2009-06-10 13:41:48 Whoops ! bb failed to send message - Connection failed
>
That can happen if hobbit is bumping up against ulimit. A socket is a file.
> logs$ telnet 10.180.224.59 1984
> Trying 10.180.224.59...
> Connected to 10.180.224.59.
> Escape character is '^]'.
You're not in the same ulimit context as the hobbit client process.
>
> When the hobbit server is on port 1984;
>
> sage:~# lsof | grep 1984
> hobbitd 21404 hobbit 3u IPv4 132856 TCP
> *:1984 (LISTEN)
>