I'm having the same problem in Wheezy with kernel 3.9-0.bpo.1-amd64. I
keep getting the following error message in cron logs:

/usr/lib/tiger/scripts/check_known: 129: [: Illegal number: 9-0


   There are a couple issues with this line (check_known:129):

1) As the comment in the script preceding this line shows, there is an
assumption that we are dealing with Linux 2.x kernels. It appears to me
that the mainline Wheezy kernel 3.2 would fail this conditional because
"2 -gt 4" is false, but it seems that the desired behavior for this
conditional would be to say that "3.2 > 2.4" is true.

2) This conditional assumes that kernel versions are numbered as
2.x.__stuff__, where x is an integer, so formats with dashes like
3.9-0.__stuff__ or 3.8-1-amd64.__stuff__ will trigger the error message
noted in this bug.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to