[daip] question (DADEVS)

Eric Greisen egreisen at nrao.edu
Mon Aug 18 10:39:56 EDT 2014


On 08/18/2014 08:10 AM, hector at astro.ugto.mx wrote:
>     Hi Eric, I have another question, this time about
> creating new AIPS directories.
>
>      I created the directories in  /home/AIPS/DATA
> and then modified the DADEVS.LIST so now it shows:
>
> -  /home/AIPS/DATA/LOCALHOST_1
> -  /home/AIPS/DATA/LOCALHOST_2
> -  /home/AIPS/DATA/LOCALHOST_3
>
>      They have almost the same permissions:
>
> drwxrwsr-x. 2 hector hector 4096 ago 18 15:01 LOCALHOST_1
> drwxrwxr-x. 2 hector hector 4096 ago 18 15:03 LOCALHOST_2
> drwxrwxr-x. 2 hector hector 4096 ago 18 15:03 LOCALHOST_3
>
>    I could not put "s" instead of "x" in the 7th place,
> but don't think it could be the problem.
>
>     When runing AIPS I get the following message:
> ____________________________________________________________________
>
> DADEVS.PL: This program is untested under Perl version 5.016
>    (Using global default file /home/AIPS/DA00/DADEVS.LIST for DADEVS.PL)
>     Disk 1 (1) is /home/AIPS/DATA/LOCALHOST_1
>                    /home/AIPS/DATA/LOCALHOST_2 is currently unavailable.
>                    /home/AIPS/DATA/LOCALHOST_3 is currently unavailable.
> ____________________________________________________________________
>
>     ... and obviously I can not see my directories. I've
> been looking around for files such as DADEVS.PL  and
> AIPS_ROOT/DADEVS.SH    but have not found them.
> Any help is welcome, thanks in advance,

There needs to be a 0-byte file named SPACE in each data area.  It 
should be owner and group writable.

touch /home/AIPS/DATA/LOCALHOST_2/SPACE

will do it.  also

chmod g+s /home/AIPS/DATA/LOCALHOST_2

will add the "sticky bit".  That makes all files in the directory  owned 
by the group of the directory file.

Eric Greisen



More information about the Daip mailing list