[daip] questions again

Eric Greisen egreisen at nrao.edu
Thu Jun 28 11:33:23 EDT 2007


Patrick Palmer writes:
 > 
 > Hi,
 > 
 > I have installed the new version yesterday, and the vestigal test (print 
 > 2+ 2) works.  But, several things don't work:
 > 
 > 1. my data areas area are all screwed up.  It is my fault because I 
 > renamed the partitons to make them more logical (so I can keep track of 
 > which disk is which).  But, DADEVS.LIST now is incorrect and can't find 
 > a number of disks.  I don't understand how the entries work.  I guess I 
 > can delete the entries that do not refer to anything, but how do I 
 > create new ones?

DADEVS is a very simple file.  You edit it with emacs or whatever text
editor you use.  It says things like
-  /home/paso/AIPS/PASO_1
-  /DATA/BCLARK_1
-  /DATA/CHIP_1
-  /DATA/DALE_1
-  /DATA/OSKAR_1
-  /DATA/OSKAR_2
-  /DATA/OSKAR_3
-  /DATA/OSKAR_4
-  /DATA/OSKAR_5
Note the format - a minus sign, 2 blanks, the path to the data file.
The name of the computer must be in the path somewhere in upper case
letters.  but note that
-  /DATA/OSKAR/MYDATAREAC
-  /DATA/OSKAR/MYDATAREAA
-  /DATA/OSKAR/MYDATAREAB
-  /DATA/OSKAR/MYDATAREAD
-  /DATA/OSKAR/MYDATAREAE
would work fine for oskar.

 > 2. something goes wrong on startup:
 > START_AIPS: I am GUESSING you are at a workstation called
 > START_AIPS: Checking if  is reachable via ssh...
 > The authenticity of host 'echo (128.135.152.22)' can't be established.
 > RSA key fingerprint is 41:d4:0f:90:31:54:7e:4e:e4:50:4c:44:dc:5d:00:0f.
 > Are you sure you want to continue connecting (yes/no)?
 > 
 > $HOST is set and is OSKAR, but $WORKST is not set (which is presuably 
 > where in START_AIPS that host 'echo' comes from.

    You are sitting in front of oskar itself, rather than logged in
via some ssh?  Does your account have passwordless login to  itself?

In your account, are $SSH_CLIENT or $SSH_CONNECTION set?
What is $DISPLAY set to?  I suggest that you put echo somethings in
all through where $AIPS_ROOT/START_AIPS tries to set $WORKST and see
what is going wrong.

 > 
 > 3. The midnight job failed:
 > ---
 > Your "cron" job on oskar
 > * /AIPS/AIPS/31DEC07/SUL/SYSTEM/UCHICAGO/MAKE.MNJ
 > 
 > produced the following output:
 > 
 > sh: #sftp.prob#: execute permission denied
 > ---
 > I found that if the path was as in do_daily.oskar, it probably would not 
 > find cvs, so I fixed that.  In my new, correct path, it should find cvs 
 > and (open)ssh.  Also, with the new Solaris, I have had to delete keys in 
 > .ssh/knwn_hosts before I can use it.  I found an entry for aoc.nrao.edu 
 > (and deleted it just now).  Could that have been the problem?

No it could not be the problem.  We do not use ssh.

You may have to re-prime the MNJ.  Delete ~/.cvspass (note that the
MNJ must be run in the same account as installed aips).  then cd to
your aips_root area:

source LOGIN.CSH
$CDTST
MAKE.BMNJ

This will run cvs to log in to the aoc and will need you to hit Enter
(a blank password).




More information about the Daip mailing list