From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 20 02:31:52 2014 Return-Path: Delivered-To: emulation@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 C871C23C for ; Thu, 20 Mar 2014 02:31:52 +0000 (UTC) Received: from mail-ve0-x230.google.com (mail-ve0-x230.google.com [IPv6:2607:f8b0:400c:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A5627D for ; Thu, 20 Mar 2014 02:31:52 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id cz12so223926veb.21 for ; Wed, 19 Mar 2014 19:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=NIdmy3wQUG1K3jP0Cfy/2mgJNjS7zXLgZYnVL44jHVk=; b=N/7DP4DsS+8UTLwgGs4dFb9TZZsLcGK98DrP/36oGsRslM0mHxwHvw1xrKD2aOOdff Jy+7Avst/kGKXMWZLhJeeOVSglUmVzQriSXdMqThHdQc0Sh3TKsR5yoA5w1SDWw8mWcU hEaajVGBtUD9cEL2tlRqjR20pzQmimKm/FpRqgFpoQZFm/Qc4S+qUlZL+Eowmih63dpI Ht9IuhHJi4CPxyfzVGqa2b2IzBFF+jE41fS9HnrTTFZUpWnyIiOTdxHsUire6jdvWC5p b2+TwhJ6cyoW7FrWUTyA2+qEMFjliZknkwuDsAK7PaaQukJzUoxeDdzho7ZN+4o0FD24 YssA== MIME-Version: 1.0 X-Received: by 10.58.247.193 with SMTP id yg1mr341562vec.41.1395282711722; Wed, 19 Mar 2014 19:31:51 -0700 (PDT) Received: by 10.220.239.84 with HTTP; Wed, 19 Mar 2014 19:31:51 -0700 (PDT) Date: Wed, 19 Mar 2014 22:31:51 -0400 Message-ID: Subject: VBoxManage errors at boot From: Thomas Hoffmann To: "freebsd-emulation@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 20 Mar 2014 02:31:52 -0000 I'm running emulators/virtualbox-ose-4.3.8 on -CURRENT r263411 amd64. The last several boot sequences I have noticed the following errors in the console log: Mar 19 22:11:01 tortoise kernel: VBoxManage: error: Failed to create the VirtualBox object! Mar 19 22:11:01 tortoise kernel: VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended info not available) Mar 19 22:11:01 tortoise kernel: VBoxManage: error: Most likely, the VirtualBox COM server is not running or failed to start. I'm perplexed by these messages because I do not have any cron jobs that invoke VBoxManage @reboot for any purpose whatsoever be it managing or starting a virtual machine. I'm thinking these messages appeared after the upgrade to 4.3.8, but I cannot be certain. Can anyone provide a context for these errors? -Tom