From owner-freebsd-stable@FreeBSD.ORG Mon May 19 03:14:28 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 306E972C for ; Mon, 19 May 2014 03:14:28 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (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 058672673 for ; Mon, 19 May 2014 03:14:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=MzeDtuMcgtIe0TAuCRmUqXhOvSaWAzDeGbt5bniHPRY=; b=qGZ9prTQ7zb+bj7tGDsdqW/c2U139m5VxCO6xB7K7REHSvoPsyhiKRnFreiejf2brVSU8RWTA2+upKLvuyGPTaPEkMC13Z+YiArHO0YdRYkv7loYjj+R9sL/Qy4CPNZkGKsh30yp2xphLIfXFjjtV78+XOxqY+ELo8Zb+p/qtNM=; Received: from [39.195.137.190] (port=46171 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WmE1s-003Bmk-7c for freebsd-stable@freebsd.org; Sun, 18 May 2014 21:14:21 -0600 Date: Mon, 19 May 2014 11:14:11 +0800 From: Erich Dollansky To: freebsd-stable@freebsd.org Subject: reboot while writing to USB device Message-ID: <20140519111411.420bc31a@X220.alogt.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: 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 03:14:28 -0000 Hi, 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 May 19 10:24:32 X220 kernel: softdep_deallocate_dependencies: got error 6 while accessing filesystem May 19 10:24:32 X220 last message repeated 38 times May 19 10:24:32 X220 wpa_supplicant[608]: wlan0: Failed to initiate AP scan May 19 10:24:32 X220 kernel: /mnt/H500GB3/usr/home: got error 6 while accessing filesystem May 19 10:24:32 X220 last message repeated 15 times May 19 10:24:32 X220 kernel: softdep_deallocate_dependencies: got error 6 while accessing filesystem May 19 10:24:32 X220 kernel: /mnt/H500GB3/usr/home: got error 6 while accessing filesystem May 19 10:24:32 X220 last message repeated 3 times May 19 10:24:32 X220 kernel: softdep_deallocate_dependencies: got error 6 while accessing filesystem May 19 10:24:32 X220 last message repeated 18 times May 19 10:24:32 X220 kernel: /mnt/H500GB3/usr/home: got error 6 while accessing filesystem May 19 10:24:32 X220 last message repeated 7 times May 19 10:24:32 X220 kernel: softdep_deallocate_dependencies: got error 6 while accessing filesystem I ran a fsck on all partitions of the affected device. No errors were found. The source file file has had a small problem. The e-mail I was writing was properly stored but firefox lost the data of the currently opened tabs. Uname says: 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 The source and the destination file system are cyphered with geli. What does this error 6 mean? Erich