|
错误信息:
(chroot) livecd / # emerge --sync
>>> Starting rsync with rsync://60.191.81.189/gentoo-portage...
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(543) [Receiver=3.0.7]
>>> Retrying...
>>> Starting retry 1 of 3 with rsync://60.191.81.189/gentoo-portage
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(543) [Receiver=3.0.7]
>>> Retrying...
>>> Starting retry 2 of 3 with rsync://60.191.81.189/gentoo-portage
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(543) [Receiver=3.0.7]
>>> Retrying...
>>> Starting retry 3 of 3 with rsync://60.191.81.189/gentoo-portage
>>> Checking server timestamp ...
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(543) [Receiver=3.0.7]
>>> Exceeded PORTAGE_RSYNC_RETRIES: 3
make.conf中用了
# for portage
#SYNC="rsync://mirrors.xmu.edu.cn/gentoo-portage"
SYNC="rsync://mirrors.163.com/gentoo-portage"
# for distfile
GENTOO_MIRRORS="http://mirrors.xmu.edu.cn/gentoo"
,
分别试用了 夏大、网易与搜狐的源,都是相同的错误。
ping 网络是正常的:
(chroot) livecd / # ping -c 3 www.baidu.com
PING www.a.shifen.com (119.75.217.56) 56(84) bytes of data.
64 bytes from 119.75.217.56: icmp_req=1 ttl=128 time=28.4 ms
64 bytes from 119.75.217.56: icmp_req=2 ttl=128 time=28.5 ms
64 bytes from 119.75.217.56: icmp_req=3 ttl=128 time=28.0 ms
--- www.a.shifen.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2008ms
rtt min/avg/max/mdev = 28.009/28.350/28.597/0.316 ms
===================================
是出了什么问题?
-----------------------2010.10.26
/*************************************************************/
感谢各位的帮忙。
现在gentoo系统已经装成了,装成是用的“timemars”的方法,先“emerge -pfv gentoo-sources”得到相应的源码文件,将其放入“/usr/portage/distfiles”中,
一路按手册上的步骤,最后安装完成。
这时出现了一个小插曲,就是在安装时,忘了设root密码,重启后不能进入系统,分别用了
1.在kernel一行加入singel
2. init=/bin/bash
3. init=/bin/bash rw
都不起作用,最后 是通过chroot (http://blog.sina.com.cn/s/blog_4 ... tml)修改成功。
在chroot的过程中,发现自己当时不能emerge的原因是没有设置好resovl.conf,然后重新cp /etc/resovl.conf
到chroot的/etc/resovl.conf,在此感谢“kemad”。
以上就是我装gentoo时碰到的问题与解决过程。 |
|