[gentoo-user] import site fails - why

2010-11-12 Thread Helmut Jarausch
Hi, I have cloned the root fs and /usr onto a new machine (as I have done many times before) I boot SystemRescueCD and mount the new root on, say, /nroot Then my standard procedure is as follows mount -o bind /proc /nroot/proc mount -o bind /dev /nroot/proc chroot /nroot /bin/bash cp

Re: [gentoo-user] import site fails - why

2010-11-12 Thread Fatih Tümen
On Fri, Nov 12, 2010 at 15:56, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: mount -o bind /proc /nroot/proc mount -o bind /dev /nroot/proc That looks a bit strange to me, doesnt it to you? :) I would retype that as follow: mount -t proc none /nroot/proc mount -o bind /dev/ /nroot/dev

Re: [gentoo-user] import site fails - why

2010-11-12 Thread Helmut Jarausch
On 11/12/10 15:24:44, Fatih Tümen wrote: On Fri, Nov 12, 2010 at 15:56, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: mount -o bind /proc /nroot/proc mount -o bind /dev /nroot/proc That looks a bit strange to me, doesnt it to you? :) I would retype that as follow: mount -t proc

Re: [gentoo-user] import site fails - why

2010-11-12 Thread Fatih Tümen
On Fri, Nov 12, 2010 at 16:32, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 11/12/10 15:24:44, Fatih Tümen wrote: On Fri, Nov 12, 2010 at 15:56, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: mount -o bind /proc /nroot/proc mount -o bind /dev /nroot/proc That looks a bit

Re: [gentoo-user] import site fails - why

2010-11-12 Thread Helmut Jarausch
On 11/12/10 15:58:27, Fatih Tümen wrote: On Fri, Nov 12, 2010 at 16:32, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 11/12/10 15:24:44, Fatih Tümen wrote: On Fri, Nov 12, 2010 at 15:56, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: mount -o bind /proc /nroot/proc

Re: [gentoo-user] import site fails - why

2010-11-12 Thread Fatih Tümen
On Fri, Nov 12, 2010 at 17:44, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: Meanwhile, I have run python-updater on the master machine and I have re-install portage. Then I resync'ed the new machine against this master. Still, env-update fails after chroot Here is the output Python