lancer 2011-12-13 17:00
DNS出現"the working directory is not writable" 要如何解決?
最近在 CentOS 5.6 架設新的DNS後...在Log檔出現 <span style="font-weight: bold; color: rgb(255, 0, 0);">"the working directory is not writable" </span>的錯誤訊息。<br>使用的版本是 Bind-9.7.4<br><br>解決方法:<br>1.執行 <span style="color: rgb(0, 0, 255);">tail /var/log/messages</span>,看看log檔中是否出現"the working directory is not writable"<br><br>2.執行<span style="color: rgb(0, 0, 255);">cd /var/named/chroot/var/</span>,切換到DNS預設的目錄<br>(CentOS是在/var/named/chroot/var/)<br><br>3.執行 <span style="color: rgb(0, 0, 255);">chown -R named * </span>,將DNS執行目錄的擁有者改成named<br><br>4.再次執行 <span style="color: rgb(0, 0, 255);">tail /var/log/messages</span>,確認錯誤訊息已經排除。<br><br><div>這樣就可以啦...大功告成!^-^</div>