Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

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

[IDD #RDQ-217349]: IDD/LDM startup problem, no data, no log



Mike,

> Yes, you are most welcome to log in as our LDM user, user name "ldm",
> via SSH. I have created the "authorized_keys" file as instructed.

Problem solved.  The tr(1) utility that you were using wasn't behaving
in a standard way:

    echo local1 | /bin/tr 'a-z' 'A-Z'
    locAl1

Instead, it should do this

    echo local1 | /usr/xpg4/bin/tr 'a-z' 'A-Z'
    LOCAL1

I modified the "configure" script to work around this and executed
the commands "make distclean", "./configure --enable-logging=local1",
and "make".  It appears to have worked OK.

You'll still need to execute the commands "make install" and "make
install_setuids" (the latter command must be done as root).

Good luck.

Regards,
Steve Emmerson

Ticket Details
===================
Ticket ID: RDQ-217349
Department: Support LDM
Priority: Normal
Status: Closed


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Office of Programs University Corporation for Atmospheric Research (UCAR)   Unidata is a member of the UCAR Office of Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690