Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-20 Thread seth vidal
On Wed, 2010-09-15 at 09:28 +0200, Joachim Backes wrote: On 09/15/2010 08:04 AM, Steven Haigh wrote: What plugins do you have installed? I only get: # pwd /var/lib/yum # du -hs * 1.2Mhistory 0 rpmdb-indexes 4.0Kuuid 9.0Myumdb Hi Steven, cd

Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-20 Thread Joachim Backes
On 09/20/2010 03:16 PM, seth vidal wrote: On Wed, 2010-09-15 at 09:28 +0200, Joachim Backes wrote: On 09/15/2010 08:04 AM, Steven Haigh wrote: What plugins do you have installed? I only get: # pwd /var/lib/yum # du -hs * 1.2Mhistory 0 rpmdb-indexes 4.0Kuuid 9.0M

Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-20 Thread seth vidal
On Mon, 2010-09-20 at 16:22 +0200, Joachim Backes wrote: On 09/20/2010 03:16 PM, seth vidal wrote: On Wed, 2010-09-15 at 09:28 +0200, Joachim Backes wrote: On 09/15/2010 08:04 AM, Steven Haigh wrote: What plugins do you have installed? I only get: # pwd /var/lib/yum # du -hs *

Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-20 Thread seth vidal
On Mon, 2010-09-20 at 15:45 +0100, Frank Murphy wrote: On 20/09/10 14:16, seth vidal wrote: repomanage -o /var/lib/yum/plugins/local | xargs rm -f Could this be added as a start up script? in /etc/rc.local shrug up to you, but there's no reason it couldn't be. -sv -- test mailing list

Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-15 Thread Steven Haigh
What plugins do you have installed? I only get: # pwd /var/lib/yum # du -hs * 1.2Mhistory 0 rpmdb-indexes 4.0Kuuid 9.0Myumdb -- Steven Haigh Email: net...@crc.id.au Web: http://www.crc.id.au Phone: (03) 9001 6090 - 0412 935 897 Fax: (03) 8338 0299 On 09/15/2010 03:44 PM,

Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-15 Thread Joachim Backes
On 09/15/2010 08:04 AM, Steven Haigh wrote: What plugins do you have installed? I only get: # pwd /var/lib/yum # du -hs * 1.2M history 0 rpmdb-indexes 4.0K uuid 9.0M yumdb Hi Steven, cd /var/lib/yum sudo du -hs * 4.6Mhistory 3.8Gplugins 296Krpmdb-indexes 4.0K

Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-15 Thread Steven Haigh
On 09/15/2010 05:28 PM, Joachim Backes wrote: On 09/15/2010 08:04 AM, Steven Haigh wrote: What plugins do you have installed? I only get: # pwd /var/lib/yum # du -hs * 1.2M history 0rpmdb-indexes 4.0K uuid 9.0M yumdb Hi Steven, cd /var/lib/yum sudo du -hs * 4.6M history 3.8G

Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-15 Thread Frank Murphy
On 15/09/10 08:28, Joachim Backes wrote: Installed yum plugins: yum-plugin-local (has not been installed explictly, but automatically!) Joachim Backes If you don't need a local repo: yum erase yum*local -- Regards, Frank Murphy UTF_8 Encoded Friend of Fedora -- test mailing list

Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-15 Thread Joachim Backes
On 09/15/2010 09:58 AM, Frank Murphy wrote: On 15/09/10 08:28, Joachim Backes wrote: Installed yum plugins: yum-plugin-local (has not been installed explictly, but automatically!) Joachim Backes If you don't need a local repo: yum erase yum*local I did it, but now, I can't

Re: Question: how to keep /var/lib/yum/plugins/local small?

2010-09-15 Thread Frank Murphy
On 15/09/10 09:22, Joachim Backes wrote: If you don't need a local repo: yum erase yum*local I did it, but now, I can't downgrade an installed package :-( You can if you havn't deleted the 3gb of files. maybe as su\sudo updatedb locate local.conf.rpmsave if that is there it will contain

Question: how to keep /var/lib/yum/plugins/local small?

2010-09-14 Thread Joachim Backes
Is there a yum function to keep */var/lib/yum/plugins/local* small? This directory now uses about 3.0 GB after starting with F14-Alpha and applying all F14 updates. It would be nice if one could reduce the package number by some FIFO algoritm. Any ideas? Kind regards -- Joachim Backes