From owner-freebsd-emulation@FreeBSD.ORG Sat May 4 14:43:31 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AED15F28 for ; Sat, 4 May 2013 14:43:31 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 760E31D86 for ; Sat, 4 May 2013 14:43:31 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id 16so2155843obc.9 for ; Sat, 04 May 2013 07:43:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=x-received:date:from:to:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=GCvLBgFWRboj/WgBLlSk2yI73DsOM1ZMdqgMxf3MgQQ=; b=YSuz8pc+g7RqUpnI34W0OrDwLhUi7Zkri1TcgzBi6I19Aelr9lPyn4LqZgXBQvjiNO FQNFH/ARE9CxfR/9vmRUxk8S8HPnwETuUNx5XGF3S1W3Qh7wRbhN+p5OUkoh9Kb6zr33 qJ7dPoKpExYFoUJum40Ix2sChKB52tIsJPxEw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=GCvLBgFWRboj/WgBLlSk2yI73DsOM1ZMdqgMxf3MgQQ=; b=o2NtuZfUoUV7MDDCQFTDuaLqDJfF6dcZYm6e35OZo/gOQr4pS/R290xJVy7rOTmlCE pNH9KhKYXu1U1ux+rfNaMTrv2gF+FJYsYK9bbNrz/F6UGvvGeYa28DX07yrr8UnWka8R ONd9hDxj+MI8B4+aW+uQVlIJ/tDfQtw4ts70ISRtjYHUhTon8IALcqzldToxkxQ2dDsx KptlPrSrELIthD6ta3RQItYI5r6Mh1VRmDJkRl2Hupr/qFp6EJvmofKFcP5eKI/PuMYd G9S0VCqpXRQ27RU5W9Qn/flNyqTm2851TemtcRJQgNA1OLBkaO8EEZNiTlj8sr3ucNAJ SysQ== X-Received: by 10.182.148.231 with SMTP id tv7mr4001839obb.38.1367678610894; Sat, 04 May 2013 07:43:30 -0700 (PDT) Received: from papi ([177.158.97.212]) by mx.google.com with ESMTPSA id bh8sm3454525obb.11.2013.05.04.07.43.29 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 04 May 2013 07:43:30 -0700 (PDT) Date: Sat, 4 May 2013 11:45:24 -0300 From: Mario Lobo To: freebsd-emulation@freebsd.org Subject: Re: [VBOX] Failure while attaching the physical hard drive to the guest Message-ID: <20130504114524.5261760b@papi> In-Reply-To: <5184AC02.3010303@rawbw.com> References: <5184623A.7090603@rawbw.com> <5184AC02.3010303@rawbw.com> Organization: BSD X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkYYZ8Ros5O+tFNR7u4Df+i9mtvNHSENt4oFOxGDNrb1QUxYbXgbpApWjsxq/Y2xnmTSnh6 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: Sat, 04 May 2013 14:43:31 -0000 On Fri, 03 May 2013 23:34:42 -0700 Yuri wrote: > On 05/03/2013 23:02, Bernhard Fr=F6hlich wrote: > > My first guess is that permissions for /dev/ada3 are not sufficient=20 > > for your vbox user. >=20 > Changing permissions of /dev/ada3 to 0777 didn't change anything. > But changing permissions of ada3.vmdk to 0777 changed the situation: > now it fails with the message "Failed to open session", "No error > info", >=20 > S_ERROR_CALL_FAILED (0x800706BE) > And there is an assert in log: > 00:00:01.267946 DrvBlock: Async flushes will be passed to the disk > 00:00:01.268193 AIOMgr: Endpoint for file '/home/yuri/VirtualBox=20 > VMs/Mint-mate-32/ada3.vmdk' (flags 00000723) created successfully > 00:00:01.270518 > 00:00:01.270520 !!Assertion Failed!! > 00:00:01.270521 Expression: stamR3SlashCompare(pPrev->pszName, > pszName) < 0 00:00:01.270522 Location :=20 > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/VMM/VM= MR3/STAM.cpp(632)=20 > int stamR3RegisterU(UVM*, void*, void (*)(VM*, void*), void (*)(VM*,=20 > void*, char*, size_t), STAMTYPE, STAMVISIBILITY, const char*, > STAMUNIT, const char*) >=20 >=20 > Yuri >=20 > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to > "freebsd-emulation-unsubscribe@freebsd.org" Have you tried installing guest additions and sharing your drive through the shared folders feature? --=20 Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) =20