linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Clark Williams <williams@redhat.com>,
	linux-rt-users@vger.kernel.org, John Kacur <jkacur@redhat.com>
Subject: Re: Don't reference non-standard realtime group
Date: Tue, 16 Oct 2012 01:13:35 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LFD.2.02.1210160107520.6335@tycho> (raw)
In-Reply-To: <20120902194911.GT28643@pengutronix.de>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1741 bytes --]



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.

Sorry, I don't like it, maybe Clark will overrule me if he's bored, or 
cares enough, but I'm not putting it in.

> > 
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > Closes: http://bugs.debian.org/619938
> ping?!
> 
> > ---
> >  src/lib/rt-utils.c |    3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > --- a/src/lib/rt-utils.c
> > +++ b/src/lib/rt-utils.c
> > @@ -72,7 +72,8 @@
> >  	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, "Probably missing capabilities, either run as "
> > +				"root or increase RLIMIT_RTPRIO limits.\n");
> >  		return 1;
> >  	}
> 
> -- 
> Pengutronix e.K.                           | Uwe Kleine-König            |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  parent reply	other threads:[~2012-10-15 23:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-13 20:48 Don't reference non-standard realtime group Uwe Kleine-König
2012-09-02 19:49 ` Uwe Kleine-König
2012-09-03  6:10   ` "g_serial: fix deadlock with PREEMPT_RT enabled" still not integrated Gregoire Gentil
2012-09-03  6:24   ` TI wl1271 wireless bug with 3.4-rt17 Gregoire Gentil
2012-09-04 14:11     ` Josh Cartwright
2012-09-05  1:22       ` Gregoire Gentil
2012-09-06  3:48         ` Josh Cartwright
2012-09-06  4:22           ` Gregoire Gentil
2012-09-09 22:42             ` Gregoire Gentil
2012-09-09 22:51             ` how to put in higher priority a thread in rt-kernel? Gregoire Gentil
2012-09-10  3:52               ` Mike Galbraith
2012-09-10  5:23                 ` Gregoire Gentil
2012-09-10 16:20                   ` Clark Williams
2012-10-15 23:13   ` John Kacur [this message]
2012-10-16 18:26     ` Don't reference non-standard realtime group Josh Cartwright
2012-10-18 16:13     ` Josh Cartwright
2012-10-19  2:12       ` Clark Williams

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=alpine.LFD.2.02.1210160107520.6335@tycho \
    --to=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=williams@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).