[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20000824: Strange ROUTE entries after sounder data (cont.)



>From: "Thomas L. Mote" <address@hidden>
>Organization: University of Georgia
>Keywords: 200008241414.e7OEEjN11917 ldm-mcidas ROUTE.SYS BATCH McIDAS

Tom,

re: access as 'ldm' on sirocco.

>I haven't changed the password since Anne took a look. 
>
>I can take a look, but the paths are essentially the same 
>as on cacimbo (except the mcidas user is in /home/mcidas 
>rather than /unidata/home/mcidas).

I took a quick look at ~ldm/decoders/bin/batch.k and found that /bin
was not defined in PATH:

PATH=${MCGUI}:/usr/X11R6/bin:/usr/bin:/usr/local/bin

/bin is where 'sed' is found in Linux, so the following line was failing:

command=`echo "$@" | sed 's/^BATCH/batch.k/'`

I added /bin to PATH:

PATH=${MCGUI}:/usr/X11R6/bin:/usr/bin:/usr/local/bin:/bin

so the PostProcesses should start working now.

Tom

>From address@hidden Thu Aug 24 15:06:07 2000
>Subject: Re: 20000824: Strange ROUTE entries after sounder data (cont.)

>Tom:

re: /bin needed for PATH in Bourne shell script, batch.k for ROUTE PostProcesses
to work

>I probably wouldn't have caught that, although I should 
>have. I'm still getting used to where things are in LINUX, 
>but I am learning quickly (after five years of Solaris).

>Thanks again.

Tom