From owner-freebsd-questions@FreeBSD.ORG Wed Apr 24 13:51:51 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 C7B7F420 for ; Wed, 24 Apr 2013 13:51:51 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 531061662 for ; Wed, 24 Apr 2013 13:51:50 +0000 (UTC) Received: from kw.news4all.se (localhost [127.0.0.1]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id r3ODpkak013309; Wed, 24 Apr 2013 15:51:47 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <5177E34C.3020908@bananmonarki.se> Date: Wed, 24 Apr 2013 15:51:08 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130321 Thunderbird/17.0.4 MIME-Version: 1.0 To: questions FreeBSD Subject: Re: Diskless question References: <51779573.20207@bananmonarki.se> <5177B43C.8000509@qeng-ho.org> <5177BA0C.5080002@bananmonarki.se> <44mwsow000.fsf@lowell-desk.lan> In-Reply-To: <44mwsow000.fsf@lowell-desk.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Lowell Gilbert 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 13:51:51 -0000 2013-04-24 15:07, Lowell Gilbert skrev: > 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. Well. The user can login, root can not. > 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. > >