Package: util-linux
Version: 2.29-1
Severity: normal

When i try using chrt to change the real time priority of a process,
it seems that the RR policy is not the default anymore:

$ chrt 90 echo hello
chrt: unsupported priority value for the policy: 90: see --max for valid range
$ chrt -r 90 echo hello
hello

 whereas manual says so:

       -r, --rr
              Set scheduling policy to SCHED_RR.  When no policy is
defined, the SCHED_RR is used as the default.

 Issue was not present on Debian Jessie:

$ chrt 90 echo hello
hello
$ chrt -r 90 echo hello
hello


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-1-amd64 (SMP w/16 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8
(charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages util-linux depends on:
ii  libblkid1      2.29-1
ii  libc6          2.24-7
ii  libfdisk1      2.29-1
ii  libmount1      2.29-1
ii  libncursesw5   6.0+20160917-1
ii  libpam0g       1.1.8-3.3
ii  libselinux1    2.6-3
ii  libsmartcols1  2.29-1
ii  libsystemd0    232-6
ii  libtinfo5      6.0+20160917-1
ii  libudev1       232-6
ii  libuuid1       2.29-1
ii  zlib1g         1:1.2.8.dfsg-2+b3

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools          4.0-2
ii  kbd                 2.0.3-2
ii  util-linux-locales  2.29-1

-- no debconf information

--
 Regards,
  Patrick Pélissier

Reply via email to