From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:54:36 2003 Return-Path: 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 1376537B401 for ; Mon, 2 Jun 2003 13:54:36 -0700 (PDT) Received: from sccrmhc12.attbi.com (sccrmhc12.attbi.com [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E6A43F93 for ; Mon, 2 Jun 2003 13:54:35 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[24.147.188.198]) by attbi.com (sccrmhc12) with ESMTP id <20030602205433012003uokse>; Mon, 2 Jun 2003 20:54:34 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h52KsXOA062124; Mon, 2 Jun 2003 16:54:33 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h52KsXFI062121; Mon, 2 Jun 2003 16:54:33 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Tom Parquette References: <3ED88CF5.6060600@twcny.rr.com> From: Lowell Gilbert Date: 02 Jun 2003 16:54:33 -0400 In-Reply-To: <3ED88CF5.6060600@twcny.rr.com> Message-ID: <441xyc2oae.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: Problem with non-superuser X logons after moving/expanding /var X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 20:54:36 -0000 Tom Parquette writes: > I installed an additional disk in a machine and expanded the space > allocated to /var. > I run this desktop with XFree86 and GDM. > root can logon without complaints but if a non--superuser tries to > logon, the session fails immediately. > The following appears in .xsession-errors. I'm concluding I did > something wrong when I moved /var but I'm not sure where to start with > this. Looks like you nuked the permissions somewhere. mtree -U -p /var < /etc/mtree/BSD.var.dist should fix it.