Rolfieo
Cadet
- Joined
- Jul 16, 2013
- Messages
- 5
I have just upgraded my FreeNAS 11.2-U7 machines to 11.3-U1
What i noticed is that when i now connect to SSH, my shell promt is different for my account.
NAS% echo $PS1
NAS%
NAS% ps
PID TT STAT TIME COMMAND
4728 0 Ss 0:00.01 -bash (bash)
5148 0 R+ 0:00.00 ps
NAS% bash
[USERNAME@NAS ~]$ ps
PID TT STAT TIME COMMAND
4728 0 Ss 0:00.01 -bash (bash)
5149 0 S 0:00.00 bash
5150 0 R+ 0:00.00 ps
[USERNAME@NAS ~]$ echo $PS1
[\u@\h \w]\$
So uses bash, but if i start another bash shell, it shows correct. As it was always USERNAME@HOSTNAME.
I have checked my account, but it still has the bash as the shell, both in the GUI and and /etc/password file.
I could not find anything in the releasenotes that could point to this.
Anobody has some ideas?
What i noticed is that when i now connect to SSH, my shell promt is different for my account.
NAS% echo $PS1
NAS%
NAS% ps
PID TT STAT TIME COMMAND
4728 0 Ss 0:00.01 -bash (bash)
5148 0 R+ 0:00.00 ps
NAS% bash
[USERNAME@NAS ~]$ ps
PID TT STAT TIME COMMAND
4728 0 Ss 0:00.01 -bash (bash)
5149 0 S 0:00.00 bash
5150 0 R+ 0:00.00 ps
[USERNAME@NAS ~]$ echo $PS1
[\u@\h \w]\$
So uses bash, but if i start another bash shell, it shows correct. As it was always USERNAME@HOSTNAME.
I have checked my account, but it still has the bash as the shell, both in the GUI and and /etc/password file.
I could not find anything in the releasenotes that could point to this.
Anobody has some ideas?