From owner-freebsd-current Sun Jul 2 21:34:59 2000 Delivered-To: freebsd-current@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 05B1A37BF4C; Sun, 2 Jul 2000 21:34:53 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id AAA18309; Mon, 3 Jul 2000 00:34:54 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Mon, 3 Jul 2000 00:34:54 -0400 (EDT) From: Chuck Robey To: Julian Stacey Cc: Stefan Esser , Stephen Hocking , current@FreeBSD.ORG Subject: Re: cvs-cur.6450.gz Fatal error: Bytecount too large. In-Reply-To: <200007021359.NAA50468@jhs.muc.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 2 Jul 2000, Julian Stacey wrote: > Stefan Esser wrote: > > On 2000-07-01 16:35 -0500, Stephen Hocking 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 > To: ctm-announce@FreeBSD.ORG > Subject: cvs-cur > Message-ID: > > ...... > 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 > > #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