Bug#822861: killall: option --older-than breaks with german locale

2016-06-07 Thread Mario Lipinski
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

Bug#822861: killall: option --older-than breaks with german locale

2016-04-29 Thread Craig Small
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.

Bug#822861: killall: option --older-than breaks with german locale

2016-04-28 Thread Jörg Ludwig
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