On 2/2/06, Lancashire, Pete <plancashire@xxxxxxxxxxxxxxxxx> wrote: > just went to see what updates would go with my fedora > fc5t2 box and yum now seems to run out memory. > An upgrade in the last couple of days of the sqlite package broke python-sqlite and yum. The fixed python-sqlite package is in rawhide now. Since yum is broken, you will either need to update python-sqlite manually, or revert back to the old sqlite from FC5T2. rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/python-sqlite-1.1.6-3.i386.rpm rpm -Uvh --oldpackage sqlite-3.2.8-1.i386.rpm The bug is https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179547. - Ian