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

2010-11-12 Thread Fatih Tümen
On Fri, Nov 12, 2010 at 17:44, Helmut Jarausch 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 2.6.6 (r266:84292, Oc

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 > wrote: > > On 11/12/10 15:24:44, Fatih Tümen wrote: > >> On Fri, Nov 12, 2010 at 15:56, Helmut Jarausch > >> wrote: > >> > mount -o bind /proc /nroot/proc > >> > mount -o bind /dev /nroot/proc > >> > >> Th

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

2010-11-12 Thread Fatih Tümen
On Fri, Nov 12, 2010 at 16:32, Helmut Jarausch wrote: > On 11/12/10 15:24:44, Fatih Tümen wrote: >> On Fri, Nov 12, 2010 at 15:56, Helmut Jarausch >> 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

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 > 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 >

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

2010-11-12 Thread Fatih Tümen
On Fri, Nov 12, 2010 at 15:56, Helmut Jarausch 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 --    Fatih

[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 /proc/m