[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bb-rep.sh & bb-snapshot.sh
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] bb-rep.sh & bb-snapshot.sh
- From: Asif Iqbal <vadud3 (at) gmail.com>
- Date: Mon, 14 Jun 2010 13:14:11 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=ENGzUhimSg51kcq313U5RVQ2RROHVUCiRdNze/ZX+iQ=; b=bopn8B98VKdf4KPpa9RlYlS7UYLmRvPsforR+4UJTqbzyPPOFy19Sv9mlf5RHFWS/x gWrcn1Q//v7NNUs4qf/bemd5wMgwLNZ/fYTt0nONLyVb3O/xVb2pYz3FSPH/QNiZ4syL kykndpvzhH2FoINbSzTazyq2uN35rvt94CEsQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=dAF7BCPzZkzcfqIBQ72gCpjn1bK1iSXWPeZEpcTLP4pzAiF9OFqfSY6bc66FsMrXf5 aZ57zKJXpt8HmL56ymT+Uu6PFqo7UhRlhmp8v0YkTL2rX5+ol0O5Z2gfaKk0Sjo1apG6 3gvmK0gOTtp4NrpS/RLoQmwQNUUc0ImD5u1Wo=
- References: <d4f70c241003120116k2afc6e13h28acacc26cb4d5df (at) mail.gmail.com>
On Fri, Mar 12, 2010 at 5:16 AM, Bob Gordon <rgordonjr (at) gmail.com> wrote:
> Hi all -
>
> I'm running into a problem creating the availability report and the snapshot
> on 4.3.0-beta2. Every time I run either command I get an "Internal Server
> Error". The apache logs show "Premature end of script headers" and the
> syslog shows that a buffer overflow was detected.
>
> The system its on is a Ubuntu 9.04 64b server.
I was having exact same error. I am running xymon version 4.4 beta. It is svn
revision 6311. I compiled it on ubuntu 10.04.
I see only google-chrome able to generate report.
It is failing with FF 3.6.3 on ubuntu 10.04, FF 3.5.8 on opensolaris
snv_134, and IE 8 on win xp
I went ahead and changed the CFLAGS on build/Makefile.Linux like this
before:
CFLAGS = -g -O2 -Wall -Wno-unused -D_REENTRANT $(LFSDEF) $(OSDEF)
after:
CFLAGS = -g -O2 -Wall -D_REENTRANT $(LFSDEF) $(OSDEF)
and recompiled using gcc version 4.4.3 and I don't see the "Premature
end of script headers"
any more. However, now I see a message in the browser, stays for a
quick second, right before
the report shows up. I can live with that pre-report message until I
find a substitute for -Wno-unused.
-Wno-unused does not show as a valid switch for gcc version 4.4.3
>
> I have gone through the archives and based on what i did find i
> double-checked permissions(all were good)..
>
> Any ideas?
>
> The other option I have is to try to recreate the report manually.. Any
> ideas what datasets go into the report?
>
> thanks!
>
> --
> --==[ Bob Gordon ]==--
>
--
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?