Bug 753618
Summary: | sandbox says "Error: User shell is not valid" | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | amturnip |
Component: | bash | Assignee: | Roman Rakus <rrakus> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | dwalsh, maxamillion, mgrepl, ovasik, pknirsch, rrakus, tsmetana |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-11-15 06:23:01 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
amturnip
2011-11-13 19:14:27 UTC
What does # echo $0 Something updated your system and screwed up your /etc/shells file. And removed /bin/bash from it. It is not our bug, but I have never figured out who does it. It was recent bug in bash ... See #752827 ... however as the bash version in that duplicate bugzilla is the same as the one from your report, I'll keep it opened until Roman's review. Thank you all. $ echo $0 bash $ cat /etc/shells /sbin/nologin /bin/dash In the referenced bug 752827, Roman Rakus wrote, "So probably people should upgrade twice :)" So I did "yum reinstall bash" and /etc/shells got better: $ cat /etc/shells /sbin/nologin /bin/dash /bin/bash /bin/sh To clarify - bash having been reinstalled, sandbox no longer gives the error message that was the subject of this report. Resolved. Ok, thanks for confirmation, as yum reinstall fixed the issue, marking this bugzilla as duplicate of #752827 *** This bug has been marked as a duplicate of bug 752827 *** |