[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hobbitfetch / pulldata doesn't work
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hobbitfetch / pulldata doesn't work
- From: Cayo de Moraes <camorae (at) googlemail.com>
- Date: Thu, 23 Jul 2009 09:57:34 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=GKrXVlFptKryG87vyyEd7CTfKtRKXu5P282jCGwjxe8=; b=cwAOj4XplFKTAM6r5U1JO6lnXaHZaUgkA5J+PfcMWEbtmRmzAP/EZh16qeVAbsG1Bo dFRrczZIG0bcErM0Sxgwt1hoQtEH+GnLHl9kNVVLJfbE6Z0oXAatqfsiRgE0+Iqi03FI Cw1Guh1coKk+StSgpOQq7T8m16cog0Ne4q0hQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=hbUgcuLyxYeNRq1bBW7GLbw51RZqktuC2/B5bn4YgIg+pE4GDvFL9p8tSTkT9asBQd h5tdjHUHuxRd6IuXqQt7jcYu6iD7utHf+KKeGunw6BQBpexnFwSzAQ6hszh+VP+bqB8/ bceVHMOps7rlBet4nd1ck5n+EORNJdYvPGgJE=
- References: <9482e050907210750k19d245d9n8374baa02324fa1 (at) mail.gmail.com> <997a524e0907210811q79da4f36v2c1750fad3cd2b88 (at) mail.gmail.com> <9482e050907220237v5aa4187csea1e3decbf3d7506 (at) mail.gmail.com>
Hi Naudit,
i had the same issues with the Xymon client 4.2.0 for AIX 5.3. The msgcache
was exiting with an IOT/Abort trap when receiving messages. The following
patch to msgcache.c fixes this problem:
230c230
< char idx[20];
---
> char idx[40];
232c232
< STRBUFLEN(mwalk->msgbuf),
(long)(now - mwalk->tstamp));
---
>
(int)STRBUFLEN(mwalk->msgbuf), (long)(now - mwalk->tstamp));
529c529
< int caddrsize;
---
> socklen_t caddrsize;
Regards,
Cayo
2009/7/22 Naudit007 <mailinglist.benoit (at) gmail.com>
> Hello Ralph
> In this case, I use "hobbitfetch" mode e.g: The hobbit server grab itself
> the data instead of the client send the data to the server.
> (and not client which send your configuration).
>
> This mode appropriate for dmz which allow only incoming connexion from the
> Lan.
>
> Do you have other idea on my problem ??? Why I have any data on hobbit
> server ???
>
> Thanks by advance
>
> Regards
>
>
> This would be your problem, I think. If this really is a client, it needs
>> to have the address of the hobbit/xymon server in BBDISP. What you've got
>> is 'localhost' - you've told the client installation to talk to itself, not
>> to the server...
>>
>> Ralph Mitchell
>>
>>
>
>
> --
>
> <mailinglist.benoit - at - gmail!com>
>
>
>