From owner-freebsd-emulation@FreeBSD.ORG Fri Sep 26 06:17:03 2014 Return-Path: Delivered-To: freebsd-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 0AAB1107 for ; Fri, 26 Sep 2014 06:17:03 +0000 (UTC) Received: from mail-qg0-f44.google.com (mail-qg0-f44.google.com [209.85.192.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C03CEFF0 for ; Fri, 26 Sep 2014 06:17:02 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id f51so8838263qge.31 for ; Thu, 25 Sep 2014 23:16:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=ecGzz44Ryt0rWdmrYwtUXkGbD6gDdYEDCXP8GS/UA1Y=; b=bPnyd7TejA0lcmz8ORvWL/xgO/JWlKC5pP70uaLaNj1K40OPQVL4pj2KQzMVgHPN8b MsStcYrDeAETbeXlbqCE3CblyxpsS8/r663hDtjPkbju7SWItANbMwkKzLalwSVEi6Me /cx8GlM5hMsYDSgO95wMnnphSbLgVRxVvTUu+xR7jnM2c+nR+o8ALW8UHJYZd+6tKp/M ec4DiMGZUrdgTup7NWitQEwhSf6kk1nx3jNvrBvGCb6mXWmhnS2PxqF4HE5q34VU57j8 JMN2fPUkH0UacciNbzz5Jdb5YVWG0p9ZcDyKAYL6v8+tqkHfUIQhrGATzXzMCj5t9681 xhyA== X-Gm-Message-State: ALoCoQlU2itzHk8v8+Nw1AStnUNDcIHYCsO+6KjJpfxOnzMBkA3J2lY4kbaIpuxua9lUMdnElIgO MIME-Version: 1.0 X-Received: by 10.140.100.237 with SMTP id s100mr29169307qge.92.1411712215047; Thu, 25 Sep 2014 23:16:55 -0700 (PDT) Received: by 10.140.235.1 with HTTP; Thu, 25 Sep 2014 23:16:54 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Sep 2014 16:16:54 +1000 Message-ID: Subject: Fwd: Attaching any USB device to any VM causes virtualbox to crash. From: Robert Backhaus To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 26 Sep 2014 06:17:03 -0000 With the current virtualbox (4.3.16), attaching any USB device causes virtualbox to crash or hang, sometimes with the following message: Failed to attach the USB device [DeviceName] to the virtual machine [vm name]. Failed to create a proxy device for the USB device. (Error: VERR_READ_ERROR). Result Code: NS_ERROR_FAILURE (0x80004005) Component: Console Interface: IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6} This error has been reported by pwr2srv at https://forums.freebsd.org/viewtopic.php?f=5&t=48134&p=269117#p269117 The same thing happens even with a fresh, blank VM. Downgrading, either by installing the package, or by pulling the old revision of the ports tree and building that, fixes the problem.