五月 2007


FreeBSDBingla on 25 五月 2007 10:50 上午

root@[/usr/ports/dns/bind9]%make
On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf.
On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE.
*** Error code 1

Stop.

2007/05/20 update 完了 ports出現了問題
但是在我的make.conf 原有為
———————————————
MASTER_SITE_BACKUP?= ftp://freebsd.giga.net.tw/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ \
ftp://freebsd.csie.nctu.edu.tw/pub/FreeBSD/distfiles/${DIST_SUBDIR}/

MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}
———————————————

所以必須加上 X11BASE=${LOCALBASE}
就可以了

如果不要裝X11BASE的東西
用以下的方式也可以
#make USE_NONDEFAULT_X11BASE=yes install clean

參考
http://www.weithenn.idv.tw/cgi-bin/wiki.pl/Intel_Server_Boards_SE7230_RAID_Controller_SRCS16

Juniper-EBingla on 23 五月 2007 10:37 下午

TOS byte value 中的TOS – Type of Service
CLACLs = Classifier control lists

rate-limit profile
其中的committed burst 建議設定法
The recommended burst sizes for TCP-friendly behavior are:
! Committed burst – 0.2 to 2.0 seconds of the committed rate
! Excess burst – 1.0 to 2.0 seconds of the committed rate, plus the committed
burst
For example, if the committed rate is 2,000,000 bps, we recommend:
! Committed burst is 1,000,000 x 1.0 x 1/8 = 125,000 bytes
! Excess burst is 1,000,000 x 1.5 x 1/8 + 125,000 = 312,500 bytes

FreeBSDBingla on 23 五月 2007 11:13 上午

對岸同胞的版本
http://www.hughr.org/archives/cat_freebsd.html
dosfile的文本里面在console下用vi看会有许多^M,用下面的命令可以清除掉:

tr -d \\r < dosfile > newfile

家凱版本
http://www.weithenn.idv.tw/cgi-bin/wiki.pl/%e5%85%b6%e4%bb%96FAQ
vi那個檔案然後輸入:%S,^M,,g即可把^M清掉,注意符號為^M是Ctrl-V [enter]