[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[LDM #FGZ-978731]: LDM installation and configuration at USNA
- Subject: [LDM #FGZ-978731]: LDM installation and configuration at USNA
- Date: Thu, 01 Sep 2016 11:34:46 -0600
Hi Bonnie,
re:
> done - output as follows:
>
> chown root /usr/local/ldm/ldm-6.12.14/bin/ldmd
> chmod 4755 /usr/local/ldm/ldm-6.12.14/bin/ldmd
> chown root /usr/local/ldm/ldm-6.12.14/bin/hupsyslog
> chmod 4755 /usr/local/ldm/ldm-6.12.14/bin/hupsyslog
> if test -f /usr/local/ldm/ldm-6.12.14/bin/noaaportIngester; then \
> chown root /usr/local/ldm/ldm-6.12.14/bin/noaaportIngester; \
> chmod 4755 /usr/local/ldm/ldm-6.12.14/bin/noaaportIngester; \
> fi
> if test -f /usr/local/ldm/ldm-6.12.14/bin/dvbs_multicast; then \
> chown root /usr/local/ldm/ldm-6.12.14/bin/dvbs_multicast; \
> chmod 4755 /usr/local/ldm/ldm-6.12.14/bin/dvbs_multicast; \
> fi
> ./ensureSyslogEntry local0 /etc/rsyslog.conf
> /usr/local/ldm/var/logs/ldmd.log
> ./ensureRpcEntry
> ./ensureServicesEntry
Thanks for your quick help!
The reason Alex and I asked you to do the above was so that we can
revert the LDM back to a pre-ldm--6.13.x version to see if the strangeness
we are seeing with the LDM-6.13.[34] installations is related to the
version or not. It turns out that LDM-6.12.14 was installed on the
machine, but it was built/installed incorrectly, so we had to redo
the build for the test. As you now know, one step in the LDM
installation process requires 'root' access, and Alex does not have
the necessary credentials to do this one step.
What have we found so far? Unfortunately, nothing definitive. I
am hoping that reverting the LDM back to ldm-6.12.14 might shed
some light on what is going on.
One thing that just occurred to me that might (or might not) have
something to do with the strange behavior we are seeing with the
LDM-6.13.[34] builds is their being built in an environment where
LDMHOME is not defined. In order to test to see if this makes
any difference, I would love to see the following tried:
<as 'ldm'>
cd ~ldm
ldmadmin stop <- should already be stopped, but this can't hurt
-- edit the .bashrc or .bash_profile file and set LDMHOME as follows:
LDMHOME=/usr/local/ldm
export LDMHOME
- make the LDMHOME setting active in the login:
export LDMHOME=/usr/local/ldm
- rebuild LDM-6.13.4
cd ldm-6.13.4/src
make distclean
./configure --disable-root-actions > configure.log 2>&1
make install > install.log 2>&1
<as 'root'>
cd /usr/local/ldm/ldm-6.13.4/src
make root-actions
exit
<as 'ldm'>
cd ~ldm
rm runtime
ln -s ldm-6.13.4 runtime
ldmadmin start
This test should not take long; I estimate that it would take between
5 and 10 minutes.
Cheers,
Tom
--
****************************************************************************
Unidata User Support UCAR Unidata Program
(303) 497-8642 P.O. Box 3000
address@hidden Boulder, CO 80307
----------------------------------------------------------------------------
Unidata HomePage http://www.unidata.ucar.edu
****************************************************************************
Ticket Details
===================
Ticket ID: FGZ-978731
Department: Support IDD
Priority: Normal
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata
inquiry tracking system and then made publicly available through the web. If
you do not want to have your interactions made available in this way, you must
let us know in each email you send to us.