From owner-freebsd-questions@FreeBSD.ORG Wed Apr 24 10:23:07 2013 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8FC3EC3 for ; Wed, 24 Apr 2013 10:23:07 +0000 (UTC) (envelope-from steve@sohara.org) Received: from uk1rly2283.eechost.net (relay01a.mail.uk1.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id B5F3A1C44 for ; Wed, 24 Apr 2013 10:23:07 +0000 (UTC) Received: from [31.186.37.179] (helo=smtp.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1UUwgy-0002lA-QE; Wed, 24 Apr 2013 11:12:48 +0100 Received: from [192.168.63.1] (helo=steve.marelmo.com) by smtp.marelmo.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UUwh5-000BDN-HY; Wed, 24 Apr 2013 10:12:55 +0000 Date: Wed, 24 Apr 2013 11:12:55 +0100 From: Steve O'Hara-Smith To: Bernt Hansson Subject: Re: Diskless question Message-Id: <20130424111255.eebe46907bba48917042007e@sohara.org> In-Reply-To: <51779573.20207@bananmonarki.se> References: <51779573.20207@bananmonarki.se> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.17; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Info: 15567@permanet.ie (plain) Cc: questions FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 10:23:08 -0000 On Wed, 24 Apr 2013 10:18:59 +0200 Bernt Hansson wrote: > Hello list! > > I have set up a diskless machine with 8.3-stable and i as a user can log > in, but when I try to log in as root it won't work. How to resolv that > issue. I have tried with and without password but the computer said no. Are you logging in on the console or by ssh ? By default ssh does not allow root login, it can be enabled but you should read up on the security implications carefully before enabling it. I would expect console login to work fine. As a general rule it is better to use sudo or su rather than logging in as root, although for a single user system this doesn't really make much difference. -- Steve O'Hara-Smith