[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20010112: example pqact.conf entry for NOAAPORT GINI imagery (cont.)
- Subject: 20010112: example pqact.conf entry for NOAAPORT GINI imagery (cont.)
- Date: Fri, 12 Jan 2001 11:17:43 -0700
>From: Eirh-Yu Hsie <address@hidden>
>Organization: CU/CIRES
>Keywords: 200101111813.f0BIDHo04324 LDM pqact.conf ldmd.conf
Hsie,
re: NIMAGE feed from motherlode
>I can see the data now. But the decorder, readpng, is not fired up. No logs
>are generated in ldmd.log or png.log. Can I run it in debugging mode:
>
>readpng -v -l logs/png.log
If you can run readpng on cirrus, it should work being run from pqact.conf.
If it doesn't, I would suggest that it is
o not in a directory that is in the PATH of the LDM when the LDM was started
o the LD_LIBRARY_PATH in effect for pqact actions does not include the
necessary directories to find all of the shared libraries
o your pqact.conf entry specifies the wrong directory for readpng
>From address@hidden Fri Jan 12 09:35:25 2001
>My ldmd.conf entry on cirrus:
>...
>request NIMAGE
> ".*"
> 128.117.13.119
>...
This looks OK.
>My ldmd.conf entry in cumulus:
>...
>exec "pqact"
>#
># LDM5 servers we ask for data
>#
># request <feedset> <pattern> <hostname pattern>
>#
>request ANY
> ".*"
> cirrus.al.noaa.gov
>...
>...
I don't under the relationship between cirrus and cumulus.
>My pqact.conf entry in cumulus:
>
>################################################################################
># NOAAPORT GINI Images
>#
>#####################################################################
>NIMAGE
>^sat/ch[0-9]/.*/(.*)/([12][0-9])([0-9][0-9])([01][0-9])([0-3][0-9])([0-2
>][0-9])([0-5][0-9])/(.*)/(.*km)/
> FILE -close
> data/save/\8/\9/\1/\1_\2\3\4\5_\6\7
>NIMAGE
>^sat/ch[0-9]/.*/(.*)/([12][0-9])([0-9][0-9])([01][0-9])([0-3][0-9])([0-2
>][0-9])([0-5][0-9])/(.*)/(.*km)/
> PIPE -close
> readpng -n -l logs/png.log
> data/gini/\8/\9/\1/\1_\2\3\4\5_\6\7
>#####################################################################
>
>I can not even file the raw data???
The second entry would demand that readpng be in a directory in the PATH
of the user running the LDM when the LDM was started.
>From address@hidden Fri Jan 12 09:55:12 2001
>I found the problem. I miss a blank in the pattern (between ccyymmdd hhmm).
>Unfortunately, the blank in the example above is in between lines.
OK. Are you decoding the images now?
I will send you information about setting up the ADDE server for GINI
data in a separate email.
Tom