From owner-freebsd-geom@FreeBSD.ORG Mon Dec 22 12:47:19 2014 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBABED76 for ; Mon, 22 Dec 2014 12:47:18 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF40632B4 for ; Mon, 22 Dec 2014 12:47:17 +0000 (UTC) Received: from moby.local ([109.193.238.174]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MRoRF-1YRcj02xEf-00Su1a for ; Mon, 22 Dec 2014 13:47:15 +0100 Message-ID: <549812D7.4020809@gmx.com> Date: Mon, 22 Dec 2014 13:47:19 +0100 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-geom@freebsd.org Subject: GELI + g_eli_orphan_spoil_assert() X-Provags-ID: V03:K0:IOYxdVdGN7IuVd9Ryqi7OVAmw7jZ9kDbOXJlDdd+roXsfY+B4Mh zFsUA7HQ+JGaqujUebsGK97ov7WorfIpKFyoOd4DT9CBVLz/cjeIEpvxoECPijErg4BazYP ie0jpm67pecoE5v8TLEZZ8hASkdzB/CtGB+mTacl+nrRXUM3ykhWXOptwcQKP8A7Fby20lf wY3tCgoCIm+sNJPhINgYA== X-UI-Out-Filterresults: notjunk:1; Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 12:47:19 -0000 Hi, On an old - before 10.0-RELEASE - 10-STABLE I am seeing this failed assertion, g_eli_orphan_spoil_assert(), in g_media_changed_event(). The system has two USB disks, which are both encrypted and I use the second one to backup the first via zfs send/recv. The target (AKA second one) disk is not 100% healthy. Could that be the reason for the panic? Could somebody explain more regarding g_eli_orphan_spoil_assert()? > http://postimg.org/image/fg7z6wun7/ Thanks, Nikos From owner-freebsd-geom@FreeBSD.ORG Thu Dec 25 19:15:12 2014 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8C08A9 for ; Thu, 25 Dec 2014 19:15:12 +0000 (UTC) Received: from mail.cyberleo.net (paka.cyberleo.net [216.226.128.180]) by mx1.freebsd.org (Postfix) with ESMTP id A7F131792 for ; Thu, 25 Dec 2014 19:15:11 +0000 (UTC) Received: from [172.16.44.4] (vitani.den.cyberleo.net [216.80.73.130]) by mail.cyberleo.net (Postfix) with ESMTPSA id 8B20D1A8D7; Thu, 25 Dec 2014 14:07:50 -0500 (EST) Message-ID: <549C6085.1070002@cyberleo.net> Date: Thu, 25 Dec 2014 13:07:49 -0600 From: CyberLeo Kitsana User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.8.0 MIME-Version: 1.0 To: Nikos Vassiliadis , freebsd-geom@freebsd.org Subject: Re: GELI + g_eli_orphan_spoil_assert() References: <549812D7.4020809@gmx.com> In-Reply-To: <549812D7.4020809@gmx.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 19:15:12 -0000 On 12/22/2014 06:47 AM, Nikos Vassiliadis wrote: > Hi, > > On an old - before 10.0-RELEASE - 10-STABLE I am seeing this failed > assertion, g_eli_orphan_spoil_assert(), in g_media_changed_event(). The > system has two USB disks, which are both encrypted and I use the second > one to backup the first via zfs send/recv. The target (AKA second one) > disk is not 100% healthy. Could that be the reason for the panic? > > Could somebody explain more regarding g_eli_orphan_spoil_assert()? > >> http://postimg.org/image/fg7z6wun7/ A shot in the dark based on that backtrace would be that da1 has disappeared, but da1.eli is in use and cannot be destroyed. When does the panic occur? Only when you're dumping data to the device, when you plug or unplug it, completely at random, or some other time? Also, please provide the full output of 'uname -a', as that should contain information on the exact point of 10-STABLE you are running. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://www.fur.com/peace/ From owner-freebsd-geom@FreeBSD.ORG Fri Dec 26 11:31:32 2014 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F11EC37F for ; Fri, 26 Dec 2014 11:31:32 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCE36643EF for ; Fri, 26 Dec 2014 11:31:31 +0000 (UTC) Received: from moby.local ([109.193.238.174]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MCwbX-1YDZfM220h-009ieK; Fri, 26 Dec 2014 12:31:23 +0100 Message-ID: <549D470B.4050706@gmx.com> Date: Fri, 26 Dec 2014 12:31:23 +0100 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: CyberLeo Kitsana , freebsd-geom@freebsd.org Subject: Re: GELI + g_eli_orphan_spoil_assert() References: <549812D7.4020809@gmx.com> <549C6085.1070002@cyberleo.net> In-Reply-To: <549C6085.1070002@cyberleo.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:BBdIjW2ydSRT8eIrlDAbEdjvGCf05XmO9G8wBuRmcxdeB9qihVk wvLdonc/Sul9ebQ7VUlQ4zp5YQvbVfBgRsCx+SQh/BJ391w/PZVZJ2l03D8gFUf7Rvkfh2J bnLVNBs5sLrWglYRMtlitZ6+A7/HIjBm9s4itQ0slcLQI5xAjrD+A2Y0Lrx65BZHa4smZGb eYunpxSTHXy6VjCrXGNTA== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2014 11:31:33 -0000 On 12/25/14 20:07, CyberLeo Kitsana wrote: > On 12/22/2014 06:47 AM, Nikos Vassiliadis wrote: >> Hi, >> >> On an old - before 10.0-RELEASE - 10-STABLE I am seeing this failed >> assertion, g_eli_orphan_spoil_assert(), in g_media_changed_event(). The >> system has two USB disks, which are both encrypted and I use the second >> one to backup the first via zfs send/recv. The target (AKA second one) >> disk is not 100% healthy. Could that be the reason for the panic? >> >> Could somebody explain more regarding g_eli_orphan_spoil_assert()? >> >>> http://postimg.org/image/fg7z6wun7/ > > A shot in the dark based on that backtrace would be that da1 has > disappeared, but da1.eli is in use and cannot be destroyed. > > When does the panic occur? Only when you're dumping data to the device, > when you plug or unplug it, completely at random, or some other time? It was receiving a zfs snapshot when it happened. > Also, please provide the full output of 'uname -a', as that should > contain information on the exact point of 10-STABLE you are running. It's quite old, before 10.0-RELEASE, specifically start of December of 2013. I'd update to 10-STABLE but a lot of changes have happened since then and I am more than 2000km away;) Other than that the system runs ok. Nikos