Bug#594377: sudo resets niceness

2011-05-31 Thread Steve Langasek
tags 594377 confirmed retitle 594377 pam_limits: don't change niceness for root thanks On Fri, Aug 27, 2010 at 03:39:29PM +0200, martin f krafft wrote: > also sprach Bdale Garbee [2010.08.25.2103 +0200]: > > Since the issue really seems to be undocumented defaults in pam_limits, > > I'm reassigni

Bug#594377: sudo resets niceness

2010-08-27 Thread martin f krafft
also sprach Bdale Garbee [2010.08.25.2103 +0200]: > Since the issue really seems to be undocumented defaults in pam_limits, > I'm reassigning this bug for resolution there. Since sudo uses pam_limits while su does not, maybe a note about the default behaviour — whether intended or not — should be

Bug#594377: sudo resets niceness

2010-08-25 Thread Bdale Garbee
reassign 594377 libpam-modules thanks Since the issue really seems to be undocumented defaults in pam_limits, I'm reassigning this bug for resolution there. Bdale pgpgc6jIAJWVl.pgp Description: PGP signature

Bug#594377: sudo resets niceness

2010-08-25 Thread martin f krafft
Package: sudo Version: 1.7.2p7-1 Severity: normal sudo resets the niceness to 0: fishbowl:~% nice -17 ps -al | grep '[p]s' | awk '{print $8}' 17 fishbowl:~% nice -17 sudo ps -al | grep '[p]s' | awk '{print $8}' 0 fishbowl:~% nice -n 17 sudo ps -al | grep '[p]s' | awk '{print $8}' 0 W