From owner-freebsd-stable@FreeBSD.ORG Tue Sep 2 17:26:57 2014 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB1EEC67; Tue, 2 Sep 2014 17:26:57 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 9D9EE19C0; Tue, 2 Sep 2014 17:26:57 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 6E6E520E7088F; Tue, 2 Sep 2014 17:26:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,RDNS_DYNAMIC,STOX_REPLY_TYPE,TVD_FINGER_02 autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id E92A420E7088C; Tue, 2 Sep 2014 17:26:48 +0000 (UTC) Message-ID: From: "Steven Hartland" To: , References: Subject: Re: Rebooting locks up with VMware Fusion 6 open-vm-tools enabled VM on 10-STABLE/amd64 from a week or so ago Date: Tue, 2 Sep 2014 18:26:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Cc: alc@FreeBSD.org, =?Windows-1252?Q?Roger_Pau_Monn=E9?= , kib@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 17:26:58 -0000 ----- Original Message ----- From: > I’ve been rebooting my VMware VM regularly on 10-STABLE to do testing, > and something changed in the past week or so to consistently cause my > VM to go catatonic on reboot after the syncer is called to do a final > sync to disk. When I've seen this in the past on a bare metal machine the following has fixed it: sysctl hw.usb.no_shutdown_wait=1 Regards Steve