Re: [Yum-devel] [PATCH] Add reset_nice configuration.

2011-10-18 Thread James Antill
On Tue, 2011-10-18 at 11:14 -0500, Jason L Tibbitts III wrote: > Oh, man, is that's what's been causing all of my sshd's to get reniced > way down low? I've been trying to figure that out absolutely forever. > Actually I don't run yum-updatesd but the yum-cron stuff instead, but I > suspect someth

Re: [Yum-devel] [PATCH] Add reset_nice configuration.

2011-10-18 Thread Jason L Tibbitts III
Oh, man, is that's what's been causing all of my sshd's to get reniced way down low? I've been trying to figure that out absolutely forever. Actually I don't run yum-updatesd but the yum-cron stuff instead, but I suspect something similar is involved there. - J< _

Re: [Yum-devel] [PATCH] Add reset_nice configuration.

2011-10-18 Thread Panu Matilainen
On 10/18/2011 04:45 PM, James Antill wrote: On Tue, 2011-10-18 at 10:20 +0300, Panu Matilainen wrote: On 10/17/2011 10:14 PM, James Antill wrote: +.IP +\fBreset_nice \fR +If set to true then yum will try to reset the nice value to zero, before +running an rpm transaction. Defaults to False. J

Re: [Yum-devel] [PATCH] Add reset_nice configuration.

2011-10-18 Thread James Antill
On Tue, 2011-10-18 at 10:20 +0300, Panu Matilainen wrote: > On 10/17/2011 10:14 PM, James Antill wrote: > > +.IP > > +\fBreset_nice \fR > > +If set to true then yum will try to reset the nice value to zero, before > > +running an rpm transaction. Defaults to False. > > Just curious, but why on ear

Re: [Yum-devel] [PATCH] Add reset_nice configuration.

2011-10-18 Thread Panu Matilainen
On 10/17/2011 10:14 PM, James Antill wrote: --- docs/yum.conf.5 |4 yum/__init__.py | 13 + yum/config.py |1 + 3 files changed, 18 insertions(+), 0 deletions(-) diff --git a/docs/yum.conf.5 b/docs/yum.conf.5 index 607e9fc..d6fe824 100644 --- a/docs/yum.conf.5 +

Re: [Yum-devel] [PATCH] Add reset_nice configuration.

2011-10-17 Thread seth vidal
On Mon, 2011-10-17 at 15:14 -0400, James Antill wrote: > --- > docs/yum.conf.5 |4 > yum/__init__.py | 13 + > yum/config.py |1 + > 3 files changed, 18 insertions(+), 0 deletions(-) > > diff --git a/docs/yum.conf.5 b/docs/yum.conf.5 > index 607e9fc..d6fe824 100644 >

[Yum-devel] [PATCH] Add reset_nice configuration.

2011-10-17 Thread James Antill
--- docs/yum.conf.5 |4 yum/__init__.py | 13 + yum/config.py |1 + 3 files changed, 18 insertions(+), 0 deletions(-) diff --git a/docs/yum.conf.5 b/docs/yum.conf.5 index 607e9fc..d6fe824 100644 --- a/docs/yum.conf.5 +++ b/docs/yum.conf.5 @@ -622,6 +622,10 @@ When ins