From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#37380: gdm doesn't load pam-limits Date: Wed, 11 Sep 2019 12:08:49 -0600 Message-ID: <31ed0ff0829f11529996a593da2b712014a6fb00.camel@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60763) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i873A-0001NA-1b for bug-guix@gnu.org; Wed, 11 Sep 2019 14:09:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8738-0001Xs-Qj for bug-guix@gnu.org; Wed, 11 Sep 2019 14:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33911) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i8738-0001Xe-L6 for bug-guix@gnu.org; Wed, 11 Sep 2019 14:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i8738-0006Ws-Ef for bug-guix@gnu.org; Wed, 11 Sep 2019 14:09:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37380@debbugs.gnu.org On Wed, 2019-09-11 at 09:12 -0600, Jesse Gibbons wrote: > I have been trying to set up ardour, but jackd doesn't start in real- > time mode. I made an os definition that replicates this issue when I > use a VM[0]. > [0] https://lists.gnu.org/archive/html/help-guix/2019-09/msg00065.htm > l > I asked the gnome and gdm IRC and found out gdm loads the gdm- > password > pam config, which seems untouched by pam-limits-service. My > /etc/pam.d/gdm-password (which should be the default) is attached. > > Thanks! I'm not sure how to resolve this issue. I tried appending "gdm- password" to the list of pam configs modified by pam-limits-service[1] but it doesn't fix anything when I use ./pre-inst-env to build the vm. gdm-password still does not have a line to load pam_limits. Whatever the solution, we will probably also want to implement it with other graphical login services like slim and sddm (and eventually lightdm and kdm). [1] http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/base.sc m#n1480 -- -Jesse