From owner-freebsd-stable@FreeBSD.ORG Mon Nov 14 10:22:11 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05EBD16A41F for ; Mon, 14 Nov 2005 10:22:11 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA07E43D45 for ; Mon, 14 Nov 2005 10:22:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 42A1B46B3B; Mon, 14 Nov 2005 05:22:10 -0500 (EST) Date: Mon, 14 Nov 2005 10:22:10 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Julien Gabel In-Reply-To: <49476.145.248.192.30.1131962803.squirrel@webmail.thilelli.net> Message-ID: <20051114102148.E90423@fledge.watson.org> References: <200511102010.jAAKAEAB014639@cwsys.cwsent.com> <20051113153158.A7337@carver.gumbysoft.com> <49476.145.248.192.30.1131962803.squirrel@webmail.thilelli.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Cy Schubert , stable@freebsd.org Subject: Re: Consistent 6.0-STABLE Hang. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Nov 2005 10:22:11 -0000 On Mon, 14 Nov 2005, Julien Gabel wrote: >>> Running the Citrix ICA wfcmgr (from ports) to change settings, e.g. >>> password, for connection to a Windows terminal server hangs FreeBSD 6.0 >>> (as of Nov 4) quite consistently. I've tried this on one of my 6.0 >>> systems at home and a 6.0 system here at work. I suspect it may have >>> something to do with Linux emulation however until I dig into this more >>> I won't know for sure. >>> >>> The only way to "unhang" the system is to press the reset switch. > >> For fun, try updating to RELENG_6. I committed a fix recently for a >> hang thats caused by doing 'ls /dev' in the linuxulator. > > I think you got it. After rebooting under a fresh 6.0-STABLE (build on > Mon Nov 14 05:39:01 CET 2005), the problem didn't appear again... no > more need for a serial console on this machine, i think :) Sounds like a good MFC candidate, assuming it can be MFC'd non-disruptively. Robert N M Watson