![]() |
2010-10-31
, 15:15
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#21
|
![]() |
2010-10-31
, 15:24
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#22
|
had it. but that changed with the update.... have reboot to see if i get it to work. sec!
![]() |
2010-10-31
, 18:57
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#23
|
![]() |
2010-10-31
, 19:08
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#24
|
![]() |
2010-11-01
, 00:06
|
Posts: 4 |
Thanked: 5 times |
Joined on Jun 2010
|
#25
|
![]() |
2010-11-01
, 00:18
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#26
|
Yes. A fresh install of PR1.3, install bash followed by bash-setup, it worked perfectly as a regular user and as root.
If it doesn't work edit /etc/passwd and set the shall as /bin/bash there.
![]() |
2010-11-01
, 00:26
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#27
|
Why don't you just add "bash" command to your ".profile" file in /home/user path?... It'll open bash every time your start xterm.
#chsh user
![]() |
2010-11-01
, 00:30
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#28
|
because there is a better way.
install the bash and become root(unfortionally they have configured user may not change it himself):
then simply type:
please don't fuss around with the passwd file!Code:#chsh user
![]() |
2010-11-01
, 00:36
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#29
|
because there is a better way.
install the bash and become root(unfortionally they have configured user may not change it himself):
then simply type:
please don't fuss around with the passwd file!Code:#chsh user
[nb rant: that happens when you forbid the user to change things the easy way, they start doing dangerous things^^]
![]() |
2010-11-01
, 00:40
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#30
|
tried it, again changes prompt but keeps me at /bin/sh from the echo $SHELL command.
weird, why is this working for other but not for me? grrr.