Dear BLFS folks,

systemd 237 [1] installs the udev rule `/lib/udev/rules.d/50-udev-default.rules`, which contains the line below.

```
KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"
```

As the group `kvm` is only added in the BLFS QEMU chapter [2], the error below is shown in the log.

```
systemd-udevd[196]: Specified group 'kvm' unknown
```

If I am not mistaken, either, the group should be created in the systemd chapter or the rule should be patched out.


Kind regards,

Paul


[1] http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/systemd.html
[2] http://www.linuxfromscratch.org/blfs/view/svn/postlfs/qemu.html
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to