From owner-freebsd-questions@freebsd.org Wed Jul 29 01:03:24 2015 Return-Path: Delivered-To: freebsd-questions@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 D93169ADF6B for ; Wed, 29 Jul 2015 01:03:24 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 A35BA1FDE for ; Wed, 29 Jul 2015 01:03:24 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: by iodd187 with SMTP id d187so5707067iod.2 for ; Tue, 28 Jul 2015 18:03:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=I8Gh0ybWA63BBm1GSzeyfrzNGE2ufiSKfoipaz4EOCM=; b=tlhFGowhzcOph191Qgp3sZoidk8rIr36DYqhmPobGc3SzyBCSTK/yPjit4mpTRijFC 3+7MukYmfK048d4WPfkH5Kw03+py1XcpA6zTRimXYmzfcijPTc4wtY+1UMBmPICPmJMO +Scm4kd3N8y9EnfyTLQsmvHnRr1d9I2SEYPyozyXkB7+0Jk+YZor6Z1KsBH1MWmy8re0 ZTOPlbYOUmEwWewasrBuw8LYEgGfP9zkZgJeP5n3DcUit1/EejeQt3AyLEkVf54ibIU2 RGF5KqUWnfVBu3H7IR+Jy5HF6H7NuMIQd03w71XtURIPeptUzOOq0qTIUQIM2uevCk/d FfZA== X-Received: by 10.107.160.196 with SMTP id j187mr55349552ioe.80.1438131804102; Tue, 28 Jul 2015 18:03:24 -0700 (PDT) Received: from [192.168.1.22] (c-98-212-131-73.hsd1.il.comcast.net. [98.212.131.73]) by smtp.googlemail.com with ESMTPSA id k68sm15758359iod.8.2015.07.28.18.03.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jul 2015 18:03:23 -0700 (PDT) To: freebsd-questions@freebsd.org From: Joshua Isom Subject: Kernel panic on zfs import Message-ID: <55B8264E.9040702@gmail.com> Date: Tue, 28 Jul 2015 20:03:10 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 01:03:24 -0000 I've been using ZFS on root for a few years now. Today I noticed an error with /etc/localtime. I tried deleting it, and recreating it with bsdconfig since I thought that would be fastest for me to fix. It still listed the error but with no filename. I think I also started a scrub in the background. A little while later the system got stuck in a panic and reboot cycle. I downloaded the 10.1 ISO to try to fix it. Every time I try to import from the fixit it panic from zio_checksum_verify. What options do I have to try to recover the system? Is there an illumos fixit that might help possibly?