From owner-freebsd-virtualization@freebsd.org Tue Jul 14 18:17:38 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49B979A16A7 for ; Tue, 14 Jul 2015 18:17:38 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DABA1B4F; Tue, 14 Jul 2015 18:17:37 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: by widjy10 with SMTP id jy10so107091049wid.1; Tue, 14 Jul 2015 11:17:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jWaT9JTDl1wS4ouTD2pMluevtQw2xYRPQlMQirflmlw=; b=NlN184YR8HLdoSKBYPnxwEZyIrnw5BIpY7eiBcQFAoqv+I2tndNE4enLFvwCu7Yd2P Xsxt1UrSWSDtopi0QKLMWN+Pnd9HVwe47hcwKJ5bpSlvOzyM/T+6QVExjQ5FQOWen38w oxDtylEqYRUEiM3H2uCNHHlwttP5QiCfyRCyV6i0fGsJ1UYjIsn0fLTiyvNO6mmFUD8B nM8EAwnM9sNCfSr4fkXS8T+ZgQgAy/tRBoVIz4+z2Wi4+VIs9XFf5tzpJoNtTcEJB640 ErEHxOEhCkul/E6fu7T7di/0bq6wI4icN01i5Rj6Wudf50imGdHe7FDaBMa3Qfv8g4Wt Qomw== MIME-Version: 1.0 X-Received: by 10.180.189.40 with SMTP id gf8mr8024116wic.32.1436897856218; Tue, 14 Jul 2015 11:17:36 -0700 (PDT) Received: by 10.27.214.139 with HTTP; Tue, 14 Jul 2015 11:17:36 -0700 (PDT) In-Reply-To: <55A4C9F3.9060003@FreeBSD.org> References: <55A4C9F3.9060003@FreeBSD.org> Date: Tue, 14 Jul 2015 11:17:36 -0700 Message-ID: Subject: Re: bhyve vs signals From: Neel Natu To: Andriy Gapon Cc: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 18:17:38 -0000 Hi Andriy, On Tue, Jul 14, 2015 at 1:36 AM, Andriy Gapon wrote: > > I couldn't find any information in bhyve(8) on how bhyve responds to various > signals. It seems that at least SIGTERM is intercepted and translated to an > ACPI power event. How about other signals? What's the best signal to use to > kill a hung VM that can not be stopped gracefully? > 'bhyvectl --force-poweroff --vm=vmname' is a good way to forcibly kill a wedged VM. best Neel > -- > Andriy Gapon > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org"