From owner-freebsd-current@FreeBSD.ORG Thu Oct 24 15:34:16 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3AA12E6C for ; Thu, 24 Oct 2013 15:34:16 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07E742606 for ; Thu, 24 Oct 2013 15:34:15 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id wm4so2525039obc.9 for ; Thu, 24 Oct 2013 08:34:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vfoCuQpP8/P39fwsFHldIomdLY/q8Aoclcz/P96T01A=; b=fxn64q67RpxzZ8byg0SAmMmhs/KKRbUJBK+ChlNL1P4dd2EpZWsMIC57J2FWbLL6Gy ZdQgwXv/jcVyHvOhQ+EUhg1LauuNAe5zO+FSGyXmKtRm9hSTKJD3LwFsyP6c3wzFFKAL Vd6kXad0Sp0hcBJIR4+dWrGXGW6JntWf6NPGw/3v3MpAx7Ek8LDJ8yBqTK3qPhdC6zA/ Ji1UYQONn77TGWUGC2x9x7vhD3tCBlrDC7fljVF/Wf418fprYoT0XmogjYHaCc+WsXFz bnMrrMEWYUqXdqrSPy4D4++JmHbT3X8aPF6kqow9t4dReIhAN/E2auDNDTyj/Zdmnm6H clAA== MIME-Version: 1.0 X-Received: by 10.182.44.167 with SMTP id f7mr2635274obm.3.1382628855216; Thu, 24 Oct 2013 08:34:15 -0700 (PDT) Received: by 10.76.69.1 with HTTP; Thu, 24 Oct 2013 08:34:15 -0700 (PDT) In-Reply-To: <526939BF.4030306@dat.pl> References: <526939BF.4030306@dat.pl> Date: Thu, 24 Oct 2013 11:34:15 -0400 Message-ID: Subject: Re: 10.0-BETA1 i386 on VirtualBox From: Ryan Stone To: Maciej Milewski Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 15:34:16 -0000 On Thu, Oct 24, 2013 at 11:16 AM, Maciej Milewski wrote: > I've encountered problems with installing FreeBSD-10.0-BETA1 i386 under > VirtualBox. > The problem is with setting/changing root password during install process. > After entering password twice there is: > > passwd: pam_chauthtok(): error in service module > > Then there shows pwd_mkdb.core in current directory. > The same VirtualBox machine has no problems with installing > FreeBSD-9.2-RELEASE > > Has anyone any clues? > > Regards, > Maciej Milewski I have seen that error when the password database in /etc is not writeable (in my case, / was mounted read-only).