Bug 480762
| Summary: | add more groups | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Harald Hoyer <harald> |
| Component: | udev | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | beland, clumens, harald, ovasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-02-03 10:49:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Harald Hoyer
2009-01-20 12:02:25 UTC
All gid's for those groups registered in setup-2.7.6-1.fc11. it seems 87 is already taken by polkituser Bad luck ... I see ... PolicyKit uses simple
/usr/sbin/useradd -c 'PolicyKit' -u %{polkit_uid} \
-s /sbin/nologin -r -d '/' polkituser 2> /dev/null || :
in post scriptlet - there should be -g as well (they maybe could use some generic group - I don't know - but just uid was reserved). This makes dialout adding more complicated...
I assume this bug is why I get the following message on startup? Starting udev: udevd[837]: specified group 'dialout' unknown Ok, will reserve 18 for dialout and 87 for polkituser... Yay, I'm no longer getting the message with setup-2.7.7-2.fc11.noarch/udev-137-1.fc11.x86_64. moved to udev %pre |