Bug 16610
| Summary: | rpm overly cautious when building | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | djschaap |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | ||
| 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: | 2000-08-19 22:18:40 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
djschaap
2000-08-19 22:18:39 UTC
It's returning bad owner/group because it can't resolve the uid that owns the files. It implies that they are owned by a user not in /etc/passwd or in NIS/LDAP/whatever. Check your nsswitch setup. Thanks for the quick response! That's what it looked like to me as well, except... - I am able to login in to the system just fine. - "ls -l" properly resolves both the user & group. I am running with NIS, using "passwd: compat" in /etc/nsswitch.conf. I am using "+@my_nis_net_grp::::::" as the last line in /etc/passwd. Strangely enough, adding "+::::::/bin/false" after that line fixes the problem with rpm building. Because rpm is the only program I've had a problem with, I would suspect this to be a problem within rpm, but not being familiar with the code I can't say for sure. I'm leaving this bug report RESOLVED since I've now got a workaround, though there *may* still be an issue here. Thanks! |