There is two different approch.

(1) without udev, static device

* Major have to be 250: kqemu-common version 1.3.0~pre11-4 contains 
/etc/modprobe.d/kqemu (options kqemu major=250) to do that
* Create node using « mknod /dev/kqemu c 250 0; chmod 666 /dev/kqemu »

(2) with udev, dynamic device

* Major have to be 0 => fix /etc/modprobe.d/kqemu (options kqemu major=0)
* Need the file /etc/udev/rules.d/60-kqemu.rules (content: « KERNEL=="kqemu", 
NAME="%k", MODE="0666" »)

I prefer dynamic devices so please fix the package to do that :-)

-- 
/dev/kqemu is not created by udev
https://bugs.launchpad.net/bugs/105933
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to