From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 25 23:16:00 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B3BF16A4CE for ; Thu, 25 Mar 2004 23:16:00 -0800 (PST) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C7743D39 for ; Thu, 25 Mar 2004 23:15:59 -0800 (PST) (envelope-from jdusek@cs.uiowa.edu) Received: from cs.uiowa.edu ([128.255.33.169]) by serv01.divms.uiowa.edu with id i2Q7Fv2m013310 for ; Fri, 26 Mar 2004 01:15:57 -0600 (CST) Message-ID: <4063D8AE.9060108@cs.uiowa.edu> Date: Fri, 26 Mar 2004 02:15:58 -0500 From: Jason Dusek Organization: University of Iowa User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040323 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Gnome@BSD" References: <40622200.4030403@cs.uiowa.edu> <1080193447.87777.26.camel@shumai.marcuscom.com> In-Reply-To: <1080193447.87777.26.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.37 Subject: Re: GDM Weirdness X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jdusek@cs.uiowa.edu List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 07:16:00 -0000 I have found the solution! Alot of gnome config files where lying around in /var/tmp for the users who couldn't login correctly - I had rmed them and added them so many times that there were many orbit and .gconf type files available for them. For some reason, rmuser felt that these were not 'normal' files. When I wacked the users again, and then cleaned out every reference to them in /var/tmp, I was able to add them and login without trouble. ~*\\~*~\\*~Cheers ~*~\\~*~\\~*~Jason Joe Marcus Clarke wrote: >On Wed, 2004-03-24 at 19:04, Jason Dusek wrote: > > >>Hi All, >> >>I have an interesting problem - I rebooted the machine after rebuilding >>GNOME, and when I logged in through gdm I got the 'your session is not >>installed on this machine' error. However, you guys have already >>answered that question: >> >>http://lists.freebsd.org/pipermail/freebsd-gnome/2003-November/004020.html >> >>So I did what it said there and then I found that users in wheel could >>login, no problem - but users in other groups had all kinds of >>problems. So I destroyed all my low level users. And then I put them >>back in. And now some of them work, and some of them don't. Is there >>some kind of 'rebuild user database' command that I should be running? >> >> > >If they can login from a vty, then they should be able to login from >gdm. The only database tool for user accounts is pwd_mkdb, but that >usually gets run automatically after a user is added. > >Joe > > >