Index: [Article Count Order] [Thread]

Date:  Fri, 7 Apr 2006 06:47:03 +0100
From:  "Taco Scargo" <taco (at mark) scargo.nl>
Subject:  [coba-e:04525] Re: Suggestion 2
To:  coba-e (at mark) bluequartz.org
Message-Id:  <20060407054703.M46534 (at mark) scargo.nl>
In-Reply-To:  <CBB066A6-E935-4B0D-A449-FDEADBA8C9AB (at mark) alpha.or.jp>
References:  <025d01c659bc$40e570e0$14001fac (at mark) DELLP4TACO> <CBB066A6-E935-4B0D-A449-FDEADBA8C9AB (at mark) alpha.or.jp>
X-Mail-Count: 04525

Thanks !

On Fri, 7 Apr 2006 12:13:37 +0900, Hisao SHIBUYA wrote
> Hi Taco,
> 
> I already commit this patch into CVS and replayed end of March.
> Now, I'm testing new installer and updater and I'll clean up yum  
> repository
> and put all update packages into yum repository this weekend.
> 
> So, please wait a few days for release.
> 
> Regards,
> Hisao
> 
> On 2006/04/07, at 5:54, Taco Scargo wrote:
> 
> > Hisao,
> >
> > I recently made the following suggestion to you on this list, but  
> > unfortunately you did not reply, so you might have missed it:
> >
> > To make am_disk.pl work with LVM the following change is necessary:
> >
> > --- am_disk.old.pl      2006-04-06 22:50:13.000000000 +0200
> > +++ am_disk.pl  2006-04-06 22:50:45.000000000 +0200
> > @@ -77,7 +77,7 @@
> > my ($rw, $dev_status, $worst_dev_status, $server_status);
> > $worst_dev_status = $am_states{AM_STATE_GREEN};
> >
> > -open (DF, "/bin/df -l |");
> > +open (DF, "/bin/df -lP |");
> > while (<DF>) {
> >     chomp;
> >     if (/^\/dev\//) {
> >
> > With regards,
> >
> > Taco
> >
> >