bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32416: nice command doesn't provide requested niceness


From: Bernhard Voelker
Subject: bug#32416: nice command doesn't provide requested niceness
Date: Sat, 11 Aug 2018 08:12:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 08/10/2018 08:24 PM, andré wrote:
> nice -n 1 (command)
> .or.
> nice --adjustment=1 (command)
> 
> produces niceness of 10

how do you check this?

> on a system with default niceness of 0
> coreutils version 8.25
> package coreutils-8.25-3.mga6.src.rpm compiled 2017-05-02 by Mageia
> 
> expected behavior :
> produce niceness of 1

I cannot reproduce here ('nice' wasn't changed to this regard since 8.25):

  $ nice --version | head -n1
  nice (GNU coreutils) 8.30
  $ nice
  0
  $ nice -n 1 nice
  1

'nice' only adds 10 if I don't specify a number:

  $ nice nice
  10

Could you please show us a reproducer?

Have a nice day,
Berny





reply via email to

[Prev in Thread] Current Thread [Next in Thread]