[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problems with chroot32



Lukasz Pieczara <luk@emapa.pl> writes:

> i try install chroot 32:
>
> debootstrap --exclude=libsigc++-1.2-5c102,slang1a-utf8 --arch i386 sid
> /var/chroot/sid-ia32 http://ftp.debian.org/debian
>
> after all
>
> I: Installing core packages...
> ln: `/var/chroot/sid-ia32/usr/bin/awk': File exists

Don't know what that is about. Sounds like some bug.

> umount: /var/chroot/sid-ia32/dev/pts: not mounted
> umount: /var/chroot/sid-ia32/dev/shm: not mounted
> umount: /var/chroot/sid-ia32/proc/bus/usb: not mounted

That is just cleanup in case any of them were mounted. You always get
them with debootstrap if it bails out early.

> i'm typing two lines:
>
> mount -o bind /dev/pts /var/chroot/sid-ia32/dev/pts
> mount -t tmpfs tmpfs /var/chroot/sid-ia32/dev/shm
>
> but these commands don't resolve problem
>
> when i want change system root:
>
> # chroot /var/chroot/sid-ia32
> # apt-get
> apt-get: error while loading shared libraries: libstdc++.so.6: cannot
> open shared object file: No such file or directory
>
> thanks for help ;-)
>
>
> £ukasz Pieczara

Don't use debootstrap, don't exclude core libs, don't install sid.

Install sarge with cdebootstrap and upgrade.

MfG
        Goswin



Reply to: