Bug 35255
| Summary: | bad compilation configuration for nut (qa0404) | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Michal Jaegermann <michal> |
| Component: | nut | Assignee: | Than Ngo <than> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-04-13 20:29:03 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
Michal Jaegermann
2001-04-08 22:34:17 UTC
It's compiled with --with-uid=`id -u nobody` --with-gid=`id -g nobody` i think, you have wrong id for nobody. # rpm -qf /usr/bin/bestups nut-0.44.1-5 # strings /usr/bin/bestups | grep nog nogroup and a daemon complaints on a startup about missing 'nogroup' gid. It is quite possible that a configuration and/or compilation of the whole thing is buggy but this what this report was about. it's fixed in nut-0.44.3-1. |