FreeBSD 分類中的最新日記

等了好久, 終於公告了.

在freebsd 6.0 上剛安裝好的 apache-2.2.3 ( Version 2.2 of Apache web server with prefork MPM.) 卻在 apache error log 中看到一推

::1 - - [08/Nov/2006:16:15:33 +0800] "GET / HTTP/1.0" 403 202 "-" "Apache/2.2.3 (FreeBSD) mod_ssl/2. 2.3 OpenSSL/0.9.7e-p1 DAV/2 (internal dummy connection)"
[Wed Nov 08 03:15:58 2006] [error] [client ::1] Directory index forbidden by Options directive: /usr /local/www/apache22/data/
目前看來是不影響運作, 但是能處理掉總是比較好, 免得 error log 檔案超大! 這邊 apache mailing list 有提到相關的訊息.

FreeBSD 5.4-STABLE 升級

| 暫無迴響

從六月開始就陸續有 FreeBSD 6.0 版的消息, 一直到最近如火如荼的開發已經進入了 6.0-BETA4 , 趁著週末, 將 FreeBSD 從 5.3-STABLE 升級到 5.4-STABLE, 每次升級總會有那麼點小驚喜, 這次也不出我所料, 升級之後, Bind 就掛點了 , Bind 從 9.3.0 升級到 9.3.1 看看設定檔 named.conf 找到在新版本中預設會有一段


// If named is being used only as a local resolver, this is a safe default.
// For named to be accessible to the network, comment this option, specify
// the proper IP address, or delete this option.
listen-on { 127.0.0.1;};

預設是開啟的, 若不將其註解掉, 就只能在本機上查詢了 (那還要 Bind 作啥, /etc/hosts 寫一寫就好 ), 註解掉 listen-on 或者填入該機器的IP 後重新啟動 named 就正常了。

另一個遇到的問題是, 要下 netstat -nr 這個指令時出現了


netstat: kvm not available

的錯誤訊息,到FreeBSD官方網站的討論才知道 mem 已經被 device 化了, 需要將它加入 kernel的設定檔並且重新編譯與安裝,如:

device mem

FreeBSD 4.11-RELEASE is Now Available

FreeBSD官方網站來的消息: FreeBSD 4.11-RELEASE is Now Available

關於此彙整

這裡是分類FreeBSD中的最新日記。

下一個分類InTErNET

首頁彙整頁可以看到最新的日記和所有日記。

彙整

頁面

Powered by Movable Type 4.3-en