X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C8225D.123076AC@onstor-exch02.onstor.net>; Thu, 8 Nov 2007 15:14:11 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: EverON-3.1.0.5-install.sh
Date: Thu, 8 Nov 2007 15:14:10 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E06794798@onstor-exch02.onstor.net>
In-Reply-To: <20071108134215.50c1ed97@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: EverON-3.1.0.5-install.sh
Thread-Index: AcgiUDssBeXcJmaQQ021r6K0jR2UXgABSiOg
References: <BB375AF679D4A34E9CA8DFA650E2B04E067942A4@onstor-exch02.onstor.net><20071108081508.456bb7c4@ripper.onstor.net><BB375AF679D4A34E9CA8DFA650E2B04E06794503@onstor-exch02.onstor.net><20071108115916.1c06365e@ripper.onstor.net><BB375AF679D4A34E9CA8DFA650E2B04E0679466A@onstor-exch02.onstor.net> <20071108134215.50c1ed97@ripper.onstor.net>
From: "Ed Kwan" <ed.kwan@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>
Cc: "Brian Nguyen" <brian.nguyen@onstor.com>

> > Already told CS not to use the script when upgrading from 3.x to
3.x.
> > Maybe we should enforce that?  Need to discuss with QA & CS.
>=20
> Indeed.  The script can be modified to eventually work, but should we.

Per Sandrine, there was a meeting a few days ago, and it was decided the
script is the way to go.  Oh well...

Anyway, I notice another error while running the script on eng29:

mount_ffs: /dev/wd1d on /var: Device busy

That's because after downloading EverON-3.1.0.5.tar.gz to /var, we try
to remount /var as read-only:

    558 download_dist() {
    ...
    569         else
    570                 remount_rw $tdir
    571                 cw "get_distball ftp '$url' $tdir"
    572                 get_distball ftp "$url" $tdir
    573                 err=3D$?
    574                 remount_ro $tdir
    575         fi

Same issue in error_cleanup() and findspace().

Can you review my changes again?

/homes/edk/p4/dev/nfx-tree/Tools/cw_install.in

Thanks,
Ed

