X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7E02F.03D4C313@onstor-exch02.onstor.net>; Thu, 16 Aug 2007 09:58:13 -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: debootstrap configure errors
Date: Thu, 16 Aug 2007 09:58:13 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215988@onstor-exch02.onstor.net>
In-Reply-To: <20070815214452.7b9df3ef@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: debootstrap configure errors
Thread-Index: AcffwDBHAgY9lB1bTYiONM4n2n+WxwAbdryg
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

I am not touching /etc/udev. None of our modifications to rootfs are
doing it either. There must be a running process that is conflicting
with the udev configure or two incidents of udev running. Could that be
possible?

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, August 15, 2007 9:45 PM
To: Larry Scheer
Subject: Re: debootstrap configure errors

Hmm, let's see, I think part of your makefile rootfs stuff is probably
writing in /etc/udev/, so you should move that to a later stage, after
debootstrap --second-stage has finished.  Hopefully that will solve the
problem.

a


On Wed, 15 Aug 2007 20:59:14 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> Andy,=20
>   I have worked out a method using the inittab and init.d/rcS to run
> the debootstrap -second-stage but I need to get passed the udev
> configure errors:
>=20
> Errors were encountered while processing:
>  udev
> Setting up udev (0.105-4) ...
> /etc/udev/rules.d/z25_persistent-net.rules exists, persistent
> interface names
> not saved.
>=20
> error initializing udevd socket
> Cannot start udevd. (rc=3D2)
> dpkg: error processing udev (--configure):
>  subprocess post-installation script returned error exit status 2
> Errors were encountered while processing:
>  Udev
>=20
> These errors are throwing a monkey wrench in the way of making forward
> progress.
>=20
> I didn't see these when I ran debootstrap in a chroot environment.
>=20
> Any ideas/help would be greatly appreciated.
>=20
> Larry
