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.
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