All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] [PATCH] fixing modprobe hint in libs
Date: Thu, 29 Dec 2005 13:43:41 +0100	[thread overview]
Message-ID: <43B3D9FD.802@domain.hid> (raw)
In-Reply-To: <43B26C65.7020807@domain.hid>

Jan Kiszka wrote:
> Hi,
> 
> this patches fixes the hint a user sees when trying to start some
> RT-application without the related core service being available. Might
> be frustrating for a newbie if the suggested command fails...
> 

Applied, thanks.

> Jan
> 
> 
> ------------------------------------------------------------------------
> 
> Index: src/skins/uvm/init.c
> ===================================================================
> --- src/skins/uvm/init.c	(Revision 304)
> +++ src/skins/uvm/init.c	(Arbeitskopie)
> @@ -56,7 +56,7 @@
>  	case -ESRCH:
>  
>  	    fprintf(stderr,"Xenomai: UVM skin or CONFIG_XENO_OPT_PERVASIVE disabled.\n");
> -	    fprintf(stderr,"(modprobe xeno_uvm.ko?)\n");
> +	    fprintf(stderr,"(modprobe xeno_uvm?)\n");
>  	    exit(1);
>  
>  	default:
> Index: src/skins/rtai/init.c
> ===================================================================
> --- src/skins/rtai/init.c	(Revision 304)
> +++ src/skins/rtai/init.c	(Arbeitskopie)
> @@ -53,7 +53,7 @@
>  	case -ESRCH:
>  
>  	    fprintf(stderr,"Xenomai: RTAI skin or CONFIG_XENO_OPT_PERVASIVE disabled.\n");
> -	    fprintf(stderr,"(modprobe xeno_rtai.ko?)\n");
> +	    fprintf(stderr,"(modprobe xeno_rtai?)\n");
>  	    exit(1);
>  
>  	default:
> Index: src/skins/posix/init.c
> ===================================================================
> --- src/skins/posix/init.c	(Revision 304)
> +++ src/skins/posix/init.c	(Arbeitskopie)
> @@ -59,7 +59,7 @@
>  	case -ESRCH:
>  
>  	    fprintf(stderr,"Xenomai: POSIX skin or CONFIG_XENO_OPT_PERVASIVE disabled.\n");
> -	    fprintf(stderr,"(modprobe xeno_posix.ko?)\n");
> +	    fprintf(stderr,"(modprobe xeno_posix?)\n");
>  	    exit(1);
>  
>  	default:
> Index: src/skins/native/init.c
> ===================================================================
> --- src/skins/native/init.c	(Revision 304)
> +++ src/skins/native/init.c	(Arbeitskopie)
> @@ -65,7 +65,7 @@
>  	case -ESRCH:
>  
>  	    fprintf(stderr,"Xenomai: native skin or CONFIG_XENO_OPT_PERVASIVE disabled.\n");
> -	    fprintf(stderr,"(modprobe xeno_native.ko?)\n");
> +	    fprintf(stderr,"(modprobe xeno_native?)\n");
>  	    exit(1);
>  
>  	default:
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core


-- 

Philippe.


      reply	other threads:[~2005-12-29 12:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-28 10:43 [Xenomai-core] [PATCH] fixing modprobe hint in libs Jan Kiszka
2005-12-29 12:43 ` Philippe Gerum [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43B3D9FD.802@domain.hid \
    --to=rpm@xenomai.org \
    --cc=jan.kiszka@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.