I'm working with FC3 and trying to set up my modem. In former versions of RH/FC, I could type the command "neat" as root and it would start the system-config-network gui and I could add/remove/edit interfaces. Now if I try to start this program, I get the following: [code] [root@eunix ~]# neat Traceback (most recent call last): File "/usr/sbin/neat", line 42, in ? locale.setlocale(locale.LC_ALL, "") File "/usr/lib/python2.3/locale.py", line 381, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting [/code] or [code] [root@eunix ~]# system-config-network Traceback (most recent call last): File "/usr/sbin/system-config-network-gui", line 42, in ? locale.setlocale(locale.LC_ALL, "") File "/usr/lib/python2.3/locale.py", line 381, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting [root@eunix ~]# [/code] Any thoughts? It obviously is referring to "locale" but how do I set locale? I don't believe this was ever necessary in hte past. -- This is an email sent via the webforum on http://fcp.homelinux.org