From owner-freebsd-arm@freebsd.org Thu Oct 11 01:08:53 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D028E10C1E85 for ; Thu, 11 Oct 2018 01:08:53 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48C7B79D71 for ; Thu, 11 Oct 2018 01:08:52 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w9B18kK3023354 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 10 Oct 2018 18:08:46 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w9B18jW1023353; Wed, 10 Oct 2018 18:08:45 -0700 (PDT) (envelope-from fbsd) Date: Wed, 10 Oct 2018 18:08:44 -0700 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Can't set root password on ALPHA9 for RPI3 Message-ID: <20181011010844.GA23105@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 01:08:54 -0000 In setting up ALPHA9 on an RPI3 an error comes up in trying to set a password using single-user mode on the serial console. Initially the machine came up multi-user, whence I realized I'd forgotten to set a root password. I pulled the plug and booted to single user successfully. However, when I typed # passwd Changing local password for root New Password: Retype New Password: passwd: pam_chauthtok(): Error in service module Fsck says the filesystem is clean. I could re-image the microSD card and start over, but would rather save the configuration done so far if it's possible. Thanks for reading, and any guidance! bob prohaska