[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: System freeze with multiple ttys in Debian Jessie



On 2015-07-03 01:00, Brian wrote:
On Thu 02 Jul 2015 at 23:35:56 +0100, Brian wrote:

The colour has changed to "That looks like light at the end of the
tunnel". :)

The light is getting brighter.

$SHLVL appears to be one of the players. Change

   if [ "$SHLVL" = 1 ]; then

in ~/.bash_logout to

   if [ "$SHLVL" = 2 ]; then

and see how you go on.

Makes sense. When the shell level is one I can't see what clear_console achieves - even without the command the console is cleared before showing the login prompt for the current tty.

Thanks Brian for digging into this.


-- August


Reply to: