> -----Original Message----- > before ? I´m running very well my MRTG on Red Hat, but when I > made the migration to Fedora, I´d get this issue: > > [EMAIL PROTECTED] bin]# perl mrtg > -------------------------------------------------------------- > --------- > ERROR: Mrtg will most likely not work propperly when the environment > variable LANG is set to UTF-8. Please run mrtg in an > environment > where this is not the case: > > env LANG=C mrtg ... > --------------------------------------------------------------
Yup.....since RH8 when they changed the default language to UTF-8. The line 'env LANG=C mrtg..' in the error message is telling you what to do. There are alternatives (changing the language for your system/session), but the above will work. See http://www.ee.ethz.ch/~slist/mrtg/msg24637.html from the archives for more detailed syntax. If you search the archives for UTF-8 or LANG you will find a lot of details with the various methods. Good Luck, Tim -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
