From owner-freebsd-fs@FreeBSD.ORG Sat May 16 12:36:00 2015 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CDF67E1; Sat, 16 May 2015 12:36:00 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (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 048111145; Sat, 16 May 2015 12:35:59 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 861BE16A403; Sat, 16 May 2015 14:35:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gQhKGTKnIfJy; Sat, 16 May 2015 14:35:19 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:dc9e:d6c5:9f0d:6a43] (unknown [IPv6:2001:4cb8:3:1:dc9e:d6c5:9f0d:6a43]) by smtp.digiware.nl (Postfix) with ESMTPA id 11EF816A406; Sat, 16 May 2015 14:25:59 +0200 (CEST) Message-ID: <55573756.9070503@digiware.nl> Date: Sat, 16 May 2015 14:25:58 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: fs@freebsd.org, Edward Tomasz Napierala Subject: Unexpected reboot after ctld run into trouble. Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 12:36:00 -0000 Hi, Found the following in my logs: Losts of ---- (0:4:0/0): Task Action: LUN Reset (0:4:0/0): CTL Status: Command Completed Successfully sonewconn: pcb 0xfffff8004e69e930: Listen queue overflow: 8 already in queue awaiting acceptance (740688 occurrences) (0:4:0/0): Task Action: LUN Reset (0:4:0/0): CTL Status: Command Completed Successfully sonewconn: pcb 0xfffff8004e69e930: Listen queue overflow: 8 already in queue awaiting acceptance (713721 occurrences) (0:4:0/0): Task Action: LUN Reset (0:4:0/0): CTL Status: Command Completed Successfully sonewconn: pcb 0xfffff8004e69e930: Listen queue overflow: 8 already in queue awaiting acceptance (691776 occurrences) ---- Which then ends in: ---- panic: deadlkres: possible deadlock detected for 0xfffff8001ee94920, blocked for 1801009 ticks cpuid = 1 Uptime: 14d13h13m47s Dumping 7557 out of 8175 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91%Table 'FACP' at 0xcfedbcf8 ---- The system is running ZFS with ZFS-on-root: FreeBSD zfs.digiware.nl 10.1-STABLE FreeBSD 10.1-STABLE #221 r282282: Fri May 1 06:51:41 CEST 2015 This could stem from the fact that I woke up my Win8 PC which has a iscsi volume mounted. It is used to store security cam captures on and does have somewhat bigger traffic on it. Suggestions or question to look at are welcom. --WjW I do have a core in /var/crash, but will need some guidance to retreive stuff from it.