From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 22 07:49:00 2013 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5E295E84 for ; Mon, 22 Jul 2013 07:49:00 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0F40274E for ; Mon, 22 Jul 2013 07:48:59 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id x12so2285237wgg.24 for ; Mon, 22 Jul 2013 00:48:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=S2Bf24XUmdTtwnjgQTnUaMd3wk/FuAfYGJBMtn8ZoxQ=; b=F204/BWHDFSaEY9qMD9odyMdbtHRcBgKmDvfndF0qgH4mnefCVj1RcmPHcp/KfnEaU bVh21G1qaQCUOznKNKtK6VzsWb3UlOeA28WlaOktjfDK1WaFVPJlWabdD8dinJgkZIjB ytx1sLtB8bnvbWk/Pdg1VaHhdtRR0Iz+xawj2sWjKesBYr3uWQEDTr2ghEhs1PQENrTk F8tyl6fHPXdEHdlc+Z4XD7Y9ELqa0DyPROpCVN+IjsiFN2LNYas14HWP4Y2+0sPcIc0b 45zZYOKhBgKs0Y4BYReXJTcQDlgdAVZ5QwgrKjV3VOM51GKBOtLqFn5PGh5CcDDkbsNl uIfg== MIME-Version: 1.0 X-Received: by 10.180.98.233 with SMTP id el9mr17539135wib.54.1374479338373; Mon, 22 Jul 2013 00:48:58 -0700 (PDT) Received: by 10.194.239.164 with HTTP; Mon, 22 Jul 2013 00:48:58 -0700 (PDT) Date: Mon, 22 Jul 2013 09:48:58 +0200 Message-ID: Subject: x11/gdm does not start if keyring is enabled From: David Demelier To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 07:49:00 -0000 Hello there, I've just installed x11/gdm with default options so IPV6 and KEYRING. I'm unable to log in, when I select a user it just acts like a restart, it unselect the user and you can't do anything except shutdown. There are these messages: Jul 22 09:35:32 InfoSLF7 gdm-session-worker[26385]: in openpam_load_module(): no /usr/local/lib/pam_gnome_keyring.so found Jul 22 09:35:33 InfoSLF7 gdm-session-worker[26394]: in openpam_load_module(): no /usr/local/lib/pam_gnome_keyring.so found I've fixed the usability of GDM by commenting the usage of this pam module in /usr/local/etc/pan.d/gdm, however it would be better if x11/gdm can pull the correct dependencies so that it does not fail if keyring is enabled. I'm not a GNOME user so I don't know much about these bits. Can you please fix this port or just add the dependency so that the pam_gnome_keyring file is installed if KEYRING is set? Regards, -- Demelier David