[daip] tek/msgserv do not start

Eric Greisen egreisen at nrao.edu
Mon Jun 4 15:32:24 EDT 2007


Mike Bell writes:
 > so i also have another problem.  i've just tried to create more data areas
 > by creating directories in the $AIPS_ROOT/DATA folder, then adding the files
 > to the DADEVS.LIST file.  upon starting aips it tells me that the data areas
 > i created are not available.
 > 
 >    Disk 1 (1) is /home/aips/DATA/GALAXY_1
 >                       /home/aips/DATA/GALAXY_2 is currently unavailable.
 > 
 > i should also mention that the file DADEVS.SH doesn't seem to be in my
 > aips_root, or anywhere else for that matter.
 > 

    Create a file with
        touch /home/aips/DATA/GALAXY_2/SPACE
with rw privileges to owner and group (at least) and the data area
should appear.  DADEVS.SH is in $SYSUNIX.


 > sorry to be such a bother.
 > 
 > mike
 > 
 > On 6/4/07, Mike Bell <mrbell at brandeis.edu> wrote:
 > >
 > > ok, so now the TKSERVER window opens up and gives me the error that it
 > > can't find libsvml.so.  here is the error.
 > >
 > > /home/aips/31DEC07/LINUX/LOAD/TKSRV1: error while loading shared
 > > libraries: libsvml.so: cannot open shared object file: No such file or
 > > directory
 > >
 > > I think we're getting somewhere
 > >


Does your UNIXSERVERS say

      case $ARCH in
        MAC*)
          case $SHELL in
            *bash|*zsh|*ksh|/sh)
              ($AIPS_TEK_EMULATOR -display $DISPLAY \
              $AIPS_TEK_NAME_FLAG $AIPS_TEK_EXE_FLAG \
              "DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH ; $LOAD/TKSRV$TVN" &) ;;
            *csh)
              ($AIPS_TEK_EMULATOR -display $DISPLAY \
              $AIPS_TEK_NAME_FLAG $AIPS_TEK_EXE_FLAG \
              "setenv DYLD_LIBRARY_PATH $DYLD_LIBRARY_PATH ; $LOAD/TKSRV$TVN" &) ;;
            *)
              (cd $LOAD; $AIPS_TEK_EMULATOR -display $DISPLAY \
              $AIPS_TEK_NAME_FLAG $AIPS_TEK_EXE_FLAG ./TKSRV$TVN &) ;;
          esac ;;
        *)
          case $SHELL in
            *bash|*zsh|*ksh|/sh)
              ($AIPS_TEK_EMULATOR -display $DISPLAY \
              $AIPS_TEK_NAME_FLAG $AIPS_TEK_EXE_FLAG \
              "LD_LIBRARY_PATH=$LD_LIBRARY_PATH ; $LOAD/TKSRV$TVN" &) ;;
            *csh)
              ($AIPS_TEK_EMULATOR -display $DISPLAY \
              $AIPS_TEK_NAME_FLAG $AIPS_TEK_EXE_FLAG \
              "setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH ; $LOAD/TKSRV$TVN" &) ;;
            *)
              (cd $LOAD; $AIPS_TEK_EMULATOR -display $DISPLAY \
              $AIPS_TEK_NAME_FLAG $AIPS_TEK_EXE_FLAG ./TKSRV$TVN &) ;;
          esac ;;
      esac

with similar code for MSG server?  One asks then of course what $ARCH
and $SHELL are.

Eric Greisen






More information about the Daip mailing list