All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Xenomai v2.5-rc1 feedback
@ 2009-04-19 18:52 vikesh rambaran
  2009-04-19 19:04 ` Gilles Chanteperdrix
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: vikesh rambaran @ 2009-04-19 18:52 UTC (permalink / raw)
  To: xenomai-help

[-- Attachment #1: Type: text/plain, Size: 967 bytes --]

hi

Thanx for v2.5-rc1. Here are some minor observations

1. The prepare-kernel script requires --arch=x86 for an x86 32 bit platform.

--arch=i386 as per README.INSTALL section 2.1 does not seem to be allowed
anymore

(README.INSTALL updates required ?)

2. With Xenomai v2.4.x echoing the xenomai group id to
/sys/module/xeno_nucleus/parameters/xenomai_gid
allowed a Xenomai application to be run without having to type 'sudo'. Does
not work with v2.5-rc1.
Get the following message :

Xenomai: open: Permission denied
Xenomai: mmap(local sem heap): Permission denied

[Application runs normally if sudo is used]

Has this feature been removed ?

3. When running the latency test in a console window within X and the window
is maximised/minimized
the following message appears :

Not SIGSHADOW !

Latency test then continues to run normally

[This was seen with the 2.6.29.1 build. Will have to confirm if it appears
with the 2.6.28.9 build]

Hope this helps
Vicki

[-- Attachment #2: Type: text/html, Size: 1095 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Xenomai-help] Xenomai v2.5-rc1 feedback
  2009-04-19 18:52 [Xenomai-help] Xenomai v2.5-rc1 feedback vikesh rambaran
@ 2009-04-19 19:04 ` Gilles Chanteperdrix
  2009-04-19 21:11 ` Philippe Gerum
  2009-04-20  7:56 ` Philippe Gerum
  2 siblings, 0 replies; 6+ messages in thread
From: Gilles Chanteperdrix @ 2009-04-19 19:04 UTC (permalink / raw)
  To: vikesh rambaran; +Cc: xenomai-help

vikesh rambaran wrote:
> hi
> 
> Thanx for v2.5-rc1. Here are some minor observations
> 
> 1. The prepare-kernel script requires --arch=x86 for an x86 32 bit platform.
> 
> --arch=i386 as per README.INSTALL section 2.1 does not seem to be allowed
> anymore
> 
> (README.INSTALL updates required ?)
> 
> 2. With Xenomai v2.4.x echoing the xenomai group id to
> /sys/module/xeno_nucleus/parameters/xenomai_gid
> allowed a Xenomai application to be run without having to type 'sudo'. Does
> not work with v2.5-rc1.
> Get the following message :
> 
> Xenomai: open: Permission denied
> Xenomai: mmap(local sem heap): Permission denied
> 
> [Application runs normally if sudo is used]
> 
> Has this feature been removed ?
> 
> 3. When running the latency test in a console window within X and the window
> is maximised/minimized
> the following message appears :
> 
> Not SIGSHADOW !

This message means that the application received a SIGWINCH not
originating from Xenomai. This is essentially a debug message which can
be removed.

-- 
					    Gilles.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Xenomai-help] Xenomai v2.5-rc1 feedback
  2009-04-19 18:52 [Xenomai-help] Xenomai v2.5-rc1 feedback vikesh rambaran
  2009-04-19 19:04 ` Gilles Chanteperdrix
@ 2009-04-19 21:11 ` Philippe Gerum
  2009-04-20  7:56 ` Philippe Gerum
  2 siblings, 0 replies; 6+ messages in thread
From: Philippe Gerum @ 2009-04-19 21:11 UTC (permalink / raw)
  To: vikesh rambaran; +Cc: xenomai-help

On Sun, 2009-04-19 at 20:52 +0200, vikesh rambaran wrote:
> hi
> 
> Thanx for v2.5-rc1. Here are some minor observations 
> 
> 1. The prepare-kernel script requires --arch=x86 for an x86 32 bit
> platform.
> 
> --arch=i386 as per README.INSTALL section 2.1 does not seem to be
> allowed anymore
> 
> (README.INSTALL updates required ?)

Yes, fairly outdated now.

> 
> 2. With Xenomai v2.4.x echoing the xenomai group id
> to /sys/module/xeno_nucleus/parameters/xenomai_gid 
> allowed a Xenomai application to be run without having to type 'sudo'.
> Does not work with v2.5-rc1.
> Get the following message :
> 
> Xenomai: open: Permission denied
> Xenomai: mmap(local sem heap): Permission denied
> 
> [Application runs normally if sudo is used]
> 
> Has this feature been removed ?
> 
> 3. When running the latency test in a console window within X and the
> window is maximised/minimized
> the following message appears :
> 
> Not SIGSHADOW !
> 
> Latency test then continues to run normally
> 
> [This was seen with the 2.6.29.1 build. Will have to confirm if it
> appears with the 2.6.28.9 build]
> 
> Hope this helps
> Vicki
> 
> 
> 
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
-- 
Philippe.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Xenomai-help] Xenomai v2.5-rc1 feedback
  2009-04-19 18:52 [Xenomai-help] Xenomai v2.5-rc1 feedback vikesh rambaran
  2009-04-19 19:04 ` Gilles Chanteperdrix
  2009-04-19 21:11 ` Philippe Gerum
@ 2009-04-20  7:56 ` Philippe Gerum
  2009-04-20  9:58   ` Vikesh Rambaran
  2 siblings, 1 reply; 6+ messages in thread
From: Philippe Gerum @ 2009-04-20  7:56 UTC (permalink / raw)
  To: vikesh rambaran; +Cc: xenomai-help

On Sun, 2009-04-19 at 20:52 +0200, vikesh rambaran wrote:
> hi
> 
> Thanx for v2.5-rc1. Here are some minor observations 
> 
> 1. The prepare-kernel script requires --arch=x86 for an x86 32 bit
> platform.
> 
> --arch=i386 as per README.INSTALL section 2.1 does not seem to be
> allowed anymore

This switch is still allowed. Could you send us the error output? TIA,

-- 
Philippe.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Xenomai-help] Xenomai v2.5-rc1 feedback
  2009-04-20  7:56 ` Philippe Gerum
@ 2009-04-20  9:58   ` Vikesh Rambaran
  2009-04-23  7:42     ` vikesh rambaran
  0 siblings, 1 reply; 6+ messages in thread
From: Vikesh Rambaran @ 2009-04-20  9:58 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: xenomai-help

Hi

On Mon, 2009-04-20 at 09:56 +0200, Philippe Gerum wrote:
> On Sun, 2009-04-19 at 20:52 +0200, vikesh rambaran wrote:
> > hi
> > 
> > Thanx for v2.5-rc1. Here are some minor observations 
> > 
> > 1. The prepare-kernel script requires --arch=x86 for an x86 32 bit
> > platform.
> > 
> > --arch=i386 as per README.INSTALL section 2.1 does not seem to be
> > allowed anymore
> 
> This switch is still allowed. Could you send us the error output? TIA,
> 

Thanx for checking. 

I also cannot reproduce this error on the PC which i have here (:

Will try it out again on the PC at home and let you know. 
Feels like i had some finger trouble ...

Keep well
Vicki






^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Xenomai-help] Xenomai v2.5-rc1 feedback
  2009-04-20  9:58   ` Vikesh Rambaran
@ 2009-04-23  7:42     ` vikesh rambaran
  0 siblings, 0 replies; 6+ messages in thread
From: vikesh rambaran @ 2009-04-23  7:42 UTC (permalink / raw)
  To: Vikesh Rambaran; +Cc: xenomai-help

[-- Attachment #1: Type: text/plain, Size: 943 bytes --]

On Mon, Apr 20, 2009 at 11:58 AM, Vikesh Rambaran <
vikesh.rambaran@domain.hid> wrote:

> Hi
>
> On Mon, 2009-04-20 at 09:56 +0200, Philippe Gerum wrote:
> > On Sun, 2009-04-19 at 20:52 +0200, vikesh rambaran wrote:
> > > hi
> > >
> > > Thanx for v2.5-rc1. Here are some minor observations
> > >
> > > 1. The prepare-kernel script requires --arch=x86 for an x86 32 bit
> > > platform.
> > >
> > > --arch=i386 as per README.INSTALL section 2.1 does not seem to be
> > > allowed anymore
> >
> > This switch is still allowed. Could you send us the error output? TIA,
> >
>
> Thanx for checking.
>
> I also cannot reproduce this error on the PC which i have here (:
>
> Will try it out again on the PC at home and let you know.
> Feels like i had some finger trouble ...
>
> Keep well
> Vicki
>
>
> Ok, tried again at home. Was unable to reproduce this error so i must have
made a mistake.
Apologies for any inconvenience caused.

Keep well
Vicki

[-- Attachment #2: Type: text/html, Size: 1445 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-23  7:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 18:52 [Xenomai-help] Xenomai v2.5-rc1 feedback vikesh rambaran
2009-04-19 19:04 ` Gilles Chanteperdrix
2009-04-19 21:11 ` Philippe Gerum
2009-04-20  7:56 ` Philippe Gerum
2009-04-20  9:58   ` Vikesh Rambaran
2009-04-23  7:42     ` vikesh rambaran

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.