3、开始下载
输入apt-mirror即开始从电子科技大学服务器源制作镜像。
这里很容易出错,我的错误如下:
$ apt-mirror
Downloading 32 index files using 20 threads...
Begin time: Mon Nov 24 09:02:03 2008
[20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]...
End time: Mon Nov 24 09:02:03 2008
Proceed indexes: [Psh: cannot open au.archive.Ubuntu.com/ubuntu//dists/intrepid/main/binary-i386/Packages.gz: No such file
apt-mirror: can't open index in proceed_index_gz at /usr/bin/apt-mirror line 390.
错误原因很多。归根结底都是源的写法错误或者源错误。为了排除此错误浪费了我很长时间,最终发现居然是因为在window下复制的文本不能被识别。后来改用Linux系统后就好了。成功后,就会显示如下的内容:
root@node8:/var/spool # apt-mirror
Downloading 140 index files using 30 threads...
Begin time: Wed Jul 21 21:27:52 2010
[30]... [29]... [28]... [27]... [26]... [25]... [24]... [23]... [22]... [21]... [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]...
End time: Wed Jul 21 21:28:00 2010
Proceed indexes: [SSSSSPPPPP]
68.1 GiB will be downloaded into archive.
Downloading 85118 archive files using 30 threads...
Begin time: Wed Jul 21 21:28:16 2010
[30]... [29]... [28]...
这里的时间根据网络状况决定。从上面可以看到,一共要下载68G的内容。
完成后,最好将镜像目录的权限弄成755,以防客户端下载中因为权限问题而失败。
chmod -R 755 /ubuntu