[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[IDD #RDQ-217349]: IDD/LDM startup problem, no data, no log
- Subject: [IDD #RDQ-217349]: IDD/LDM startup problem, no data, no log
- Date: Wed, 30 Apr 2008 09:06:19 -0600
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