On Sun, 2 Jul 2000, Julian Stacey wrote:

> Stefan Esser wrote:
> > On 2000-07-01 16:35 -0500, Stephen Hocking <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
>   To: [EMAIL PROTECTED]
>   Subject: cvs-cur
>   Message-ID: <[EMAIL PROTECTED]>
>   
>   ......
>   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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 

----------------------------------------------------------------------------
Chuck Robey            | Interests include C & Java programming, FreeBSD,
[EMAIL PROTECTED]  | 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to