星星之火,可以燎原!------------完整的ubuntu镜像源/本地源/更新源/离线升级包!制作总结!
- skyx
- 论坛版主
- 帖子: 9202
- 注册时间: 2006-12-23 13:46
- 来自: Azores Islands
- 联系:
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
- skyx
- 论坛版主
- 帖子: 9202
- 注册时间: 2006-12-23 13:46
- 来自: Azores Islands
- 联系:
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
- skyx
- 论坛版主
- 帖子: 9202
- 注册时间: 2006-12-23 13:46
- 来自: Azores Islands
- 联系:
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
- skyx
- 论坛版主
- 帖子: 9202
- 注册时间: 2006-12-23 13:46
- 来自: Azores Islands
- 联系:
-
- 帖子: 15
- 注册时间: 2006-12-19 14:36
谢谢skyx的解答,一直关注站内短信了,昨天把帖子全看了一遍才看到回复。skyx 写了:
你可以查下man .应该有说明
update 就是获取源中全部可用软件的列表(依赖关系,版本,软件描述都有,维护者,发布日期等等软件信息都是有的),这三个有什么区别,可以自己望文生义一下
我没深究过,你可以看下man 或 《debian参考手册》。
MD5 校验不符,说白了就是你下载的文件有错误,重新执行apt-mirror 试下,不行可以换个源做镜像,apt-mirror 运行一会儿后停掉,再把原来ustc 目录下的全部移动或复制到这个新源所在的相应目录,接着进行mirror.
另外,你用了完整的镜像,就不要加上cn.archive.ubuntu.com ,cn.archive.ubuntu.com 比ustc的要新得多,这个服务器前阵子在欧洲,现在在哪我不知道。
md5是个比较有名的算法,我上学时,还学过的,你可以查下《计算机网络安全》理论方面的教材,上面都会有介绍的。我记得基本上就是算数上的mod 组合 互为质数,什么什么的,都是《数论》 相关的东西。。。。
现在正在同步台湾的源,速度还可以,大约还需要2天才能mirror完,
我是大连的,如果谁需要帮忙可以站内短信联系我,呵呵。
<-----学习中,我是一个小菜鸟---->
- skyx
- 论坛版主
- 帖子: 9202
- 注册时间: 2006-12-23 13:46
- 来自: Azores Islands
- 联系:
- fanhe
- 帖子: 2357
- 注册时间: 2007-03-24 23:45
fanhed@fanhed-desktop:/media/hda6/fanhed/Desktop$ sudo apt-mirror
Password:
Downloading 174 index files using 5 threads...
Begin time: Wed Oct 24 13:56:59 2007
[5]... [4]... [3]... [2]... [1]... [0]...
End time: Wed Oct 24 13:58:11 2007
Proceed indexes: [PPPPPP
gunzip: stdin: not in gzip format
gunzip: stdin: not in gzip format
gunzip: stdin: not in gzip format
PPPP
gunzip: stdin: not in gzip format
PPPPPPPPPP]
130.0 MiB will be downloaded into archive.
Downloading 49 archive files using 5 threads...
Begin time: Wed Oct 24 14:00:43 2007
[5]... [4]... [3]... [2]... [1]...
出现上述错误,是什么问题?
Password:
Downloading 174 index files using 5 threads...
Begin time: Wed Oct 24 13:56:59 2007
[5]... [4]... [3]... [2]... [1]... [0]...
End time: Wed Oct 24 13:58:11 2007
Proceed indexes: [PPPPPP
gunzip: stdin: not in gzip format
gunzip: stdin: not in gzip format
gunzip: stdin: not in gzip format
PPPP
gunzip: stdin: not in gzip format
PPPPPPPPPP]
130.0 MiB will be downloaded into archive.
Downloading 49 archive files using 5 threads...
Begin time: Wed Oct 24 14:00:43 2007
[5]... [4]... [3]... [2]... [1]...
出现上述错误,是什么问题?
-
- 帖子: 35
- 注册时间: 2007-06-11 21:58
不知能不能放在网络的共享盘上?skyx 写了:buttom 写了:sudo ln -s /media/f_win/abc /var/spool/apt-mirror/mirror
好像还是写到了
/var/spool/apt-mirror/mirror
貌似可以这样,由于你可能镜像了部分,删掉没必要,如果目录没内容,应删掉
先 gksu nautilus
直接把apt-mirror目录移动到windows分区/media/f_win/abc/下
然后
再看下/var/spool下有没有带箭头的apt-mirror图标,有应该是可以的代码: 全选
sudo ln -s /media/f_win/abc/apt-mirror/ /var/spool/apt-mirror
也可以修改mirror.list
把代码: 全选
# set mirror_path $base_path/mirror
改为
代码: 全选
set mirror_path /media/f_win/abc/
以上没有实践,仅供参考