[Slackbuilds-users] QEMU : rules.d/65-kvm.rules
Christoph Willing
chris.willing at linux.com
Sun Jan 8 21:40:10 UTC 2023
On 9/1/23 01:03, marav wrote:
> Hi,
>
> From SBo, 65-kvm.rules
>
> KERNEL=="kvm", GROUP="@GROUP@", MODE="0660"
> KERNEL=="vhost-net", GROUP="@GROUP@", MODE="0660"
That 65-kvm.rules is just an input file. If qemu.SlackBuild is run
correctly, @GROUP@ is replaced with whatever KVMGROUP is set to.
>
> I noticed that in syslog:
>
> udevd[632]: specified group '@GROUP@' unknown
>
That means the qemu.SlackBuild has not run correctly; this part failed:
sed "s/@GROUP@/$KVMGROUP/" $CWD/65-kvm.rules \
> $PKG/lib/udev/rules.d/65-kvm.rules
chris
More information about the SlackBuilds-users
mailing list