From owner-freebsd-questions@FreeBSD.ORG Mon Jun 18 14:22:44 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 635B716A41F for ; Mon, 18 Jun 2007 14:22:44 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id EDFBA13C457 for ; Mon, 18 Jun 2007 14:22:43 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1543402uge for ; Mon, 18 Jun 2007 07:22:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BJ0tBrEU9XDqFUY7Njn0r/AJdci9oov64XTrLHXRo++Hgq16RNEhqydXjy58yvlAbZDxWUvMJQBTAKxlBOWD+JjTlRtZAssGvEnqOOmArMgwI5c1QktmNIhRwzJMmGE01XInPG5h+jcAWqeaKI8KD6hiCGMVWqPMcJx5yKtrSpA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IJR5Fwa/M7PbfQqAhIkLnqSTJFmGv6xq42M6yHfXa9OBpDBiyR9ScxuZ26Mh8tuacAFxFseI0x6SMg9Oz3mn1ZP/PqpnI2euHn1hD4RPPPH35ljzcOf++BoqoSkM7Em4Y6x6Irujza4aRyftn7QD5tYZzTxtVmOI+1MrI3yoXWE= Received: by 10.82.186.5 with SMTP id j5mr11331956buf.1182176562739; Mon, 18 Jun 2007 07:22:42 -0700 (PDT) Received: by 10.82.171.9 with HTTP; Mon, 18 Jun 2007 07:22:42 -0700 (PDT) Message-ID: <14989d6e0706180722w1289526dm9be8395674f07177@mail.gmail.com> Date: Mon, 18 Jun 2007 16:22:42 +0200 From: "Christian Walther" To: "Harriet Severino" In-Reply-To: <454500.65753.qm@web38804.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <454500.65753.qm@web38804.mail.mud.yahoo.com> Cc: questions@freebsd.org Subject: Re: Install issue: get root login in GUI 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, 18 Jun 2007 14:22:44 -0000 On 18/06/07, Harriet Severino wrote: > Hi, > > I am having install isues and can not login as root in the GUI. I have > to re-boot and come up in single user mode to work as root. Then when I > need to look something up, I have to boot into regular mode, look it up > on the web, then re-boot into single user mode. This is cumbersome to > say the least. I need to install the jdk, and keep rebooting to check > the doc! By default root is not allowed to login to the GUI. So far, this is "works as designed". There are two options: 1. Switch to a console by pressing Ctrl+Alt+1 vor example. This will give you a console login that doesn't reject root. Do the things you want to do as root there. 2. Add yourself to the group "wheel". This will allow you to login *as a normal user*, open a terminal and do a "su -". Enter the root password, and you're done. To do this you probably need to use a console login and edit /etc/group apropriately. :-) HTH Christian