mrtg 錯誤訊息
發表於 : 2012-08-25, 03:10
執行/usr/bin/mrtg /etc/mrtg.cfg 後出現下面訊息
ERROR: Mrtg will most likely not work properly when the environment
variable LANG is set to UTF-8. Please run mrtg in an environment
where this is not the case. Try the following command to start:
因為mrtg LANG是Big5 而主机的是UTF-8所以要改執行
env LANG=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg
ERROR: Mrtg will most likely not work properly when the environment
variable LANG is set to UTF-8. Please run mrtg in an environment
where this is not the case. Try the following command to start:
因為mrtg LANG是Big5 而主机的是UTF-8所以要改執行
env LANG=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg