From owner-freebsd-current@FreeBSD.ORG Wed Jul 30 19:55:20 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B079869 for ; Wed, 30 Jul 2014 19:55:20 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D6C32CFF for ; Wed, 30 Jul 2014 19:55:20 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id c1so3569826igq.9 for ; Wed, 30 Jul 2014 12:55:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=X3jV3ZV1XtPas9GBi/kqVJRq7AjoypQtSTQ+LkiJ6JU=; b=lqw0eDJv+wM3B+i3gjIc79wif8qc5N4J64d/WQYMoYUdDhUbYL9OJtW7GWCvGEViTT exqNhljMt+TqDCgO/7SZeLILYkJVLa38Jnsz9aWh2NRimxmeiZcitkOoYWKZkcsDUnvs FAclckGDJeYHfBO8q3lRJJrvEc1/VtkbmpuKXJrckM0HOH3Z5aEuGa+jAlp8hJuThUui izresvNQi1B8BNVNXE3MOfUnS8K6ydhbrYwQP0NA0Pd90FH/FXa1Y7sIMugWh2nz+cSj 4v8i8K2Qy7MQsaUrIrj6N3WJBbdsHlgfMVvNZbh0kCi18stA2qcEEMfnIcprSSBOlv9Z faWQ== X-Received: by 10.42.247.137 with SMTP id mc9mr8448307icb.13.1406750119740; Wed, 30 Jul 2014 12:55:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.134.199 with HTTP; Wed, 30 Jul 2014 12:54:59 -0700 (PDT) From: Gabor Radnai Date: Wed, 30 Jul 2014 21:54:59 +0200 Message-ID: Subject: Re: Several minor annoyances on Current To: freebsd-current@freebsd.org X-Mailman-Approved-At: Wed, 30 Jul 2014 20:58:36 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 30 Jul 2014 19:55:20 -0000 Hi, > * I have a kernel with all witness/debug code disabled, and the zfs root is > on a Sata3-SSD. The boot process seems a little slow to me and I'm curious > as to possible reasons. Other than disabling debug, what else can I do to > speed-up boot process (CPU: AMD Phenom II X4 B60 3415.38-MHz K8-class) hm, I have similar experience with 10-stable see http://lists.freebsd.org/pipermail/freebsd-questions/2014-July/259067.html If anybody has any idea/suggestion please please share. Thanks.