From owner-freebsd-emulation@FreeBSD.ORG Sat May 4 06:34:44 2013 Return-Path: Delivered-To: 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 8FFC78FC for ; Sat, 4 May 2013 06:34:44 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 7D1A716A6 for ; Sat, 4 May 2013 06:34:44 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r446Yg23080107; Fri, 3 May 2013 23:34:42 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <5184AC02.3010303@rawbw.com> Date: Fri, 03 May 2013 23:34:42 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130327 Thunderbird/17.0.4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Subject: Re: [VBOX] Failure while attaching the physical hard drive to the guest References: <5184623A.7090603@rawbw.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: emulation@freebsd.org 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 06:34:44 -0000 On 05/03/2013 23:02, Bernhard Fröhlich wrote: > My first guess is that permissions for /dev/ada3 are not sufficient > for your vbox user. 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", 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 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 : /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/VMM/VMMR3/STAM.cpp(632) int stamR3RegisterU(UVM*, void*, void (*)(VM*, void*), void (*)(VM*, void*, char*, size_t), STAMTYPE, STAMVISIBILITY, const char*, STAMUNIT, const char*) Yuri