I thought I was all set, but I guess not. About the last thing I had to do was get my modem configured and everything would have been good. Here's my most current problem. Trying to run "system-config-network" from the command line gives the following:
- Code: Select all
[root@eunix etc]# 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 etc]#
Which seems to indicate a "locale" error. Running the command "locale" gives teh following:
- Code: Select all
[root@eunix etc]# locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
[root@eunix etc]#
Obviously some unhappiness there. How do I go about fixing my "locale" so that I can get my modem set up?
Jim



