* [Xenomai] Beagleboard 3.8 regression results
@ 2013-05-18 21:39 Michael Haberler
2013-05-18 23:30 ` Gilles Chanteperdrix
2013-05-19 21:00 ` John Morris
0 siblings, 2 replies; 6+ messages in thread
From: Michael Haberler @ 2013-05-18 21:39 UTC (permalink / raw)
To: xenomai@xenomai.org
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai] Beagleboard 3.8 regression results
2013-05-18 21:39 [Xenomai] Beagleboard 3.8 regression results Michael Haberler
@ 2013-05-18 23:30 ` Gilles Chanteperdrix
2013-05-19 9:14 ` Michael Haberler
2013-05-19 21:00 ` John Morris
1 sibling, 1 reply; 6+ messages in thread
From: Gilles Chanteperdrix @ 2013-05-18 23:30 UTC (permalink / raw)
To: Michael Haberler; +Cc: xenomai@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.
--
Gilles.
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [Xenomai] Beagleboard 3.8 regression results
2013-05-18 23:30 ` Gilles Chanteperdrix
@ 2013-05-19 9:14 ` Michael Haberler
0 siblings, 0 replies; 6+ messages in thread
From: Michael Haberler @ 2013-05-19 9:14 UTC (permalink / raw)
To: xenomai@xenomai.org
Am 19.05.2013 um 01:30 schrieb Gilles Chanteperdrix <gilles.chanteperdrix@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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai] Beagleboard 3.8 regression results
2013-05-18 21:39 [Xenomai] Beagleboard 3.8 regression results Michael Haberler
2013-05-18 23:30 ` Gilles Chanteperdrix
@ 2013-05-19 21:00 ` John Morris
2013-05-20 0:00 ` Gilles Chanteperdrix
1 sibling, 1 reply; 6+ messages in thread
From: John Morris @ 2013-05-19 21:00 UTC (permalink / raw)
To: Michael Haberler; +Cc: xenomai@xenomai.org
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai] Beagleboard 3.8 regression results
2013-05-19 21:00 ` John Morris
@ 2013-05-20 0:00 ` Gilles Chanteperdrix
2013-05-25 22:18 ` John Morris
0 siblings, 1 reply; 6+ messages in thread
From: Gilles Chanteperdrix @ 2013-05-20 0:00 UTC (permalink / raw)
To: John Morris; +Cc: xenomai@xenomai.org
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.
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [Xenomai] Beagleboard 3.8 regression results
2013-05-20 0:00 ` Gilles Chanteperdrix
@ 2013-05-25 22:18 ` John Morris
0 siblings, 0 replies; 6+ messages in thread
From: John Morris @ 2013-05-25 22:18 UTC (permalink / raw)
To: xenomai@xenomai.org
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-05-25 22:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-18 21:39 [Xenomai] Beagleboard 3.8 regression results Michael Haberler
2013-05-18 23:30 ` Gilles Chanteperdrix
2013-05-19 9:14 ` Michael Haberler
2013-05-19 21:00 ` John Morris
2013-05-20 0:00 ` Gilles Chanteperdrix
2013-05-25 22:18 ` John Morris
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.