From owner-freebsd-questions@FreeBSD.ORG Mon May 15 20:54:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C06416B807 for ; Mon, 15 May 2006 20:54:08 +0000 (UTC) (envelope-from vdemart1@tin.it) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 222CF43D4C; Mon, 15 May 2006 20:54:03 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from nbbsd.grtn (82.59.181.117) by vsmtp4.tin.it (7.2.072.1) (authenticated as vdemart1@tin.it) id 4461019F006BB331; Mon, 15 May 2006 22:55:35 +0200 From: vittorio To: freebsd-questions@freebsd.org Date: Mon, 15 May 2006 22:54:03 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605152254.03725.vdemart1@tin.it> Cc: kde-freebsd@freebsd.org Subject: problems with kde & pam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 20:54:08 -0000 After upgradind to 6.1 this new error pops in my log, when starting kde 3.5.2 kdm-bin: :0[621]: in openpam_dispatch(): /usr/lib/pam_unix.so: no pam_sm_open_session() but the kde session starts all the same. Now, # uname -a FreeBSD NbBSD.grtn 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Wed May 10 13:00:26 UTC 2006 victor@NbBSD.grtn:/usr/obj/usr/src/sys/LAPTOP8 i386 # cat /etc/pam.d/kde # # $FreeBSD: src/etc/pam.d/kde,v 1.6 2003/04/30 21:57:54 markm Exp $ # # PAM configuration for the "kde" service # # auth auth required pam_nologin.so no_warn #auth sufficient pam_krb5.so no_warn try_first_pass #auth sufficient pam_ssh.so no_warn try_first_pass auth required pam_unix.so no_warn try_first_pass # account #account required pam_krb5.so account required pam_unix.so # session #session optional pam_ssh.so session required pam_permit.so What should I do? Vittorio