改hostname與 IP address 後就沒辦法啟動 Mysql 了 - BBS

Edith avatar
By Edith
at 2007-03-06T05:04

Table of Contents

※ 引述《[email protected] (cyclist)》之銘言:
: 改了新的 IP address 與 hostname (/etc/rc.conf,hosts,reslov.conf)後
: ,就沒辦法啟動 Mysql,會出現如下訊息
: # /usr/local/etc/rc.d/mysql-server.sh start
: --: not found
: #
: 在啟動 Apache 也是會出現相同的訊息,但是可以正常 work
: # /usr/local/etc/rc.d/apache.sh restart
: --: not found
: --: not found
: Stopping apache.
: Waiting for PIDS: 2622.
: --: not found
: Starting apache.
: 最後用ports重新 make clean; make reinstall 了 Mysql 也還是一樣
: 求助各位高手,謝謝

我猜 99% 是 /etc/rc.conf 語法錯誤
改過哪些地方PO出來看看




--
Tags: BBS

All Comments

FTP與路由的nat架設問題

Elizabeth avatar
By Elizabeth
at 2007-03-04T02:51
各位您好 我在ap底下 設置了兩台機器 一台是bsd(1) 一台是windows(2) 從區域網路下直接由 (2)連結到(1)是沒有問題的 可是當我經由外部連結到(1)的時候 問題就出現了 假設DNS為 bbsx.twbbs.org 我利用ftp 連結到我的(1) ftp軟體會長時間LAG ...

請問有沒有什麼完整的參考資料

Yuri avatar
By Yuri
at 2007-03-03T23:40
因為是接手別人整理過的maple 所以很多東西還不熟悉 想對maple的內容多了解 不過在版上都是片斷的問題 不知道有沒有比較完整的參考資料可以用 -- 剛剛爬過文 好像沒有我要的資料的說 -- 幻想是美麗 限量是殘酷的 (  ̄ c ̄)y▂ξ - ...

Re: 請問如何處理 mrtg 不準確的問題

Zanna avatar
By Zanna
at 2007-03-03T22:28
※ 引述《dkview.bbsatbbs.cs.nctu.edu.tw (due)》之銘言: : 各位好,我有一台電腦跑 MRTG ,可能因為硬體時間不準確, : 每次重開機對 interface 的平均流量計算就會出現問題。 : http://tinyurl.com/ytnncg : 如圖,明明只有不到 1 ...

最近更新 ports 後就無法安裝軟體了

Caitlin avatar
By Caitlin
at 2007-03-03T22:22
請問一下 我的電腦 FreeBSD 4.8 最近用 cvsup -g -L 1 ports-supfile 更新了 ports 後 卻發現要安裝任何一套軟體 都會出現 and#34;/usr/ports/Mk/bsd.port.mkand#34;, line 2292: warning: Stri ...

Re: 請問如何處理 mrtg 不準確的問題

Hedwig avatar
By Hedwig
at 2007-03-03T19:07
在crontab -e 裡面改成這樣,跑Mrtg之前就校正時間! */5 * * * * /usr/sbin/ntpdate -b stdtime.sinica.edu.tw andamp;andamp; /usr/local/bin/mrtg /home/server/mrtg/mrtg.cfg ※ ...