BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

{bb} CGI-bin Default



Hi,

I was just wondering where I change the setting for the cgi-bin directory in
Big Brother...I can't seem to find it anywhere.  When I originally installed
bb I assigned it to a inactive Apache install and have everything up but the
history which is still redirected to the old install...

Thanks for your help, 


--
Ewan Hruska <ehruska@gmi-mr.com>
Desktop Support Specialist
Global Market Insite (GMI)
Direct: +1-206-315-9318



-----Original Message-----
From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of Robert-Andre
Croteau
Sent: Monday, November 29, 2004 7:17 PM
To: bb@bb4.com
Subject: Re: {bb} wrong history

Humm, I think I know what's the problem...

fscanf(file,"%ld",&variable) requires an 8 byte variable
(because of the 'l' in %ld) which is probably what the size of a
long in a 64bit machine.

actually, this should work without using the "long" fix:

fscanf(bbhist, "%d", &lasttime);

don't know why I used "%ld", there must be a reason but
I can't remember (checking old sources back to 1.3 and it's
always been that way).

bye

Matthias Schreiber wrote:


> Hope this helps you to understand a bit more...
> As for now it seems that the "hack" with long for lasttime is working for
> me...
> 
> Bye - and thanks...
> Matthias
> 
> 

-- 
Robert-Andre Croteau    BSD,MOTU
Quest Software, Inc.            Big Brother, Product Architect
http://www.quest.com/                          http://bb4.com/
+1 (514) 238-9374
         Si le bonheur ne s'achete pas alors louez le.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.

!DSPAM:41abec77183186038543201!


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index