Bug 754108

Summary: /bin/bash is not a shell choice in s-c-u
Product: [Fedora] Fedora Reporter: Tom Horsley <horsley1953>
Component: system-config-usersAssignee: Nils Philippsen <nphilipp>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: nphilipp, robatino
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 20:04:52 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:
Attachments:
Description Flags
screenshot of list of shells in s-c-u none

Description Tom Horsley 2011-11-15 12:34:18 UTC
Description of problem:

The system-config-users tool does not offer /bin/bash as a choice for the
shell when creating a new user.


Version-Release number of selected component (if applicable):
system-config-users-1.2.110-1.fc16.noarch


How reproducible:
Every time

Steps to Reproduce:
1.Run s-c-u
2.Click Add User
3.Try to find bash in list of shells
  
Actual results:
No bash

Expected results:
Bash as the 1st shell in the list

Additional info:
Just installed f16 from scratch from the DVD, added a bunch of additional
software from various repos, and got updates, but never did anything
particularly strange to this system.

Comment 1 Tom Horsley 2011-11-15 12:35:29 UTC
Created attachment 533755 [details]
screenshot of list of shells in s-c-u

Just to prove I'm not imagining it, I attach this screenshot :-).

Comment 2 Tom Horsley 2011-11-15 19:09:15 UTC
This thread in mailing list may be relevant:

http://lists.fedoraproject.org/pipermail/users/2011-November/407792.html

And, in fact, my /etc/shells looks like:

tomh> cat /etc/shells
/sbin/nologin
/bin/dash
/bin/tcsh
/bin/csh
/bin/zsh
/bin/ksh

(no bash).

Comment 3 Andre Robatino 2011-11-15 19:20:20 UTC
Probably a duplicate of bug 752827 which is already fixed with a bash update (but you have to reinstall bash after updating to fix it). Please mark as a dupe if this fixes your problem. Thanks.

Comment 4 Tom Horsley 2011-11-15 20:04:52 UTC
Yep, "yum reinstall bash" got bash and sh back in the list.

*** This bug has been marked as a duplicate of bug 752827 ***