All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [PATCH] fixing modprobe hint in libs
Date: Wed, 28 Dec 2005 11:43:49 +0100	[thread overview]
Message-ID: <43B26C65.7020807@domain.hid> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 209 bytes --]

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...

Jan

[-- Attachment #1.2: modprobe_hint.patch --]
[-- Type: text/x-patch, Size: 1724 bytes --]

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:

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

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

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

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=43B26C65.7020807@domain.hid \
    --to=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.