AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20081204164010.4ccfeba9@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:exch1.onstor.net
NSV:
SSH:
R:<sandrine.boulanger@onstor.com>,<ed.kwan@onstor.com>,<larry.scheer@onstor.com>,<jonathan.goldick@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/andys@onstor.net@exch1.onstor.net/INBOX	0	2779531E7C760D4491C96305019FEEB5175D5BE392@exch1.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Thu, 4 Dec 2008 16:40:39 -0800
From: Andrew Sharp <andy.sharp@onstor.com>
To: Sandrine Boulanger <sandrine.boulanger@onstor.com>
Cc: Ed Kwan <ed.kwan@onstor.com>, Larry Scheer <larry.scheer@onstor.com>,
 Jonathan Goldick <jonathan.goldick@onstor.com>
Subject: Re: changes that should go into 4.0.2 (and probably 4.0.1 if that
 is still relevant)
Message-ID: <20081204164039.1af0b150@ripper.onstor.net>
In-Reply-To: <2779531E7C760D4491C96305019FEEB5175D5BE392@exch1.onstor.net>
References: <20081204153545.2aba5ef9@ripper.onstor.net>
	<2779531E7C760D4491C96305019FEEB5175D5BE392@exch1.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Thu, 4 Dec 2008 15:51:09 -0800 Sandrine Boulanger
<sandrine.boulanger@onstor.com> wrote:

> But some of those are already in 4.0.1 right? like mta queue full
> and /var full fixes ?

mta queue full?  not in 4.0.1 (this was a change to asd)
/var full?       possibly

I went by the records from perfarce about what has and hasn't been
integrated by changelist.  Some changes may have been integrated by
file, and so could be in there.  Probably /var full is in there.  Yes.

> -----Original Message-----
> From: Andy Sharp 
> Sent: Thursday, December 04, 2008 3:36 PM
> To: Ed Kwan
> Cc: Larry Scheer; Sandrine Boulanger; Jonathan Goldick
> Subject: changes that should go into 4.0.2 (and probably 4.0.1 if
> that is still relevant)
> 
> These changes all relate to the various problems with RMC and exim and
> should stay together.  They have not been integrated to 4.0.1 branch
> as of yet.  The exception is 30759 which is related more to building
> the root filesystem.
> 
> 31283 30759 31013 30682 30683 30699
> 
> Change 31283 by andys@ripper on 2008/11/27 21:06:39
> 
> 	Fix format of /etc/hosts files in 4.0.0 during upgrade.
> 
> 	reviewed by larrys
> 
> Affected files ...
> 
> ... //depot/dev/nfx-tree/code/ssc-nfxsh/verify_install.in#11 edit
> 
> Change 30759 by andys@ripper on 2008/09/22 15:39:56
> 
> 	TED00023832 - BSD socat being installed and used on Linux
> build
> 
> 	BSD socat removed from Linux build.  Linux now uses standard
> 	socat version 1.4.3.1 from distribution.
> 
> 	reviewed by larrys ianb
> 
> Affected files ...
> 
> ... //depot/dev/nfx-tree/Makefile.ssc#13 edit
> ... //depot/dev/nfx-tree/openbsd.mk#7 edit
> 
> Change 31013 by andys@ripper on 2008/10/28 09:43:29
> 
> 	The Linux version of emailQueueIsFull routine was always
> returning TRUE when it should always return FALSE.
> 
> 	reviewed by rendellf
> 
> Affected files ...
> 
> ... //depot/dev/nfx-tree/code/sm-event/event-as-linux.c#5 edit
> 
> Change 30682 by andys@ripper on 2008/09/11 17:03:38
> 
> 	TED00025254 - mta mail queue full
> 
> 	Change the arbitrary test for a full email queue to be OS
> 	specific, and basically ignore the size of the email queue on
> 	Linux, because we have other procedures for dealing with large
> 	numbers of emails on Linux.
> See /etc/cron.daily/exim-rm-frozen.
> 
> 	TED00025349 - CSS (g12r10): /var was 100% full
> 
> 	If a user causes /var to fill up, there's not a lot we can do,
> 	but I made some modifications to cfmond and exim4-rm-frozen to
> 	tidy up log messages and add a bit more functionality.
> 
> 	reviewed by rendellf
> 
> Affected files ...
> 
> ... //depot/dev/linux/rootfs/etc/cron.daily/exim4-rm-frozen#3 edit
> ... //depot/dev/linux/rootfs/etc/init.d/cfmon#2 edit
> ... //depot/dev/nfx-tree/code/sm-event/event-as-linux.c#3 edit
> ... //depot/dev/nfx-tree/code/sm-event/event-as-openbsd.c#4 edit
> ... //depot/dev/nfx-tree/code/sm-event/event-as.c#16 edit
> ... //depot/dev/nfx-tree/code/ssc-cfmond/cfmond.sh#3 edit
> 
> Change 30683 by andys@ripper on 2008/09/11 19:00:15
> 
> 	Fix compile warning in event-as-linux.c.
> 
> 	reviewed by larrys
> 
> Affected files ...
> 
> ... //depot/dev/nfx-tree/code/sm-event/event-as-linux.c#4 edit
> ... //depot/dev/nfx-tree/code/sm-event/event-as-openbsd.c#5 edit
> ... //depot/dev/nfx-tree/code/sm-event/event-as.h#7 edit
> 
> Change 30699 by andys@ripper on 2008/09/15 15:16:19
> 
> 	Fix openbsd build.
> 
> 	reviewed by rendellf
> 
> Affected files ...
> 
> ... //depot/dev/nfx-tree/code/sm-event/event-as-openbsd.c#6 edit
> ... //depot/dev/nfx-tree/code/sm-event/event-as.c#17 edit
> ... //depot/dev/nfx-tree/code/sm-event/event-as.h#8 edit
> 
