From owner-freebsd-current@FreeBSD.ORG Mon Dec 5 19:21:58 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62C52106566B for ; Mon, 5 Dec 2011 19:21:58 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) by mx1.freebsd.org (Postfix) with ESMTP id 131538FC0A for ; Mon, 5 Dec 2011 19:21:58 +0000 (UTC) Received: from amavis-proxy-ori.ijs.si (localhost [IPv6:::1]) by mail.ijs.si (Postfix) with ESMTP id 3Sxwv93DsMzGMpY for ; Mon, 5 Dec 2011 20:21:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= message-id:content-transfer-encoding:content-type:content-type :mime-version:in-reply-to:references:user-agent:date:date :subject:subject:organization:from:from:received:received :received:vbr-info; s=jakla2; t=1323112916; x=1325704917; bh=B3N PH7LDXnKt9J41GOFETJOab+8Rz8ycAS8RLxFvJUY=; b=d+mI9CtasC28fphZb7h 3QxF+9mOkplnxjBS0HDjb0FV5xAaLOG5rycWclONOWjZK57b9ErCB0LjQpeFrwDk pXBvbAAncJaQ/3b9p3IhX+udnBC+XkhHOdneyzsUjOez8Z/0lYT0VbRrTcAhh2YT hhFLO3jOwrk9KwWVEGt6DDJU= VBR-Info: md=ijs.si; mc=all; mv=dwl.spamhaus.org; X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([127.0.0.1]) by amavis-proxy-ori.ijs.si (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10012) with ESMTP id PIK8bZpDUzLJ for ; Mon, 5 Dec 2011 20:21:56 +0100 (CET) Received: from rozamunda.ijs.si (unknown [IPv6:2001:1470:ff80:0:225:90ff:fe11:b090]) by mail.ijs.si (Postfix) with ESMTP for ; Mon, 5 Dec 2011 20:21:56 +0100 (CET) Received: from neli.ijs.si (neli.ijs.si [193.2.4.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rozamunda.ijs.si (Postfix) with ESMTPSA id 67463211679 for ; Mon, 5 Dec 2011 20:21:56 +0100 (CET) From: Mark Martinec Organization: J. Stefan Institute To: freebsd-current@freebsd.org Date: Mon, 5 Dec 2011 20:21:56 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.0-PRERELEASE; KDE/4.7.3; amd64; ; ) References: <201111240126.21470.Mark.Martinec+freebsd@ijs.si> <4ED415CD.1080005@delphij.net> In-Reply-To: <4ED415CD.1080005@delphij.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201112052021.56138.Mark.Martinec+freebsd@ijs.si> Subject: Re: iSCSI initiator: iscontrol cannot be stopped or killed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2011 19:21:58 -0000 Xin LI wrote: > Try procstat -kk to find the calling stack, as a start? > This could be very useful when tracking down problems. > Also the 'D' flag from ps(1) output in most times are not quite useful > and ps -o wchan would tell you what exactly it was waiting for, just FYI. Posted both a few days ago, you must have missed it. Ivan Voras wrote: > You should probably ask at the freebsd-scsi@ mailing list. From looking > at the code it looks like "ffp" is used for LUN scan timeout. Done, posted to freebsd-scsi@ mailing list. Thanks for the suggestion. Mark