From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 13 14:46:34 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3631D106566C for ; Wed, 13 Apr 2011 14:46:34 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from lwfs1-cam.cam.lispworks.com (mail.lispworks.com [193.34.186.230]) by mx1.freebsd.org (Postfix) with ESMTP id C687A8FC13 for ; Wed, 13 Apr 2011 14:46:33 +0000 (UTC) Received: from higson.cam.lispworks.com (higson [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.14.3/8.14.3) with ESMTP id p3DEaPQm031630; Wed, 13 Apr 2011 15:36:25 +0100 (BST) (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id p3DEaPuL019978; Wed, 13 Apr 2011 15:36:25 +0100 Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id p3DEaPmO019975; Wed, 13 Apr 2011 15:36:25 +0100 Date: Wed, 13 Apr 2011 15:36:25 +0100 Message-Id: <201104131436.p3DEaPmO019975@higson.cam.lispworks.com> From: Martin Simmons To: freebsd-emulation@freebsd.org In-reply-to: <634914A010D0B943A035D226786325D422B76F9275@EXVMBX020-12.exch020.serverdata.net> (message from Tobias Oberstein on Tue, 12 Apr 2011 14:09:24 -0700) References: <634914A010D0B943A035D226786325D422B76F91CA@EXVMBX020-12.exch020.serverdata.net> <4DA4A6C7.6050803@FreeBSD.org> <634914A010D0B943A035D226786325D422B76F9205@EXVMBX020-12.exch020.serverdata.net> <4DA4AE8A.6020308@FreeBSD.org> <634914A010D0B943A035D226786325D422B76F9275@EXVMBX020-12.exch020.serverdata.net> Subject: Re: AW: AW: rc.d script for running multiple VirtualBox VMs from /etc/rc.conf X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2011 14:46:34 -0000 >>>>> On Tue, 12 Apr 2011 14:09:24 -0700, Tobias Oberstein said: > > In the meantime, I've implemented stop_cmd as synchronous (it does not > return until VM is stopped) and also restart_cmd. > > I somehow works .. but there seems to be a watchdog in place: I get > > "watchdog timeout 30s expired ... shutodown NOW" > > Is it possible to override the 30s watchdog? Maybe set rcshutdown_timeout (see man rc.conf)? __Martin