Hi,
it looks likee problemrchitecture dependent. I cannot reproduce the
problem on my system running amd64 either. When using i386 userland, it
breaks.
# dpkg --print-architecture
i386
# uname -r
3.16.0-4-amd64
# sleep 5 & LC_ALL=de_DE.UTF-8 killall --older-than 1h sleep
[1] 18467
[1]+ Bee
tag 822861 unreproducible
thankyou
Works ok here:
$ sleep 5 & LC_ALL=de_DE.UTF-8 killall --older-than 1h sleep
[1] 20927
sleep: Kein Prozess gefunden
Normally a locale problem would be a strtol related issue and those options
use that function, but its often related to decimal point versus comma.
Package: psmisc
Version: 22.21-2
Severity: normal
Dear Maintainer,
we wanted to kill stale programs with "killall --older-than".
This works just fine with locale "C":
# sleep 5 & LC_ALL=C killall --older-than 1h sleep
[1] 10858
sleep: no process found
But with our locale "de_DE.UTF-8" it also
3 matches
Mail list logo