[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[IDD #RDQ-217349]: IDD/LDM startup problem, no data, no log
- To: mlgonsal@xxxxxxxxxx
- Subject: [IDD #RDQ-217349]: IDD/LDM startup problem, no data, no log
- From: "Unidata LDM Support" <support-ldm@xxxxxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 09:06:19 -0600
- Delivered-to: support-ldm@unidata.ucar.edu by laraine.unidata.ucar.edu (Postfix) with ESMTP id BD144CB182; Wed, 30 Apr 2008 09:06:19 -0600 (MDT) id A136FD4FBA; Wed, 30 Apr 2008 09:06:19 -0600 (MDT)
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