From owner-freebsd-stable@FreeBSD.ORG Mon May 19 07:50:23 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69817AE7 for ; Mon, 19 May 2014 07:50:23 +0000 (UTC) Received: from mail-ee0-x236.google.com (mail-ee0-x236.google.com [IPv6:2a00:1450:4013:c00::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 D43322B04 for ; Mon, 19 May 2014 07:50:22 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id b57so3315535eek.13 for ; Mon, 19 May 2014 00:50:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=FlZt0AglUXsr37gKgS3LeXYfHMdlJ4/2xr0RRK2S7SU=; b=fdWDoEdHEYKYZXzjRhWvqYSqZkgbCzO53dS3uPgsVpC4RMB8HS1s3lodfGg8wVjSFs 2hONfvX8RJdnzPNtOI8sNv90uQKUC1TYFiGuRAYo0n2hiew+znNWyaEs9h7uQm2Xkm2Z 7RJcJ7OSFWpeRuD+5xtDlsMdVY5YhU8dcu4mz3iizpgzROY7tTvAcvgLfxXFjsQCXSqg McFD+a8cmuRvzTJbwudqB0/APcryD0eqQFIANCywASnrvQ0NPnthnrkNLCFMOjsCriXM nnYa5C2YM1C6tTqWTCowh3/O0dUYvzHD7R57BZzqEXBAyc/dIKBaQCNlfScPRHEgCUnt PEIQ== X-Received: by 10.14.7.72 with SMTP id 48mr1135710eeo.114.1400485820880; Mon, 19 May 2014 00:50:20 -0700 (PDT) Received: from strashydlo.home (actm36.neoplus.adsl.tpnet.pl. [83.11.66.36]) by mx.google.com with ESMTPSA id s46sm40045923ees.3.2014.05.19.00.50.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 May 2014 00:50:20 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Subject: Re: reboot while writing to USB device Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=iso-8859-2 From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: <20140519111411.420bc31a@X220.alogt.com> Date: Mon, 19 May 2014 09:50:18 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <27FA6B19-0A48-453A-A631-3290A9B18EEE@FreeBSD.org> References: <20140519111411.420bc31a@X220.alogt.com> To: Erich Dollansky X-Mailer: Apple Mail (2.1283) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 07:50:23 -0000 Wiadomo=B6=E6 napisana przez Erich Dollansky w dniu 19 maj 2014, o godz. = 05:14: > Hi, >=20 > i just got a reboot while a backup was done to an USB device. I found > later hundreds of messages like this in /var/log/messages >=20 > May 19 10:24:32 X220 kernel: softdep_deallocate_dependencies: got = error > 6 while accessing filesystem=20 > May 19 10:24:32 X220 last message repeated 38 times=20 [..] > FreeBSD X220.alogt.com 10.0-STABLE FreeBSD 10.0-STABLE #28: Sat Apr 19 > 20:06:41 WITA 2014 erich@X220.alogt.com:/usr/obj/usr/src/sys/X220 > amd64 >=20 > The source and the destination file system are cyphered with geli. >=20 > What does this error 6 mean? According to "man errno", it's ENXIO, Device not configured. = Usually it means the disk disappeared, ie. was disconnected.