[Bug 703514] Re: wrong ownership on /dev/kvm (Maverick)

2011-01-18 Thread Dustin Kirkland
Okay, thanks for following up.

In this case, I'm going to close this bug for now.  Please do re-open it
if you figure out how to reproduce it.  Cheers.

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/703514

Title:
  wrong ownership on /dev/kvm (Maverick)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 703514] Re: wrong ownership on /dev/kvm (Maverick)

2011-01-17 Thread Marco Davids
This is weird, can't reproduce it myself anymore either...
I went back to an older version of qemu-kvm en re-installed the current one 
again, after that, the issue seems to have disappeared. Don't have a clue why. 

I do run into quite some other problems now, however
 
They are related to this:
http://ubuntuforums.org/showthread.php?t=1621431

(But that is an entire other story, that should be in it's own bug-
report, I suppose)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/703514

Title:
  wrong ownership on /dev/kvm (Maverick)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 703514] Re: wrong ownership on /dev/kvm (Maverick)

2011-01-16 Thread Marco Davids
Okay, the error came back... (can't go unnoticed, it was painfully slow
again)

open /dev/kvm: Permission denied
Could not initialize KVM, will disable KVM support

Turns out that the ownership is reset after 'qemu-kvm' is restarted. As
a workaround I added 'chgrp kvm /dev/kvm' in the 'pre-start script'
section of /etc/init/qemu-kvm.conf.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/703514

Title:
  wrong ownership on /dev/kvm (Maverick)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 703514] Re: wrong ownership on /dev/kvm (Maverick)

2011-01-16 Thread Dustin Kirkland
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?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/703514

Title:
  wrong ownership on /dev/kvm (Maverick)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs