From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 13 20:00:03 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53FC57C2 for ; Fri, 13 Mar 2015 20:00:03 +0000 (UTC) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0150FDA2 for ; Fri, 13 Mar 2015 20:00:02 +0000 (UTC) Received: by wibbs8 with SMTP id bs8so8716083wib.4 for ; Fri, 13 Mar 2015 12:59:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=zZFAHSk/msL17pbMMS9ZHO7+RyC+PAk6o5SpTPyuFOo=; b=NtimzJwRd1oOLzfqLEpEou2dd34Fo3jIrmoN3yRnicTHdyII4+PzQSPTZmpS4GQJpg BmVwQaAGjX0Gc5fDH5JZ9dPhMO2/0y8eUbeVSeQOfb9oGTutF6X/9sGsBE2VKAmDWyzW s/MniSv+pwOdGTouqAQ9iXDIs3YIzy0yxbId7zzDdlO+YHC98hM9I4eZGGSKjEwXzo4n ZRmnfoUM36SgX2o9Ly2JA0QuAWXFR1IX5IVJClt2bJ4fj9hhtoRBq0nluD7ZsXntSwT9 ruYSTEa3eWRwCePk0/8GxVwLdqy+M7z5PVO5Y3hxvFGYWw+Z33IbXVUxbZDRh8nczWoJ 0hWw== X-Gm-Message-State: ALoCoQkhpuPEXQW6r/x2tCw/NItmIKmz2W8Vu4zQgyg/K8y8XCUCINSS42Q43fn+Ky9ZlmWwoy9b X-Received: by 10.180.74.112 with SMTP id s16mr13762690wiv.73.1426276404187; Fri, 13 Mar 2015 12:53:24 -0700 (PDT) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id dq1sm4105977wib.20.2015.03.13.12.53.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Mar 2015 12:53:23 -0700 (PDT) Message-ID: <55034031.9000905@multiplay.co.uk> Date: Fri, 13 Mar 2015 19:53:21 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: Server with 3TB Crashing at boot References: <550046F7.1050205@fuckner.net> <550093DD.5040603@freebsd.org> <55015D3B.6030605@fuckner.net> <5501DD57.7030305@freebsd.org> <5503234A.4060103@fuckner.net> <101866634.392324.1426276184167.JavaMail.open-xchange@ptangptang.store> In-Reply-To: <101866634.392324.1426276184167.JavaMail.open-xchange@ptangptang.store> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 20:00:03 -0000 On 13/03/2015 19:49, Michael Fuckner wrote: >> Adrian Chadd hat am 13. März 2015 um 19:02 geschrieben: > > Hi! > >> boot_verbose=YES looks to be right. > root@s4l:~ # grep verbose /boot/defaults/loader.conf > verbose_loading="NO" # Set to YES for verbose loader output > > OK, this confused me :-( > >> So hm, just to be clear - it boots fine if you don't load zfs/nvme/nvd? > yes, probably zfs, but why does loading nvme also come up with other devices > like mpr? I'm guessing because there is zfs volume on the flash drives which the nvme exposes? Regards Steve