From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 10 19:26:54 2013 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 ESMTP id 3CC201D0 for ; Tue, 10 Sep 2013 19:26:54 +0000 (UTC) (envelope-from juris.kaminskis@gmail.com) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D05AE2527 for ; Tue, 10 Sep 2013 19:26:53 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id t60so5955559wes.22 for ; Tue, 10 Sep 2013 12:26:52 -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=gs8qiLkkFrX72AiBrpHTqjDMov03JKiuyO8ZvyhlASk=; b=NxNjGZo9D5K6f9d3Esm8QdvjRj4pGkEvZD/mC5AK6kMeo4CboLD7jHQMm4njxLFaMg pDmIPf6bgKZh1NpBlvGpScod0RGDAbA9M0Ex6ym5v0Z0iJIGTZMy0Gujw74LDHktgveG ICPg+FdbPQv6mqJOR5eMbsml24pw1c7qg0VDZqsTRSQE18/35LUpil7q6ubYVNCKkWUv ZXBLEfTaFc4dmiWFR2c1/t/M6sUecxHss5cy5Ph0pp0QiiZDBOgCkaHVwe5wgqKzeN57 sZt1lQ0MXCzYVtRo3swh3D8I1Gsi9kZwjAeFcAElWF04Qs0MbEBV4QnrZQQmQc2/TE7Y MSfA== MIME-Version: 1.0 X-Received: by 10.180.183.180 with SMTP id en20mr14099997wic.18.1378841211965; Tue, 10 Sep 2013 12:26:51 -0700 (PDT) Received: by 10.194.83.225 with HTTP; Tue, 10 Sep 2013 12:26:51 -0700 (PDT) Date: Tue, 10 Sep 2013 22:26:51 +0300 Message-ID: Subject: Problems with CD access on Virtualbox From: Juris Kaminskis To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 10 Sep 2013 19:26:54 -0000 Hello, I am running FreeBSD 9.1 and have compiled VirtualBox. Now when I run VirtualBox WinXP guest from root terminal, my cd is accessable fine. When I run from user VirtualBox complains with following error message: Cannot open host device '/dev/cd0' for read/write access. Check the permissions of that device (VERR_ACCESS_DENIED). I am really stuck because I followed precisely wiki.freebsd.org/VirtualBoxmanual on host CD/DVD access. With exception that I have not loaded atapicam module, but I suppose it is not relevant as I read in Updating Notes of FreeBSD 9.0 that cam drivers are defaulted in kernel. Even so when I run kldload atapicam I get following error: kldload: can't load atapicam: No such file or directory I double check also what happens with my user, it has access to all the groups required: wheel, operator, vboxusers. ls -l /dev/cd0 gives following: crw-rw---- 1 root operator 0, 85 Sep 10 18:46 /dev/cd0 Any help appreciated Juris