[FreeBSD]
虚拟机环境下ports下载遇到No address record问题
(虚拟机环境)最近用ports安装axel,遇到No address record问题(更新ports tree到最新):
===> Vulnerability check disabled, database not found
=> axel-1.0b.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://ports2.cn.freebsd.org//.
fetch: http://ports2.cn.freebsd.org//axel-1.0b.tar.gz: No address record
=> Attempting to fetch from http://wilmer.gaast.net/downloads/.
fetch: http://wilmer.gaast.net/downloads/axel-1.0b.tar.gz: No address record
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBS ... s/axel-1.0b.tar.gz: No ad
dress record
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
我的make。conf:
# added by use.perl 2008-02-21 02:02:21
PERL_VER=5.8.8
PERL_VERSION=5.8.8
MASTER_SITE_OVERRIDE?=http://ports2.cn.freebsd.org/${DIST_SUBDIR}/
MASTER_SITE_OVERRIDE?=http://ports2.hshh.org/${DIST_SUBDIR}/
MASTER_SITE_OVERRIDE?=ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_S
UBDIR}/
我是用telnet我的虚拟机上的,遇到上面的问题,我把上面的抵制复制后直接粘贴浏览器上提示下载文件,我现在是用他提示的地址下载到主机,在ftp到虚拟机,请问各位朋友有没有办法解决