ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Yuriy Al. Shirokov" <yuriy.shirokov@gmail.com>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] JACK, /proc/sys/kernel/sched_rt_runtime_us, CONFIG_RT_GROUP_SCHED
Date: Sat, 9 May 2020 22:46:25 +0300
Message-ID: <CAN=cCgrrr3OGTqx=xv3amfkB5zQJr9P-ad5-3LNFKCRK7h=+Cw@mail.gmail.com> (raw)
In-Reply-To: <CAN=cCgqHqTbzibD0+K7BuYFO9a4CiPMSr3mNhvQD4uuGQBNd=w@mail.gmail.com>

Похоже, разобрался.

пт, 8 мая 2020 г. в 21:35, Yuriy Al. Shirokov <yuriy.shirokov@gmail.com>:
> Есть только одна проблема — в Альте нет ни /etc/cgconfig.conf, ни
> /etc/cgrules.conf, ни сервиса cgconfig в systemd.

На самом деле есть, просто пакет cgroup почему-то не поставился при
старте системы.

После его установки всё получилось _почти_ по этому рецепту:
https://github.com/jackaudio/jackaudio.github.com/wiki/Cgroups#method-2

Распишу подробно, что нужно сделать.

sudo apt-get install cgroup

После этого отредактировать в своём любимом редакторе
/etc/cgconfig.conf, дописав туда
group rtaudio {
        perm {
                task {
                        uid = root;
                        gid = audio;
                }
                admin {
                        uid = root;
                        gid = root;
                }
        }
        cpu {
                cpu.rt_runtime_us = 950000;
        }
}
и /etc/cgrules.conf, прописав туда
@audio   cpu    rtaudio/
(в документации на JACK предлагают писать "@audio:jackd cpu rtaudio/",
но вот как раз это у меня не сработало — а разбираться почему нет ни
знаний, ни мотивации).

После чего выполнить:
sudo systemctl enable cgred
sudo systemctl enable cgconfig
systemctl reboot

Всё, после перезагрузки JACK нормально запускается и работает. Да и
вообще любой процесс, запущенный пользователем из группы audio, может
пользоваться RT-возможностями ядра:
$ chrt -f 80 echo "I'm chrt'ed!"
I'm chrt'ed!
$
(в Альте из коробки вы получите «chrt: failed to set pid 0's policy:
Операция не позволена», даже если нарулили себе доступ к RT через
ulimit).

Отмечу только, что сам Поттеринг ещё в 2015 году попросил выключить
CONFIG_RT_GROUP_SCHED в ядре Fedora, признав (уникальный случай) всю
затею дурацкой и неработающей:
https://bugzilla.redhat.com/show_bug.cgi?id=1229700

Интересно, кто выставил CONFIG_RT_GROUP_SCHED=y в std-def, когда и
(главное) зачем?

Ну ладно. В какое Спортлото теперь написать, чтобы следующий
наступивший на эти грабли не проходил весь квест с нуля?

  reply	other threads:[~2020-05-09 19:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 15:00 Yuriy Al. Shirokov
2020-05-08 17:53 ` Michael Shigorin
2020-05-08 18:35   ` Yuriy Al. Shirokov
2020-05-09 19:46     ` Yuriy Al. Shirokov [this message]
2020-05-09 20:01       ` Michael Shigorin
2020-05-09 20:12         ` Alexey Shabalin
2020-05-09 21:55           ` Yuriy Al. Shirokov
2020-05-09 21:36         ` Yuriy Al. Shirokov
2020-05-11  8:46           ` Anton V. Boyarshinov
2020-05-11  8:39 ` Anton V. Boyarshinov
2020-05-12 16:03 ` Anton V. Boyarshinov
2020-05-21 22:38   ` [Comm] config ядра для работы docker (Was:JACK, /proc/sys/kernel/sched_rt_runtime_us, CONFIG_RT_GROUP_SCHED) Alexey Shabalin
2020-05-21 22:41     ` Alexey Shabalin
2020-05-22  8:31       ` Anton V. Boyarshinov
2020-05-22  8:30     ` Anton V. Boyarshinov

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='CAN=cCgrrr3OGTqx=xv3amfkB5zQJr9P-ad5-3LNFKCRK7h=+Cw@mail.gmail.com' \
    --to=yuriy.shirokov@gmail.com \
    --cc=community@lists.altlinux.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

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git