Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2013 20:20:24 +0200 (CEST)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        zaphod@berentweb.com
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: qemu-system-x86_64 refuses to boot HDD
Message-ID:  <201304111820.r3BIKOMI044461@triton8.kn-bremen.de>
In-Reply-To: <1365537788407-5802686.post@n5.nabble.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <1365537788407-5802686.post@n5.nabble.com> you write:

>>>  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
>
Just:

	add path 'ada[0-9]*' mode 0660 group wheel

should do it (or alternatively add yourself to the operator group.)

 HTH,
	Juergen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304111820.r3BIKOMI044461>