From owner-freebsd-fs@freebsd.org Thu Sep 3 13:22:52 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D1E39C9507 for ; Thu, 3 Sep 2015 13:22:52 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E8957141 for ; Thu, 3 Sep 2015 13:22:51 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: by mailman.ysv.freebsd.org (Postfix) id E5BF89C9504; Thu, 3 Sep 2015 13:22:51 +0000 (UTC) Delivered-To: fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E55C49C9503 for ; Thu, 3 Sep 2015 13:22:51 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC96E13F for ; Thu, 3 Sep 2015 13:22:51 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 9386515340A for ; Thu, 3 Sep 2015 15:22:49 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2dr1kh4rR_0r; Thu, 3 Sep 2015 15:22:39 +0200 (CEST) Received: from [192.168.101.176] (vpn.ecoracks.nl [31.223.170.173]) by smtp.digiware.nl (Postfix) with ESMTPA id 12C9715340D for ; Thu, 3 Sep 2015 15:22:39 +0200 (CEST) Subject: Re: Hard to find message To: fs@freebsd.org References: <55E8407C.7040000@digiware.nl> From: Willem Jan Withagen Message-ID: <55E849A0.10809@digiware.nl> Date: Thu, 3 Sep 2015 15:22:40 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55E8407C.7040000@digiware.nl> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 13:22:52 -0000 On 3-9-2015 14:43, Willem Jan Withagen wrote: > Hi, > > I've got the following message: > > zfs kernel: ENOMEM 0xfffff80217394000 on 0xfffff80007881600(ada0) > > Where ada0 is an SSD. > > But i'd guess that ENOMEM is not hinting at the memory on the SSD: > /usr/include/errno.h:#define ENOMEM 12 /* Cannot allocate memory */ > > So does anybody have an idea which src file is generating this rather > obscure message? Bar to relply to oneselves, but it is on: sys/geom/geom_io.c:684 And is due to verboseboot.... But a more informative message would be nice. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202868 --WjW