Running tbx.nlm with bash.nlm prevents Bash output from showing up.

  • 3278374
  • 19-Mar-2007
  • 25-May-2012

Environment

BASH.NLM
TBX.NLM
Novell Open Enterprise Server (OES)

Situation

Running tbx.nlm with bash.nlm prevents Bash output from showing up.
Bash output does not show up.

Resolution

Unload TBX.NLM.

Additional Information

Edit /usr/home/.bashrc on the server with the following commands:

unload tbx
bash
vi /usr/home/.bashrc

Replace the first line below with the modified version:

alias ls='ls --color=tty'
alias ls='/bin/ls --color=tty'

Once the edits are complete (you can get into Insert mode with the'i' key) press the Escape key to get out of that mode. Typing the following will write the changes and exit vi:

:wq

Exit bash and when it is started again the new alias will be in place. This alias command can be run manually as well but the file modification makes it permanent.

This resolves the issue.

Formerly known as TID# 10100776