From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Gwl1g-0002Fu-7X for garchives@archives.gentoo.org; Tue, 19 Dec 2006 19:53:24 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kBJJnmcE007503; Tue, 19 Dec 2006 19:49:48 GMT Received: from aa012msr.fastwebnet.it (aa012msr.fastwebnet.it [85.18.95.72]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kBJJnlgk019811 for ; Tue, 19 Dec 2006 19:49:47 GMT Received: from [23.252.116.250] (23.252.116.250) by aa012msr.fastwebnet.it (7.3.105.6) (authenticated as sergio.polini) id 4556F29101D4D0BF for gentoo-amd64@lists.gentoo.org; Tue, 19 Dec 2006 20:49:45 +0100 From: Sergio Polini To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] stopping IPv6 Date: Tue, 19 Dec 2006 20:50:07 +0100 User-Agent: KMail/1.9.5 References: <200612182037.39593.sp_rm_it@yahoo.it> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200612192050.07618.sp_rm_it@yahoo.it> Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id kBJJnmdA007503 X-Archives-Salt: 8f2467b2-86b4-42eb-9f17-7d27f4835fdd X-Archives-Hash: 30b5d5316368dab1a5ad374d601d48e0 arnuld: > tell me one thing if these 2 sets of commands do the same thing: > > [SET 1] > # cd /mnt/gentoo/ > # tar xvjf portage-latest.tar.bz2 > > [SET 2] > # tar xvjf /mnt/gentoo/portage-latest.tar.bz2 -C /mnt/gentoo/usr > > i used SET 1 & i think both are same as i alrady did CD intp > "/mnt/gentoo". Your previous SET 1 was: # cd /mnt/gentoo/ # tar -xvjf -latest-portage here- =A0-C =A0/usr but, as Koef pointed, was wrong. Try SET 2, or the following SET 1 variant: # cd /mnt/gentoo/ # tar -xvjf -latest-portage here- -C usr because "-C /usr" is not the same as "-C /mnt/gentoo/usr". HTH Sergio --=20 gentoo-amd64@gentoo.org mailing list