Below you will find pages that utilize the taxonomy term “portsnap”
December 26, 2010
Snapshot appears to have been created more than one day into the future!
"本地刚装完freebsd7.0,连上ssh,portsnap fetch extract一下,提示:\nSnapshot appears to have been created more than one day into the future! (Is the system clock correct?) Cowardly refusing to proceed any further.\n原来是安装时系统时间不正确 执行代码:\nntpdate pool.ntp.org\n然后再执行portsnap fetch即可."
October 15, 2009
FreeBSD中portsnap与csup,cvsup方法更新ports的不同
"从6.0开始,freebsd升级ports就不再需要cvsup了,而是用portsnap,\n一、portsnap与cvsup的区别在于\n:\n1、portsnap有数字签名,较安全,cvsup没有。\n2、portsnap是打包压缩下载,所以会比cvsup快一些,当然除了第一次使用。\n二、使用方法是:\n第一次使用:portsnap fetch extract\n以后再用:portsnap fetch update\n还可以放在cron里定时升级:portsnap cron update\n需要注意的是不要portsnap和cvsup混合使用。\n第一次使用输入portsnap fetch extract回车即可,因为有几十兆的文件需要下载,需要等待一段时间。\n如果用户没有安装ports,这个命令是无效的,需要通过sysinstall来安装ports\n修改更新服务器地址的方法:\n/etc/portsnap.conf 里面更改\nSERVERNAME=portsnap.hshh.org\n提供几个postsnap更新的服务器地址\nportsnap.hshh.org\nportsnap2.hshh.org …"