Gentoo Archives: gentoo-amd64

From: Sergio Polini <sp_rm_it@×××××.it>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] stopping IPv6
Date: Mon, 18 Dec 2006 19:39:53
Message-Id: 200612182037.39593.sp_rm_it@yahoo.it
In Reply to: Re: [gentoo-amd64] stopping IPv6 by arnuld
1 Please, let me be foolish.
2
3 arnuld:
4 > 1.) changed to "/mnt/gentoo/" a smy current directory
5 >
6 > 2.) successfully downloaded the "Stage3 tarball" for amd64, checked
7 > its MD5SUM - OK, unzipped it with command:
8 >
9 > "tar xvjf -stage3-tarball-here-"
10 >
11 > no problems.
12 >
13 > 3.) next i downloaded "Portage-latest" from "snapshots" directory
14 > at one of the mirrors. MD5SUM was OK, when i hit the following
15 > command:
16 >
17 > "tar -xvjf -latest-portage here- -C /usr"
18 >
19 > as instructed in the "Gentoo Handbook" then after 20 minutes of
20 > unzipping operation i got 1000s of messages like:
21 >
22 > "CAN NOT OPEN: no such file or directory"
23
24 Antoin Martin:
25 > Lack of disk space?
26
27 arnuld:
28 > can't be.
29 >
30 > 1.) "/boot"; 120M
31 > 2.)  "/"  14G
32 > 3.) "swap" 2G
33
34 Duncan:
35 > I noticed in your sequence you mentioned cding to
36 > /mnt/gentoo, but didn't mention mounting anything,
37 > and I'm wondering just where you were trying to untar
38 > everything to -- maybe the ramdisk in memory?
39
40 arnuld:
41 > of course, i mounted all partitions: " /boot & /"
42 > & after that i did "cd /mnt/gentoo". "/boot" was mounted
43 > into "/mnt/gentoo/boot", "/" was mounted into "/mnt/gentoo"
44 > "sawp" was "made on" by using "swapon" command.
45
46 Koef:
47 >>         "tar -xvjf -latest-portage here-  -C  /usr"
48 >
49 > You can't extract to the CDROM's /usr directory.
50
51 Right. It should be:
52
53 tar xvjf /mnt/gentoo/portage-latest.tar.bz2 -C /mnt/gentoo/usr
54
55 However, my foolish 2 cents are: you "mounted all partitions", but did
56 you attach the filesystem created on device /dev/hdaX or /dev/sdaX at
57 the directory /mnt/gentoo? Did you
58 mount /dev/[hs]da[1-9] /mnt/gentoo ?
59
60 I know, it's a foolish question....
61 I beg your pardon
62
63 Sergio
64 --
65 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] stopping IPv6 arnuld <arnuld3@×××××.com>