Comment 2 for bug 703514

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: [Bug 703514] Re: wrong ownership on /dev/kvm (Maverick)

Hmm, I could not reproduce this...

kirkland@x201:~$ ls -halF /dev/kvm
crw-rw----+ 1 root kvm 10, 232 2011-01-15 17:23 /dev/kvm
kirkland@x201:~$ sudo service qemu-kvm stop
[sudo] password for kirkland:
qemu-kvm stop/waiting
kirkland@x201:~$ ls -halF /dev/kvm
ls: cannot access /dev/kvm: No such file or directory
kirkland@x201:~$ sudo service qemu-kvm start
qemu-kvm start/running
kirkland@x201:~$ ls -halF /dev/kvm
crw-rw----+ 1 root kvm 10, 232 2011-01-16 09:16 /dev/kvm

Can you give specific instructions to reproducing this?