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.
Hi Francisco, re: > I have a problem that is I am preparing to upgrade an installation of McIDAS-X > and re-design a the webpage it runs on, but on my dummy test server with > Lucid mcenv exits with no error: > > mcidas@geologia-desktop:~$ mcenv > mcidas@geologia-desktop:~$ The McIDAS server command 'mcenv' does a number of things when it runs: create shared memory that McIDAS commands will use; setup some McIDAS environment variable values; and creates a new shell. It is not surprising that you don't see anything after running 'mcenv', but we need to make sure that the 'mcenv' you are running is the one in McIDAS. Please do the following and report the results back: <login as 'mcidas'> cd $MCDATA which mcenv This will tell us which 'mcenv' is running (other packages might have an executable also named 'mcenv'). If the copy of 'mcenv' that would be run is not the one from McIDAS, you will need to adjust your PATH to make sure that the directory in which the McIDAS executables are stored is first in the PATH. If the McIDAS version of 'mcenv' is the one that is run, please do the following: which mcenv mcenv env The 'env' will list out the value of all environment variables. Since the McIDAS 'mcenv' will modify the environment variable MCPATH to add the ~/.mctmp/<shared memory id> directory to the end, we should see if it is working by examining its value after running 'mcenv'. By the way, I am not sure what you mean by your reference to 'Lucid'. Can you explain this further? Cheers, Tom -- **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: DPX-653014 Department: Support McIDAS Priority: Normal Status: Closed