Bug 1261072
| Summary: | installation fails trying to create existing user on /home | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard S. Hendershot <rshendershot> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 23 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, rshendershot, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-09-10 14:16:54 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Richard S. Hendershot
2015-09-08 14:08:03 UTC
Please attach the logs from /tmp at the time of the failure to this bug as individual, text/plain attachments. Created attachment 1072204 [details]
backtrace
line 22: TypeError: uid should be integer, not str
note: this is using images/boot.iso 10-Sep
In the future, please try to provide as much information as possible when filing bugs. There are several log files in /tmp in the installer environment that include information about packaging, storage, and the state of anaconda itself, all of which are vital to understanding the context that led to a particular problem. A traceback with no details is nearly useless. When anaconda crashes, it generates a file in /tmp that includes the traceback, local variables in the crashing frame, and the contents of several log files. There is also a dialog that pops up letting you automatically file a bug and attach all of this information, which is ideal since it includes a means of searching bugzilla to determine whether the issue has already been filed. An issue such as this one. *** This bug has been marked as a duplicate of bug 1260318 *** Thanks, I will keep your advise in mind in the future. I was unable, several tries, to get the automatic submission to work. I will look into that. I also noticed that the root user password was set incorrectly, even though the "alternate" home user was set correctly. If I can provide any more detail to help with this please let me know useradd creates the password in /etc/shadow in plain text. passwd fixes that. |