From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 13:47:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 127E11065674; Wed, 19 Nov 2008 13:47:00 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id D37DE8FC19; Wed, 19 Nov 2008 13:46:59 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id E5F0FAFC1C6; Wed, 19 Nov 2008 04:46:58 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 19 Nov 2008 14:46:56 +0100 User-Agent: KMail/1.9.7 References: <200811190816.37009.ale@pcartwright.com> <20081119133506.GA87794@icarus.home.lan> In-Reply-To: <20081119133506.GA87794@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811191446.56699.fbsd.questions@rachie.is-a-geek.net> Cc: Jeremy Chadwick , Paul Cartwright Subject: Re: newb questions 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: Wed, 19 Nov 2008 13:47:00 -0000 On Wednesday 19 November 2008 14:35:06 Jeremy Chadwick wrote: > On Wed, Nov 19, 2008 at 08:16:36AM -0500, Paul Cartwright wrote: > > 1. when I run startx it auto logs me in on a minimal gui ( twm?). I > > installed gnome, I think, and want to log in using gnome, how do I change > > that? > > Change .xinitrc. http://www.freebsd.org/gnome/docs/faq2.html > > 2. I cannot su - to root, it says sorry. pam_group didn't seem like the > > answer, or I didn't read it right. How can I su to root from my account? > > Is there anything special to able to do that from ssh? > > I can't answer question #1. > > As for #2, you need to add your username to the "wheel" group in > /etc/group. That's all. (You will have to log out then back in for the > changes to take effect) And you can't do this in ssh unless you enabled root logins, obvious chicken and egg. Will need to do this with a local root login. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.