In article <[email protected]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to