This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Clint Rowe <address@hidden> >Organization: University of Nebraska-Lincoln >Keywords: 200009151802.e8FI2Ob09947 McIDAS-XCD decode LDM pqact xcd_run Clint, >I still can't start mcidas as mcidas, though (see below). The problem in starting the MCGUI was the REDIRECTion in effect in the 'mcidas' account for the file UNIMENU.DEF. The REDIRECTion specified that the file had to exist in the ~mcidas/workdata directory, and it wasn't there. The fix was to remove the REDIRECTion: cd ~mcidas/workdata redirect.k DEL UNIMENU.DEF since the MCGUI had been modified to search for UNIMENU.DEF in MCPATH. By the way, when I got onto chinook, I noticed that there was no McIDAS point source data for yesterday (it is now just after 0Z) or today. This was due to the XCD decoders not being run. I checked to make sure that the xcd_run entries in pqact.conf were still there, and they were. It looks like something killed the XCD supervisory routine, startxcd.k. Without startxcd.k running, the decoders will never be restarted when they exit, and the exit periodically (on purpose). You may want to look into this situation more if it starts to intefere with Mark's course(s). Later... Tom