On 10/10/05, John Moore <database1@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
10.10.2005
Last time I did yum (yum update), it updated the kernel to 2.6.13. Ever
since, doing yum update I get this at the terminal:
[jmoore@localhost ~]$ yum update
Config Error: Error accessing file for config file:///etc/yum.conf
I have checked out /etc/ (doing su -) and found that yum.conf looked
like yum.conf~. Thought that might be the problem so I renamed it back
to yum.conf but I still get the same problem at the terminal.
Oh, and Yumex just flashes open but doesn't stay open. That is, Yumex
also doesn't work.
Any suggestions?
John Moore
Atlanta, GA
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
On Mon, 2005-10-10 at 19:20 -0600, Spencer Kellis wrote:
I just had problems with yum myself... a few things I learned that might help:www.spencerkellis.net
clean up your yum data:
yum clean all
clean up your rpm data:
rm /var/lib/rpm/__db*
rpm --rebuilddb
I think those are the basics... hopefully that does something!
Spencer
10.11.2005
Hey Spencer.
Tried the first command "yum clean all" and this is what I got (what I entered at the terminal)
[jmoore@localhost ~]$ su -
Password:
[root@localhost ~]# yum clean all
Config Error: Error accessing file for config file:///etc/yum.conf
[root@localhost ~]#
As you can see, I still got the same error. Any suggestions?