From owner-freebsd-hackers@FreeBSD.ORG  Fri Sep 26 06:39:30 2008
Return-Path: <owner-freebsd-hackers@FreeBSD.ORG>
Delivered-To: freebsd-hackers@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2E8C41065694
	for <freebsd-hackers@freebsd.org>; Fri, 26 Sep 2008 06:39:30 +0000 (UTC)
	(envelope-from danny@cs.huji.ac.il)
Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10])
	by mx1.freebsd.org (Postfix) with ESMTP id D9F448FC1A
	for <freebsd-hackers@freebsd.org>; Fri, 26 Sep 2008 06:39:29 +0000 (UTC)
	(envelope-from danny@cs.huji.ac.il)
Received: from pampa.cs.huji.ac.il ([132.65.80.32])
	by cs1.cs.huji.ac.il with esmtp
	id 1Kj6ho-000F3b-6q; Fri, 26 Sep 2008 09:21:32 +0300
X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2
To: daniel@dgnetwork.com.br
In-reply-to: <48DC1C97.6010701@dgnetwork.com.br> 
References: <48DC1C97.6010701@dgnetwork.com.br>
Comments: In-reply-to =?ISO-8859-1?Q?Daniel_Dias_Gon=E7alves?= 
	<daniel@dgnetwork.com.br>
	message dated "Thu, 25 Sep 2008 20:19:51 -0300."
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Fri, 26 Sep 2008 09:21:32 +0300
From: Danny Braniss <danny@cs.huji.ac.il>
Message-ID: <E1Kj6ho-000F3b-6q@cs1.cs.huji.ac.il>
Cc: freebsd-hackers@freebsd.org, freebsd-scsi@freebsd.org
Subject: Re: FreeBSD and ISCSI, Strange Problem 
X-BeenThere: freebsd-hackers@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Technical Discussions relating to FreeBSD
	<freebsd-hackers.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hackers>, 
	<mailto:freebsd-hackers-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-hackers>
List-Post: <mailto:freebsd-hackers@freebsd.org>
List-Help: <mailto:freebsd-hackers-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-hackers>,
	<mailto:freebsd-hackers-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Sep 2008 06:39:30 -0000

> I'm with a very strange problem in the FreeBSD 7.0R
> I use the iscsi_initiator to mount two devices of a Dell MD3000i, the 
> file system is UFS.
> The problem occurs when I make a copy of a great directory for inside of 
> the /data/email directory, passed some minutes of beginning of copy, the 
> SSH connection stops to answer, when trying to open a new connection " 
> Password: " it isn't requested, in the console, when typing the user 
> "root" e to press enter, " Password: " also it isn't requested. The only 
> way to come back is restarting the FreeBSD.
> 
> When press CTRL+T during the freeze it is shown:
> # ssh root@10.0.20.10
> load: 0.76  cmd: ssh 86930 [sbwait] 0.00u 0.01s 0% 2076k
> 
> In another freeze it showed state [ufs]
> During freeze, send and receive pings work fine, but no service runing work.
> 
> I already verified for some related LOG, however not see nothing related.

hi Daniel,
the problem is probably that iscsi is deadlocked, so fetch 
	ftp://ftp/users/danny/freebsd/iscsi-2.1.tar.gz
cd /usr/src
tar xpzf /path-to-tar-file/iscsi-2.1.tar.gz
(cd sys/modules/iscsi/initiator; make; make install)
(cd sbin/iscontrol;make; make install)
probably the safest is now to reboot.

Let me know what happens.

obrigado (thanks?),
	danny