From owner-freebsd-questions@FreeBSD.ORG Wed Apr 24 13:07:19 2013 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CABB0FF for ; Wed, 24 Apr 2013 13:07:19 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id A1F0F13CC for ; Wed, 24 Apr 2013 13:07:19 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 03FA333C2A; Wed, 24 Apr 2013 09:07:13 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 382D439879; Wed, 24 Apr 2013 09:07:11 -0400 (EDT) From: Lowell Gilbert To: Bernt Hansson Subject: Re: Diskless question References: <51779573.20207@bananmonarki.se> <5177B43C.8000509@qeng-ho.org> <5177BA0C.5080002@bananmonarki.se> Date: Wed, 24 Apr 2013 09:07:11 -0400 In-Reply-To: <5177BA0C.5080002@bananmonarki.se> (Bernt Hansson's message of "Wed, 24 Apr 2013 12:55:08 +0200") Message-ID: <44mwsow000.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: questions FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: questions FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 13:07:19 -0000 Bernt Hansson writes: > 2013-04-24 12:30, Arthur Chance skrev: >> On 04/24/13 09:18, 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. >> >> How did it say no? What does the entry for root in /etc/passwd say? > > $su > Sorry > > root:*:0:0:Charlie &:/root:/bin/csh ^ / \ Root has no valid password. You'll need to go into single-user mode and either give it one or install sudo and add your regular user to the sudoers file.