I'm running SGE 6.2u5 on several clusters and have been running in to some strange behavior with how qlogin handles line wrapping in resized windows. I have qlogin_command set to:

qlogin_command               /usr/local/bin/qlogin_command

The contents of qlogin_command are:

===
#! /bin/bash
HOST=$1
PORT=$2
shift
shift
exec /usr/bin/ssh -X -p $PORT $HOST
===

When I qlogin in to a node and then resize my terminal window (gnome-terminal, Terminal.app, others too) my terminal behaves as if it doesn't know how many columns wide it is. Running multi-line commands causes line-wrapping problems and the text overwrites itself. This same behavior ONLY seems to happen under qlogin session. If I SSH to a node and resize my window things work fine.

--
Brian McNally
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to