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

Re: 20010220: ldmadmin core dumps

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.


  • Subject: Re: 20010220: ldmadmin core dumps
  • Date: Tue, 20 Feb 2001 13:54:08 -0700

Alan Hall wrote:
> 
> Perl version is 5.001 and the which returns the same path that is at the top 
> of the
> ldmadmin.  I think this is another system prblem with this sun.  I may have 
> to shut
> it down and start over.
> 

Any relevant messages in the system log?

I just spoke with Robb, who wrote the script.  Two other things to try:

1) Search for '@' chars in the script.  These represent placeholders,
and should all be filled with appropriate values by scriptconfig, i.e.,
there should be none if the script is configured properly.

2) Run perl in debug mode.  Do 'perl -d ldmadmin'.  From there (I'm
told) you can:
        c - continue
        s - step (down into subroutines)
        n - next (next statement in the current routine)
        p - print a value

Will you let me know what you find out?

Also, I realized I was making the assumption that this was working
before it went south, is that right?

Anne
-- 
***************************************************
Anne Wilson                     UCAR Unidata Program            
address@hidden                 P.O. Box 3000
                                  Boulder, CO  80307
----------------------------------------------------
Unidata WWW server       http://www.unidata.ucar.edu/
****************************************************