On Thu, 9 Dec 2010 23:24:37 -0600 Manuel Escudero <Jmlevick@xxxxxxxxx> wrote: > This just started today, Yesterday everything seem to be fine, but > today I tried to install a program via YUM and Konsole returned me a > Wierd error, This error repeats with every YUM task I try to perform, > se my output: > > Traceback (most recent call last): > File "/usr/bin/yum", line 29, in <module> > yummain.user_main(sys.argv[1:], exit_code=True) > File "/usr/share/yum-cli/yummain.py", line 258, in user_main > errcode = main(args) > File "/usr/share/yum-cli/yummain.py", line 97, in main > base.doLock() > File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1593, > in doLock > while not self._lock(lockfile, mypid, 0644): > File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1653, > in _lock > errmsg = _('Could not create lock at %s: %s ') % (filename, > str(msg)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in > position 24: ordinal not in range(128) > > > Why is this happening? How can I fix it? > > It seems that there are characters on your system that are not in the ASCII range. In particular, character 0xc3. For some reason, your version of python is not using UTF-8, which I thought was now the norm. You can try running yum clean metadata or yum clean all to clear out possibly erroneous information, and run yum update or whatever you want. Try from an actual console, say Ctrl-Alt-F2, and see if that has an effect as X might be causing the problem. Ctrl-Alt-F1 to get back to X. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines