|
|
我在make.conf中的SYNC如下,emerge 其它软件时Mirror中ftp的就可以,用http的原就不行,我在别的电脑上测试无论http与ftp的原都可以的,请问是怎么回事啦???
#GENTOO_MIRRORS="http://mirror.gentoo.gr.jp" 这个不行
GENTOO_MIRRORS="ftp://ftp.isu.edu.tw/pub/Linux/Gentoo"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
Data-A ~ # emerge --sync
>>> Starting rsync with rsync://130.230.54.100/gentoo-portage...
>>> Checking server timestamp ...
io timeout after 180 seconds -- exiting
rsync error: timeout in data send/receive (code 30) at io.c(171) [receiver=2.6.8 ]
>>> Retrying...
>>> Starting retry 1 of 3 with rsync://132.229.67.201/gentoo-portage
>>> Checking server timestamp ...
io timeout after 180 seconds -- exiting
rsync error: timeout in data send/receive (code 30) at io.c(171) [receiver=2.6.8 ]
>>> Retrying...
>>> Starting retry 2 of 3 with rsync://137.226.34.228/gentoo-portage
>>> Checking server timestamp ...
io timeout after 180 seconds -- exiting
rsync error: timeout in data send/receive (code 30) at io.c(171) [receiver=2.6.8 ]
>>> Retrying...
>>> Starting retry 3 of 3 with rsync://140.105.134.102/gentoo-portage
>>> Checking server timestamp ...
io timeout after 180 seconds -- exiting
rsync error: timeout in data send/receive (code 30) at io.c(171) [receiver=2.6.8 ]
!!! Rsync has not successfully finished. It is recommended that you keep
!!! trying or that you use the 'emerge-webrsync' option if you are unable
!!! to use rsync due to firewall or other restrictions. This should be a
!!! temporary problem unless complications exist with your network
!!! (and possibly your system's filesystem) configuration. |
|