From owner-freebsd-emulation@FreeBSD.ORG Fri Sep 26 06:14:07 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EF1CA6 for ; Fri, 26 Sep 2014 06:14:07 +0000 (UTC) Received: from mail-qc0-f169.google.com (mail-qc0-f169.google.com [209.85.216.169]) (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 12118FD6 for ; Fri, 26 Sep 2014 06:14:06 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id r5so5171118qcx.14 for ; Thu, 25 Sep 2014 23:14:05 -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:date:message-id:subject:from:to :content-type; bh=ecGzz44Ryt0rWdmrYwtUXkGbD6gDdYEDCXP8GS/UA1Y=; b=j916Kps5DybngIpWFI6qGI+WkGNLEUFtGpKPRbi6QwfSpDJDdmxacV/KQfvIVhe3YA Nqy7PPL90O1Le7r2KLY8nTjv9QDPuFiDeZ+49u6TQ4jFg0I2bIy41gCY8AW2pf6U5T2e sr06JuPn6A3/ZSCDOvbbm6TV/XFcmNKFe6HYJ0NSrKZMn0+B9jxKrI172qv4xgABO6Ga Z4cbYpDTjFO9ivFIeltNjUitSSmQGnQGIOs149Z15JGI/gWLk8Z3gNEhhD+W1FxtoWdV 5osUbs/9L2GVe/WtPuD8kcUWh2wXEy4G/C6XX/CZY7Q0/qRNQIdPUKVDKcsBdwFP2IVD d35w== X-Gm-Message-State: ALoCoQnMUeha0u69Aml+OgSYuD10E9t+eh4c6NY61lh9YKIoplc1iJZLKblbU2LYumJTHIjJyCps MIME-Version: 1.0 X-Received: by 10.140.17.9 with SMTP id 9mr26616293qgc.47.1411712045152; Thu, 25 Sep 2014 23:14:05 -0700 (PDT) Received: by 10.140.235.1 with HTTP; Thu, 25 Sep 2014 23:14:05 -0700 (PDT) Date: Fri, 26 Sep 2014 16:14:05 +1000 Message-ID: Subject: Attaching any USB device to any VM causes virtualbox to crash. From: Robert Backhaus To: 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:14:07 -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.