2011年6月12日 星期日

httpd無法啟動

/etc/init.d /httpd start

Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

http://www.lslnet.com/linux/f/docs1/i02/big5114547.htm

modify httpd.conf
add # in front of Listen 80
then try start httpd again
if ok
modify back
delete # in front of Listen 80

http://tw.myblog.yahoo.com/oracle-hmc/article?mid=206&prev=254&l=f&fid=25

2011年6月9日 星期四

Inpage 操作執行錯誤

隨身碟如果出現
Inpage 操作執行錯誤

有可能硬碟損毀

這樣子處理可救回

開始→執行→cmd→chkdsk g: /f /r

硬碟不小可能需要一段時間,
g 為硬碟編號
/f 修復磁碟錯誤
/r 找出損壞的磁區並復原可讀取的資訊。