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

[LDM #YLA-231641]: ldm installation



Frank,

> Looks like it ran fine.  I saw no errors in the log file from the make
> install command, just some warnings about definitions being in the same
> place.  New directories were created - include, bin, lib, share, and in
> bin/ there appear to be all the executables.   I was only asked for
> the root password once.  Should I be worried about that?

Yes.

> I've attached the log.
> 
> I ran the configure command with the ellipsis because the installation
> web page (long version) showed that.Â
> 
> I also just noticed that the "Vet the LDM registry" section says to pay
> attention to some parameters, one of which, /reconciliation-mode, I
> didn't see in the registry listing, either the one linked from the web
> page or my own from running regutil.
> 
> Now, going forward, I think something else isn't set right. I have the
> system running in a test mode, so am using an ip address for the allow
> command from the upstream host and have disabled the sending of stats.
> When I tried to start the ldm, this is what I got.
> 
> [ldm@UMLGempak etc]$ ldmadmin start
> 
> The product-queue is OK.
> 
> Checking pqact(1) configuration-file(s)...
> 
> /home/ldm/etc/pqact.conf: syntactically correct
> 
> hupsyslog: couldn't open /var/run/syslogd.pid
> 
> new_log(): Couldn't notify system logging daemon
> 
> start_ldm(): Couldn't rotate log files
> 
> It sounds like a permission problem to me, but the ownership of the log
> directory is ldm.
> 
> Thanks,
> 
> Frank
> 
> 
> HI again,
> 
> One thing I forgot to include in the last email -- the ldmd.log file was
> empty.
> 
> Thanks,
> 
> Frank

The log files indicate that your installation failed. I'm afraid you'll have to 
start over.

Would you please execute the following commands as the LDM user:

cd
rm -rf bin etc include lib logs man runtime share src var        # assumes that 
you're not upgrading an existing, working installation
wget wget ftp://ftp.unidata.ucar.edu/pub/ldm/ldm-6.12.6.tar.gz
gunzip -c ldm-6.12.6.tar.gz | pax -r '-s:/:/src/:'
cd ldm-6.12.6/src
./configure >configure.log 2>&1 && echo Configured               # assumes 
you're using a standard-conforming shell (e.g., bash(1))
                                                                 # answer the 
prompt for the root password or the LDM user's password
make install >install.log 2>&1 && echo Installed                 # answer the 
prompt for the root password or the LDM user's password

If an error occurs then send me the details. If "Configured" or "Installed" 
isn't printed, then send me the associated log file.

Regards,
Steve Emmerson

Ticket Details
===================
Ticket ID: YLA-231641
Department: Support LDM
Priority: Normal
Status: Closed