With udev-135-3.fc11.x86_64, I am getting the following warning on startup: Starting udev: udevd[819]: specified group 'video' unknown The file /lib/udev/rules.d/50-udev-default.rules contains the string 'GROUP="video"', so I've attached it for reference.
Created attachment 327273 [details] Contents of /lib/udev/rules.d/50-udev-default.rules
What version of setup package do you have? Is there .rpmnew file of /etc/group? It seems that update of /etc/group (done by setup-2.7.4-3.fc11) was not performed on your machine and video group is missing there... Should work for rawhide nightly install from latest packages(no setup updates).
Fixed by adding groupadd audio/video to post section of setup, closing RAWHIDE.
No longer getting this message. Thanks for the fix!