Bug#614462: Variable results, depending on running kernel version

2012-03-04 Thread Peter Miller
On Sat, 2012-03-03 at 13:17 +, Neil Williams wrote: First test: uname -a Linux debian 2.6.32-5-amd64 #1 SMP Fri Dec 23 20:09:57 UTC 2011 x86_64 GNU/Linux what Debian is this? I'd like to run a VM to see if there are more errors. PATH=`pwd`/bin:$PATH /bin/sh test/00/t0076a.sh

Bug#614462: Fw: Re: Bug#614462: Variable results, depending on running kernel version

2012-03-04 Thread peter green
Neil Williams wrote: First test: uname -a Linux debian 2.6.32-5-amd64 #1 SMP Fri Dec 23 20:09:57 UTC 2011 x86_64 GNU/Linux what Debian is this? The host system is mostly a somewhat outdated squeeze (but with some bits from lenny for reasons I won't go into here). The version of the

Bug#614462: Variable results, depending on running kernel version

2012-03-03 Thread Neil Williams
First test: uname -a Linux debian 2.6.32-5-amd64 #1 SMP Fri Dec 23 20:09:57 UTC 2011 x86_64 GNU/Linux ... PATH=`pwd`/bin:$PATH /bin/sh test/00/t0064a.sh This test only applies when not executed by root, therefore this test is declared to pass by default. PASSED PATH=`pwd`/bin:$PATH /bin/sh

Bug#614462: Variable results, depending on running kernel version

2012-03-03 Thread Peter Miller
On Sat, 2012-03-03 at 13:17 +, Neil Williams wrote: Having a test suite which is dependent on the architecture-dependent configuration of the running kernel is going to be permanently problematic in a Debian buildd infrastructure... As I learn of these issues I fix them, to the extent

Bug#614462: Variable results, depending on running kernel version

2012-03-03 Thread Neil Williams
On Sun, 04 Mar 2012 10:32:36 +1100 Peter Miller peter.miller@gmail.com wrote: On Sat, 2012-03-03 at 13:17 +, Neil Williams wrote: Having a test suite which is dependent on the architecture-dependent configuration of the running kernel is going to be permanently problematic in a