From owner-freebsd-current@FreeBSD.ORG Sun Jan 7 02:15:20 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 173F016A403 for ; Sun, 7 Jan 2007 02:15:20 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 525EC13C428 for ; Sun, 7 Jan 2007 02:15:18 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup20.ach.sch.gr [81.186.70.20]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l07247rA002748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 7 Jan 2007 04:04:18 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l072401M005311; Sun, 7 Jan 2007 04:04:01 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l07240XL005310; Sun, 7 Jan 2007 04:04:00 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 7 Jan 2007 04:04:00 +0200 From: Giorgos Keramidas To: feature Message-ID: <20070107020400.GA5236@kobe.laptop> References: <499c70c0701052259y6c663d17qb0ee1e47225b312a@mail.gmail.com> <200701061120.46079.feature.id@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701061120.46079.feature.id@gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.74, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.46, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@freebsd.org Subject: Re: Xorg with lock session issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jan 2007 02:15:20 -0000 On 2007-01-06 11:20, feature wrote: >On Saturday 06 January 2007 09:59, Abdullah Al-Marrie wrote: >> FreeBSD 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Thu Jan 4 14:03:35 AST 2007 >> >> Whenever I lock the session in kde 3.5.5 I can't unlock it, it says >> auth failed, and I must kill the pid manually. >> >> Did any of you got the same issue? >> >> All built from the ports and fresh. > > Same problem. > (generic Nov 2006 snapshot and another one -- Sun Dec 31 01:08:18 MSK 2006) Are you using xlockmore? The xlockmore utility has a problem authenticating with PAM, and you have to build it with: WITH_PAM=true WITH_BAD_PAM=true Otherwise, it fails to authenticate properly.