Bug#709421: chkrootkit should not assume kernel version has 3 components

2014-04-23 Thread Yaroslav Halchenko
Package: chkrootkit Version: 0.49-4.1 Followup-For: Bug #709421 FWIW confirming that this issue is still there and would agree with the previous comment on simply patching this comparison away for the sake of correct operation whenever 4.0 comes out ;) -- System Information: Debian Release: jessi

Bug#709421: chkrootkit should not assume kernel version has 3 components

2013-05-23 Thread Aaron M. Ucko
Package: chkrootkit Version: 0.49-4.1 Followup-For: Bug #709421 Ironically, this message also called attention to a silent bug in the same code's handling of *older* 3.x kernels: because it was only looking at the second component, it treated anything prior to 3.6 as prior to *2.6*. That obviousl

Bug#709421: chkrootkit should not assume kernel version has 3 components

2013-05-23 Thread karme
Package: chkrootkit Version: 0.49-4.1 Severity: important Dear Maintainer, at the moment chkrootkit fails with: /etc/cron.daily/chkrootkit: /usr/sbin/chkrootkit: 27: [: Illegal number: 8-1-amd64 this is cause by uname -r returning 3.8-2-amd64: $ uname -r 3.8-2-amd64 in line 27: if [ `uname -r |