From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 9 20:03:09 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 66B489F3 for ; Tue, 9 Apr 2013 20:03:09 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 4C2A39DF for ; Tue, 9 Apr 2013 20:03:09 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UPel2-0005iS-DS for freebsd-emulation@freebsd.org; Tue, 09 Apr 2013 13:03:08 -0700 Date: Tue, 9 Apr 2013 13:03:08 -0700 (PDT) From: Beeblebrox To: freebsd-emulation@freebsd.org Message-ID: <1365537788407-5802686.post@n5.nabble.com> In-Reply-To: <201304091757.r39HvkdB005267@triton8.kn-bremen.de> References: <1365179827998-5801797.post@n5.nabble.com> <201304081843.r38Ih0sg058174@triton8.kn-bremen.de> <1365479661800-5802513.post@n5.nabble.com> <201304091757.r39HvkdB005267@triton8.kn-bremen.de> Subject: Re: qemu-system-x86_64 refuses to boot HDD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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, 09 Apr 2013 20:03:09 -0000 >> if you run qemu as root it may default to -curses too since it probably doesn't have permissions to access your X display Yep, that's the problem. I get the same 'could not open disk image /dev/ada1: Permission denied' error when I run as my own user. Should I add to devfs.rules something like below then? [localrules=10] add path '*a*da[0-9]*' mode 0660 group wheel Thanks. ----- 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/qemu-system-x86-64-refuses-to-boot-HDD-tp5801797p5802686.html Sent from the freebsd-emulation mailing list archive at Nabble.com.