Gentoo Archives: gentoo-dev

From: Jack Morgan <yojack@××××××××××××.jp>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] some problem with sda under vmware
Date: Fri, 24 May 2002 19:38:35
Message-Id: 20020525092946.GA23698@c3p0.bonyari.com
In Reply to: [gentoo-dev] some problem with sda under vmware by Bence Szabo
1 On Fri, May 24, 2002 at 06:12:29PM +0200, Bence Szabo wrote:
2 > Hi,
3 > I tried to build latest gentoo with gentoo-ix86-1.1a.iso
4 > under newly created virtual machine under vmware.
5 > It was success to boot, but when I tried to run fdisk there was no
6 > any sd* device under /dev, so to make it working I had to download MAKEDEV
7 > from another machine and made it manually.
8 > It would be nice if your iso will be setup to handle scsi devices too
9 > when build base system.
10
11 It does. You need to load the modules for your scsi device and disks.
12 For me it was:
13
14 #modprobe sym53c8xx
15 #modprobe sd_mod
16
17 Then run fdisk.
18
19 > Another problem is (probably because we are behind the firewall) there
20 > was unable to access and download portage using rsync.
21
22 In this case you can just download the tarball with wget:
23
24 wget http://www.ibiblio.org/gentoo/distfiles/portage-1.6.11.tar.bz2
25
26 Also, have a look at http://www.gentoo.org/doc/faq.html. It explains
27 how to get around the issue of a firewall.
28
29
30 > Last question is how to setup local gentoo source mirror for internal
31 > usage and how to setup portage to use it when build system?
32
33 I would try editing make.globals, especially:
34
35 USE_ORDER="env:conf:auto:defaults"
36 #proxy settings PROXY(both), or HTTP_PROXY/FTP_PROXY
37 #PROXY=freebox.gentoo.org:3128
38 #HTTP_PROXY=
39 #FTP_PROXY=
40 GENTOO_MIRRORS="http://www.ibiblio.org/gentoo"
41 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
42
43 Then change them to point to your lcoal mirror.
44
45
46 --
47 jack_morgan