Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2000 00:34:54 -0400 (EDT)
From:      Chuck Robey <chuckr@picnic.mat.net>
To:        Julian Stacey <jhs@jhs.muc.de>
Cc:        Stefan Esser <se@FreeBSD.ORG>, Stephen Hocking <shocking@houston.rr.com>, current@FreeBSD.ORG
Subject:   Re: cvs-cur.6450.gz Fatal error: Bytecount too large. 
Message-ID:  <Pine.BSF.4.21.0007030032540.597-100000@picnic.mat.net>
In-Reply-To: <200007021359.NAA50468@jhs.muc.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2 Jul 2000, Julian Stacey wrote:

> Stefan Esser wrote:
> > On 2000-07-01 16:35 -0500, Stephen Hocking <shocking@houston.rr.com> wrote:
> > > again. However, when I attempt to apply cvs-cur.6450.gz I get the above err
> > 
> > You have to increase the value of MAX_SIZE in /usr/src/usr.sbin/ctm/ctm/ctm.h
> > to at least 12MB (i.e. 1024*1024*12). This has been fixed in -current (to 20M
> > B)
> > and is awaiting a MFC. Not sure whether the fix went in before cvs-cur.6450,
> > but I think so. In that case just recompile and install ctm.
> 
> The patch below solves it on 3.4-RELEASE :
> 
>   Date: Wed, 21 Jun 2000 09:18:26 -0400 (EDT)
>   From: Chuck Robey <chuckr@picnic.mat.net>
>   To: ctm-announce@FreeBSD.ORG
>   Subject: cvs-cur
>   Message-ID: <Pine.BSF.4.21.0006210912390.318-100000@picnic.mat.net>
>   
>   ......
>   Index: /usr/src/usr.sbin/ctm/ctm/ctm.h
>   ===================================================================
>   RCS file: /usr/cvs/src/usr.sbin/ctm/ctm/ctm.h,v
>   retrieving revision 1.14
>   diff -u -3 -r1.14 ctm.h
>   - --- /usr/src/usr.sbin/ctm/ctm/ctm.h 1999/08/28 01:15:59 1.14
>   +++ /usr/src/usr.sbin/ctm/ctm/ctm.h 2000/06/15 20:25:55
>   @@ -26,7 +26,7 @@
>    #include <sys/time.h>
>    
>    #define VERSION "2.0"
>   - -#define MAXSIZE (1024*1024*10)     
>   +#define MAXSIZE (1024*1024*20)       

Yeah.  I committed it to currect myself, Julian.  Tomorrow, I'll do the
MFC.  It was about 2 weeks ago, when a big patch blew up the ctm
machine.  I announced it pretty widely on the ctm list, I'm really sorry
you missed it and had to do that work again.

>   
>    #define SUBSUFF ".ctm"
>    #define TMPSUFF ".ctmtmp"
> 
> Julian
> -
> Julian Stacey	http://bim.bsn.com/~jhs/	
>  Kostenlos: FreeBSD 3200 packages, sources, Netscape, WordPerfect & StarWriter.
>  RaucherKrebsNebel erregt meinen allergischen Kopfschmerz: Schnupftabak Nutzen!
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
> 

----------------------------------------------------------------------------
Chuck Robey            | Interests include C & Java programming, FreeBSD,
chuckr@picnic.mat.net  | electronics, communications, and signal processing.

New Year's Resolution:  I will not sphroxify gullible people into looking up
fictitious words in the dictionary.
----------------------------------------------------------------------------



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007030032540.597-100000>