From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Clark Williams <williams@redhat.com>
Cc: linux-rt-users@vger.kernel.org, John Kacur <jkacur@redhat.com>
Subject: Re: Don't reference non-standard realtime group
Date: Sun, 2 Sep 2012 21:49:11 +0200 [thread overview]
Message-ID: <20120902194911.GT28643@pengutronix.de> (raw)
In-Reply-To: <1310590111-11484-1-git-send-email-u.kleine-koenig@pengutronix.de>
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.
>
> 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, ¶m)) {
> 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
next prev parent reply other threads:[~2012-09-02 19:49 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 [this message]
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 ` Don't reference non-standard realtime group John Kacur
2012-10-16 18:26 ` 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=20120902194911.GT28643@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=jkacur@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
--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).