From owner-freebsd-current@freebsd.org Fri Aug 14 14:44:27 2015 Return-Path: Delivered-To: freebsd-current@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 445779B92C0 for ; Fri, 14 Aug 2015 14:44:27 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0:400c:c05::229]) (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 EE6E7179F for ; Fri, 14 Aug 2015 14:44:26 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: by vkbf67 with SMTP id f67so30255965vkb.3 for ; Fri, 14 Aug 2015 07:44:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kuRnW3IUDUUYhQkmAKSeuK/nhCgy41Ncj/z7LM25nq8=; b=00Vt9EKP5nnQEo1aBH7Gfmt9t8J0ZEcygty2YT6tubVp3VbPWlBBDWA8rcRKLp1gWO Jfed1xtVIMt+OJ8+arl2FylGos3Fp0R8M3dMRauiHC1DPNP+Dc745ErLF2HY2v8ZF4sy CrUZ+H3pN1B/rcS6iviTgbBGGyBtm7Xv+PABgKQssL8ZGJBKI+DnuSJFuFBZOZSLqDKi 9ztppSLUxDp6iX9z+f1BLmnyirlQG7fh2DB4ZHPthoqQitC0s0BSzQIsTnaMH/wNXrYF h3c7ztvhZzF88gpNr1hbzMSILWN4pEy1kzcJpL0rLceXaYo19gSo7lzS5/M2OofqKfeo xJOg== MIME-Version: 1.0 X-Received: by 10.52.164.173 with SMTP id yr13mr53708951vdb.12.1439563465779; Fri, 14 Aug 2015 07:44:25 -0700 (PDT) Received: by 10.31.32.137 with HTTP; Fri, 14 Aug 2015 07:44:25 -0700 (PDT) Date: Fri, 14 Aug 2015 17:44:25 +0300 Message-ID: Subject: Not load some moduls (zfs.ko vmm.ko) with loader.conf BUG 201679? From: Andrey Fesenko To: freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 14 Aug 2015 14:44:27 -0000 Current build not usable kernel (if use zfs on root system) Loading /boot/defaults/loader.conf /boot/kernel/kernel text=0x13e0b30 data=0x1... +0x17ac14] /boot/entropy size=0x1000 /boot/kernel/zfs.ko | elf64_obj_loadimage: read failed .... (success load other .ko) Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... more details https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201679