[daip] 31DEC99, TVDEVS.SH

Eric Greisen egreisen at cv3.cv.nrao.edu
Wed Jul 4 22:49:04 EDT 2001


Vincent McIntyre writes:
 > Hi
 > I suppose you know all about this by now but I think I found a bug in the
 > TVDEVS startup script for 31DEC99. It compares $TVN (which can be a

       Actually we did not know.  Thanks for pointing it out and for
the fix below

 > 
 > --- /AIPS/31DEC99/SYSTEM/UNIX/TVDEVS.SH Wed Sep 22 06:52:58 1999
 > +++ /AIPS/TVDEVS.SH     Tue Jul  3 16:23:15 2001
 > @@ -356,7 +356,9 @@
 >                fi
 >                i=`expr $i + 1`
 >              done
 > -            if [ $TVN -eq 0 ] ; then
 > +           #2001-07-03 VJM this is a bug for > 9 tvs; compares HEX to DEC
 > +            #if [ $TVN -eq 0 ] ; then
 > +            if [ `REHEX $TVN` -eq 0 ] ; then
 >                ei1 "No free socket slots left!"
 >                exit 1
 >              fi

Eric Greisen




More information about the Daip mailing list