From owner-freebsd-questions@FreeBSD.ORG Mon Aug 29 15:25:11 2005 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 4C7F416A41F for ; Mon, 29 Aug 2005 15:25:11 +0000 (GMT) (envelope-from modelt20@canada.com) Received: from n126.sc0.cp.net (sp0069.sc0.cp.net [64.97.136.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D3443D46 for ; Mon, 29 Aug 2005 15:25:10 +0000 (GMT) (envelope-from modelt20@canada.com) Received: from smtp.sc0.cp.net (64.97.131.2) by n126.sc0.cp.net (7.0.038) (authenticated as modelt20@canada.com) id 42D5E7B400543C0B; Mon, 29 Aug 2005 15:24:28 +0000 Received: from [139.55.153.3] by mail.canada.com with HTTP; Mon, 29 Aug 2005 08:24:26 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: modelt20@canada.com From: modelt20@canada.com X-Sent-From: modelt20@canada.com Date: Mon, 29 Aug 2005 08:24:26 -0700 (PDT) X-Mailer: Web Mail 6.1.9-3.7_0 Message-Id: <20050829152427.27884.fh041.wm@smtp.sc0.cp.net> Cc: freebsd-questions@freebsd.org Subject: Re: Users unable to select their own window manager in X. 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, 29 Aug 2005 15:25:11 -0000 Anyone have an idea on which dependent files to look at? Thanks On Mon, 29 Aug 2005 07:17:38 -0700 (PDT), modelt20@canada.com wrote: > > Hello Kevin: > > Thank you for your input. > > The permissions on fvwm2 are: > -r-xr-xr-x 1 root wheel 355452 Aug 26 10:13 > /usr/X11R6/bin/fvwm2* > > It appears the fvwm2 has been upgraded; and its one (or > more) of the dependent files that is causing the issue. > > Thanks. > > > > On Mon, 29 Aug 2005 08:45:18 -0500, Kevin Kinsey wrote: > > > > > modelt20@canada.com wrote: > > > > >Hello All: > > > > > >Last week, I did a CVSup on all ports, and then did a > > >portupgrade over the weekend. The portupgrade > completed > > >successfully, without significant errors. > > > > > >Now, normal users are no longer able to set their own > > >window manager (e.g. fvwm2) in X, but logging in as > > >root, I can. The user's .xinitrc file has not changed > > >recently, but when the user launches X, all they get > is > > >the grey hatched background with a black X for the > > >mouse pointer. No windows (clock, mail, task panel, > > >etc) appear. If I rename the user's .xinitrc file and > > >then start X, the standard 'xterm' window manager > > >loads. As root, the fvwm2 window manager loads fine. > It > > >appears the portupgrade changed a permissions setting > > >somewhere, but beings this ran over the weekend, I > > >don't know what setting got changed. > > > > > > > > > > What do the logs say? > > > > In one line of thought, it sure sounds as if whatever > > wm they are calling isn't there any longer, or, more > > likely, > > encounters an error and hangs. Obviously the X > > server is starting, and the wm isn't. Again, logs or > > stderr (switch to ttyv0 and read console) might give a > > clue. > > > > The "standard 'xterm' window manager" is twm, and > > is started in the abscence of the user's .xinitrc by > > (most likely) /usr/X11R6/lib/X11/xinit/xinitrc. > > > > And, it might be a permissions issue, but I can't tell > > by your description. FWIW, here's the permissions > > on my fvwm2: > > > > [587] Mon 29.Aug.2005 8:37:46 > > [kadmin@archangel][/usr/X11R6/lib/X11/xinit] > > # ll /usr/X11R*/bin/fvwm2 > > -r-xr-xr-x 1 root wheel 355452 Jun 23 21:29 > > /usr/X11R6/bin/fvwm2* > > > > More likely, it's not permissions on this file itself, > > though, > > but some dependant object instead..... > > > > HTH, > > > > Kevin Kinsey > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"