Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jul 2000 15:59:15 +0200
From:      "Julian Stacey" <jhs@jhs.muc.de>
To:        Stefan Esser <se@FreeBSD.ORG>
Cc:        Stephen Hocking <shocking@houston.rr.com>, current@FreeBSD.ORG
Subject:   Re: cvs-cur.6450.gz Fatal error: Bytecount too large. 
Message-ID:  <200007021359.NAA50468@jhs.muc.de>
In-Reply-To: Your message of "Sun, 02 Jul 2000 00:33:37 %2B0200." <20000702003337.A5033@StefanEsser.FreeBSD.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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)       
  
   #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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007021359.NAA50468>