[daip] Problems with Install Wizard

Alan Chipperfield ajc at star.rl.ac.uk
Mon Dec 11 10:50:23 EST 2000


Hi,

As a member of the UK's 'Starlink' project, I have been asked to provide
some front-line support for UK university astronomy groups using AIPS. I
am a complete novice with AIPS and as a first step I am trying to install
it on the three platforms we support, namely Alpha, Solaris and Linux.

I would like to report some errors I had recently when trying to install 
AIPS 31DEC99 for the first time, from scratch, on an ALPHA using the 
install.pl wizard. I have now got the 31DEC00 version and the problems still 
exist.

1. In the test for the presence of gunzip (I do not have gnu tar on the
   alpha machine) the command `gunzip --version 2>/dev/null` always
   produces an empty string as the version number is output to stderr not
   stdout. The wizard therefore thinks it cannot unpack the tarball.
   I got it going by using the command:
       $gunzok = `if gunzip --version 2>/dev/null; then echo OK;fi`;
 
2. The gunzip command needs a -c flag in order to output to stdout and
   thus into the tar command.

3. AIPSROOT.DEFINE complained that it did not have write permission for
   the shell scripts in AIPS_ROOT.  It seems that the code is written
   (using rm -f) to allow the files to be overwritten but it never gets
   that far because it has tested for write permission and bailed out
   because it doesn't have it.

4. On my system, the uname command used to find the value of $THISHOST
   returns a full machine name + domain. This resulted in data area
   names which were not detected when AIPS was run because HOSTS.CSH
   sets $HOST to the name without the domain.  I fixed this by using
   the HOSTS.CSH recipe in install.pl (maybe hostname -s could be used instead)
   but I am uncertain if this may cause problems in networking by writing
   the shortened name into other files. Can you advise?

5. Finally, for the moment anyway, The keys I got back having registered
   were not accepted by SETPAR, maybe because I had re-run install.pl
   attempting to correct the various problems between the time the
   registration was sent and the time I got the reply.  I also noticed
   that typo in the address I gave - can I re-register?

Your advice would be appreciated.

Regards

--
Alan Chipperfield                     Email:  ajc at star.rl.ac.uk
CCLRC,                                Phone:  +44-1235-821900 ext 6165
Starlink Project,
Rutherford Appleton Lab.,
Chilton, Didcot, OXON, OX11 OQX
______________________________________________________________________
      This email represents the opinion of the author only and
      should not be construed as reflecting CCLRC's corporate view.   
----------------------------------------------------------------------
----------------------------------------------------------------------
   The contents of this email are sent in confidence for the use
   of the intended recipients only.  If you are not one of the intended
   recipients do not take action on it or show it to anyone else, but
   return this email to the sender and delete your copy of it.
----------------------------------------------------------------------




More information about the Daip mailing list