From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Jack audio server Date: Tue, 13 Aug 2019 15:27:32 +0200 Message-ID: <878srxurej.fsf@elephly.net> References: <20190813045345.77256a68@librem.one> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59600) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hxWq2-00078n-TE for help-guix@gnu.org; Tue, 13 Aug 2019 09:27:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hxWq1-0001yu-VO for help-guix@gnu.org; Tue, 13 Aug 2019 09:27:46 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21365) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hxWq1-0001sr-IQ for help-guix@gnu.org; Tue, 13 Aug 2019 09:27:45 -0400 In-reply-to: <20190813045345.77256a68@librem.one> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Louis Pearson Cc: help-guix@gnu.org Louis Pearson writes: > I have tried both. Here's the message I get when running jackd: [=E2=80=A6] > JACK is running in realtime mode, but you are not allowed to use > realtime scheduling. Please check your /etc/security/limits.conf for > the following line and correct/add it if necessary: > > @audio - rtprio 99 Does your /etc/security/limits.conf file look correct? Mine looks like this: @realtime - rtprio 99 @realtime - memlock unlimited Is the user account starting jackd really a member of the realtime group? -- Ricardo