On Fri, Nov 16, 2007 at 08:23:32PM -0500, Roberto C. Sanchez wrote: > I cannot seem to get a chroot built. I get this: > > ltsp-build-client --dist etch --mirror http://miami:9999/debian/ > --security-mirror http://miami:9999/security/ > NOTE: adding default dist and components to security mirror: > http://miami:9999/security/ etch/updates main > I: Validating Packages > I: Resolving dependencies of required packages... > I: Resolving dependencies of base packages... > I: Found additional base dependencies: libgcrypt11 libgpg-error0 liblzo1 > libopencdk8 tasksel > I: Checking component main on http://miami:9999/debian... > I: Validating adduser > I: Validating apt ...snip... > I: Extracting zlib1g... > I: Installing core packages... > W: Failure trying to run: chroot /opt/ltsp/i386 dpkg --force-depends > --install var/cache/apt/archives/libc6_2.3.6.ds1-13etch2_i386.deb > error: LTSP client installation ended abnormally > > It ends with a failure on libc6 *every* single time. Whether I try and > install a chroot of etch, lenny or sid.
can you manually create a chroot: debootstrap etch /tmp/etch http://miami:9999/ it's possible there's something broken with your mirror- maybe try ltsp-build-client with the standard mirrors. live well, vagrant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

