newly added users have sh instead of bash shell
Bug #64700 reported by
unggnu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet |
New
|
Undecided
|
Unassigned | ||
puppet (Ubuntu) |
Triaged
|
Low
|
Unassigned | ||
shadow (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: passwd
If you add a new user without defining the shell or upgrade from Dapper and using additional user accounts then the standard one all got /bin/sh instead of /bin/bash. Then every user has only a "$" console instead of the standard format and tab completion and so on doesn't work. It is easy to fix through usermod -s /bin/bash USER but it is very confusing at first.
This happens as well with upgrades from Dapper as with new installation of Edgy but only for manual added users, not the standard account.
Changed in puppet (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: patch-forwarded-upstream |
To post a comment you must log in.
This problem still exists in Feisty. Could anyone at least tell the reason for this behaviour?