On Fri, 2006-09-15 at 00:38 -0700, redtroy zhang wrote: > after updating FC4 to 2.6.17-1.2142_FC4, when i run 'yum update' in > shell, ERROR message below displays: > Traceback (most recent call last): > File "/usr/bin/yum", line 29, in ? > yummain.main(sys.argv[1:]) > File "/usr/share/yum-cli/yummain.py", line 67, in main > locale.setlocale(locale.LC_ALL, '') > File "/usr/lib/python2.4/locale.py", line 381, in setlocale > return _setlocale(category, locale) > locale.Error: unsupported locale setting > > HOW TO fix this problem, thank you! Does it work if you do: # LANG=C LC_ALL=C yum update Paul.