Re: [Xenomai] Beagleboard 3.8 regression results

2013-05-25 Thread John Morris
On 05/19/2013 07:00 PM, Gilles Chanteperdrix wrote:
 On 05/19/2013 11:00 PM, John Morris wrote:
 
 On 05/18/2013 04:39 PM, Michael Haberler wrote:
 using Stephan's 3.8 patch for the BeagleBoard and running

 arm:/usr/xenomai/bin# ./xeno-regression-test -l 
 /usr/lib/xenomai/testsuite/dohell -m /tmp 100 -t 2

 gives 

 select service with posix message queues: success
 ++ start_load
 ++ echo start_load
 ++ check_alive /usr/xenomai/bin/switchtest
 ++ echo check_alive /usr/xenomai/bin/switchtest
 ++ check_alive /usr/xenomai/bin/switchtest -s 1000
 ++ echo check_alive /usr/xenomai/bin/switchtest -s 1000
 ++ check_alive /usr/xenomai/bin/latency -t 2
 ./xeno-regression-test failed: dead child 1988 not found!

 Be sure that the path to dohell is correct.  I think that's the correct
 path for 2.6.0 and earlier, but in 2.6.2.1 it should be
 /usr/lib/xenomai/dohell or similar.
 
 
 dohell is installed in the directory you pass to --with-testdir
 configure script option. If you do not pass this option, it gets
 installed in $bindir, that is $prefix/bin. I do not think this changed
 for 2.6.2.1.

Thank you.  The documentation at
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?XenomaiKernel is updated.

Also, I was wrong about the location for the Debian package
configuration, which put dohell in /usr/lib/xenomai/testsuite/dohell.

John

___
Xenomai mailing list
Xenomai@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai


Re: [Xenomai] Beagleboard 3.8 regression results

2013-05-19 Thread Michael Haberler

Am 19.05.2013 um 01:30 schrieb Gilles Chanteperdrix 
gilles.chanteperd...@xenomai.org:

 On 05/18/2013 11:39 PM, Michael Haberler wrote:
 
 using Stephan's 3.8 patch for the BeagleBoard and running
 
 arm:/usr/xenomai/bin# ./xeno-regression-test -l 
 /usr/lib/xenomai/testsuite/dohell -m /tmp 100 -t 2
 
 gives 
 
 select service with posix message queues: success
 ++ start_load
 ++ echo start_load
 ++ check_alive /usr/xenomai/bin/switchtest
 ++ echo check_alive /usr/xenomai/bin/switchtest
 ++ check_alive /usr/xenomai/bin/switchtest -s 1000
 ++ echo check_alive /usr/xenomai/bin/switchtest -s 1000
 ++ check_alive /usr/xenomai/bin/latency -t 2
 ./xeno-regression-test failed: dead child 1988 not found!
 
 not sure what to make of it - any recommendations how to proceed?
 
 
 there are two ways to use dohell
 either you pass -l to get it to launch ltp testsuite
 or you pass a duration, in seconds.
 Otherwise dohell exits prematurely with no things left to do.

installed ltp from source since not available in debian wheezy/arm archives
everything fine

thanks!

- Michael
 
 -- 
Gilles.


___
Xenomai mailing list
Xenomai@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai


Re: [Xenomai] Beagleboard 3.8 regression results

2013-05-19 Thread John Morris
On 05/18/2013 04:39 PM, Michael Haberler wrote:
 using Stephan's 3.8 patch for the BeagleBoard and running
 
 arm:/usr/xenomai/bin# ./xeno-regression-test -l 
 /usr/lib/xenomai/testsuite/dohell -m /tmp 100 -t 2
 
 gives 
 
 select service with posix message queues: success
 ++ start_load
 ++ echo start_load
 ++ check_alive /usr/xenomai/bin/switchtest
 ++ echo check_alive /usr/xenomai/bin/switchtest
 ++ check_alive /usr/xenomai/bin/switchtest -s 1000
 ++ echo check_alive /usr/xenomai/bin/switchtest -s 1000
 ++ check_alive /usr/xenomai/bin/latency -t 2
 ./xeno-regression-test failed: dead child 1988 not found!

Be sure that the path to dohell is correct.  I think that's the correct
path for 2.6.0 and earlier, but in 2.6.2.1 it should be
/usr/lib/xenomai/dohell or similar.

John

___
Xenomai mailing list
Xenomai@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai


Re: [Xenomai] Beagleboard 3.8 regression results

2013-05-19 Thread Gilles Chanteperdrix
On 05/19/2013 11:00 PM, John Morris wrote:

 On 05/18/2013 04:39 PM, Michael Haberler wrote:
 using Stephan's 3.8 patch for the BeagleBoard and running

 arm:/usr/xenomai/bin# ./xeno-regression-test -l 
 /usr/lib/xenomai/testsuite/dohell -m /tmp 100 -t 2

 gives 

 select service with posix message queues: success
 ++ start_load
 ++ echo start_load
 ++ check_alive /usr/xenomai/bin/switchtest
 ++ echo check_alive /usr/xenomai/bin/switchtest
 ++ check_alive /usr/xenomai/bin/switchtest -s 1000
 ++ echo check_alive /usr/xenomai/bin/switchtest -s 1000
 ++ check_alive /usr/xenomai/bin/latency -t 2
 ./xeno-regression-test failed: dead child 1988 not found!
 
 Be sure that the path to dohell is correct.  I think that's the correct
 path for 2.6.0 and earlier, but in 2.6.2.1 it should be
 /usr/lib/xenomai/dohell or similar.


dohell is installed in the directory you pass to --with-testdir
configure script option. If you do not pass this option, it gets
installed in $bindir, that is $prefix/bin. I do not think this changed
for 2.6.2.1.

-- 
Gilles.

___
Xenomai mailing list
Xenomai@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai


[Xenomai] Beagleboard 3.8 regression results

2013-05-18 Thread Michael Haberler
using Stephan's 3.8 patch for the BeagleBoard and running

arm:/usr/xenomai/bin# ./xeno-regression-test -l 
/usr/lib/xenomai/testsuite/dohell -m /tmp 100 -t 2

gives 

select service with posix message queues: success
++ start_load
++ echo start_load
++ check_alive /usr/xenomai/bin/switchtest
++ echo check_alive /usr/xenomai/bin/switchtest
++ check_alive /usr/xenomai/bin/switchtest -s 1000
++ echo check_alive /usr/xenomai/bin/switchtest -s 1000
++ check_alive /usr/xenomai/bin/latency -t 2
./xeno-regression-test failed: dead child 1988 not found!

not sure what to make of it - any recommendations how to proceed?

- Michael
___
Xenomai mailing list
Xenomai@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai