[Mnj] (no subject)

Eric Greisen egreisen at nrao.edu
Sun Feb 15 14:54:20 EST 2004


I have made a small modification of $SYSUNIX/START_TVSERVERS.  The
modification enables tv=local to work properly when $DISPLAY is
something like server:11.0 (indicating an ssh connection) and the
computer is named server.  After tomorrow's MNJ you can copy
$SYSUNIX/START_TVSERVERS to $AIPS_ROOT, editing the line (42) that
defines AIPS_ROOT.  Alternatively, you may replace the last section of
your current $AIPS_ROOT/START_TVSERVERS with

#                                       X11 of some sort, start XAS.
     if [ "$DISPLAY" = "" ] ; then
        DISPLAY="${TVDISP}:0"
        export DISPLAY
     elif [ "$TVDISP" = "$TVHOST" ] ; then
        if [ $SOCKTYPE = INET ] ; then
           DISPLAY="${TVDISP}:0"
           export DISPLAY
        fi
     fi
     if [ $SOCKTYPE = INET ] ; then
        XASERVERS
     else
        UNIXSERVERS
     fi
     ;;
esac
#                                       End of START_TVSERVERS

Eric Greisen



More information about the Mnj mailing list