Code: Select all
oldsystem$ tar czvf - / | ssh root@newsysteminliveCD 'tar xpf - -C /mnt/gentoo'Code: Select all
>>> Emerging (1 of 157) sys-libs/timezone-data-2009b
[Errno 13] Permission denied:
/bin/bash -c touch "/usr/distfiles/.__portage_test_write__" 2>/dev/null ; rval=$? ; rm -f "/usr/distfiles/.__portage_test_write__" ; exit $rval
[Errno 13] Permission denied:
/bin/bash -c touch "/usr/distfiles/.locks/.__portage_test_write__" 2>/dev/null ; rval=$? ; rm -f "/usr/distfiles/.locks/.__portage_test_write__" ; exit $rval
>>> Downloading 'ftp://gentoo.cites.uiuc.edu/pub/gentoo/distfiles/tzdata2009b.tar.gz'
[Errno 13] Permission denied:
/usr/bin/wget -t 5 -T 60 --passive-ftp -O /usr/distfiles/tzdata2009b.tar.gz ftp://gentoo.cites.uiuc.edu/pub/gentoo/distfiles/tzdata2009b.tar.gzBack story, I'm using lvm. /usr has it's own LV, /usr/portage has it's own LV, but /usr/portage/distfiles is a symlink to /usr/distfiles so my portage tree can be reiserfs and puny and happy, and my usr can be fat and... not so happy. They're both mounted just fine, I don't have ample disk space, but enough.
Code: Select all
defiant ~ # ls -l /usr/portage/distfiles
lrwxrwxrwx 1 root root 13 Mar 28 10:30 /usr/portage/distfiles -> ../distfiles/
defiant ~ # ls -ld /usr/distfiles/
drwxrwsr-x 6 root portage 36864 Mar 28 17:01 /usr/distfiles/Please let me know if you need more info.






