Re: Don't reference non-standard realtime group

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Oct 16, 2012 at 01:13:35AM +0200, John Kacur wrote:
> 
> 
> On Sun, 2 Sep 2012, Uwe Kleine-König wrote:
> 
> > On Wed, Jul 13, 2011 at 10:48:31PM +0200, Uwe Kleine-König wrote:
> > > There is no dedicated realtime group in most distributions. So make the
> > > error message a bit more understandable for people not running Redhat
> > > MRG.
> 
> I thought we rejected this (via irc) the first time you sent it. The idea 
> of a realtime group is pretty generic, but sure, it isn't there by default 
> if you don't create it. However, the worse thing about this patch is that 
> your message is in no way clearer than the original. It's longer though.

How do you feel about this wording?

Signed-off-by: Josh Cartwright <josh.cartwright@xxxxxx>

diff --git a/src/lib/rt-utils.c b/src/lib/rt-utils.c
index f4da4b3..e799c15 100644
--- a/src/lib/rt-utils.c
+++ b/src/lib/rt-utils.c
@@ -264,8 +264,11 @@ int check_privs(void)
 	/* try to change to SCHED_FIFO */
 	param.sched_priority = 1;
 	if (sched_setscheduler(0, SCHED_FIFO, &param)) {
-		fprintf(stderr, "Unable to change scheduling policy!\n");
-		fprintf(stderr, "either run as root or join realtime group\n");
+		fprintf(stderr, "Unable to change scheduling policy.\n");
+		fprintf(stderr, "This likely means you lack real-time privileges.\n");
+		fprintf(stderr, "It may be necessary to run as root or create/join a 'realtime' group.\n");
+		fprintf(stderr, "More details at the RTWiki:\n");
+		fprintf(stderr, "https://rt.wiki.kernel.org/index.php/Frequently_Asked_Questions\n";);
 		return 1;
 	}
 

Attachment: pgp4HD2DzahUH.pgp
Description: PGP signature


[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux