[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[LDM #IFF-105674]: Compiling issues
- Subject: [LDM #IFF-105674]: Compiling issues
- Date: Tue, 29 Jul 2014 13:59:36 -0600
Ajay,
Except for the "logs" directory being a subdirectory of the LDM user's
home-directory (rather than a symbolic link to "var/logs") I didn't see
anything untoward in the output. The relevant entry in "/etc/rsyslog.conf"
references "/local/home/ldm/logs/ldmd.log", so the different subdirectory is OK.
Are you running SELINUX? What are the outputs of the commands
grep ^SELINUX /etc/selinux/config
selinuxenabled && echo yes
What is the output of the command
pqcheck -v
> Hello Steve
>
> Here are the outputs as you requested .
>
> /local/home/ldm > ls -l
> total 20
> lrwxrwxrwx. 1 ldm weather 11 Jul 11 16:05 bin -> runtime/bin
> lrwxrwxrwx. 1 ldm weather 29 Jul 11 16:12 data ->
> /local/weather_data/ldm/data/
> lrwxrwxrwx. 1 ldm weather 42 Jul 11 16:23 decoders ->
> /local/tools/gempak/NAWIPS/os/linux64/bin/
> lrwxrwxrwx. 1 ldm weather 17 Jul 28 15:05 doc -> runtime/share/doc
> drwxr-xr-x. 2 ldm weather 4096 Jul 28 15:29 etc
> lrwxrwxrwx. 1 ldm weather 15 Jul 11 16:05 include -> runtime/include
> drwxr-xr-x. 7 ldm weather 4096 Jul 28 15:01 ldm-6.12.3
> lrwxrwxrwx. 1 ldm weather 11 Jul 11 16:05 lib -> runtime/lib
> drwxr-xr-x. 2 ldm weather 4096 Jul 28 20:08 logs
> lrwxrwxrwx. 1 ldm weather 17 Jul 28 15:05 man -> runtime/share/man
> lrwxrwxrwx. 1 ldm weather 10 Jul 28 15:01 runtime -> ldm-6.12.3
> lrwxrwxrwx. 1 ldm weather 13 Jul 28 15:01 share -> runtime/share
> lrwxrwxrwx. 1 ldm weather 11 Jul 11 16:05 src -> runtime/src
> drwxr-xr-x. 2 ldm weather 4096 Jul 11 16:13 util
> drwxr-xr-x. 2 ldm weather 4096 Jul 28 15:01 var
>
>
>
> /local/home/ldm > ls -l bin/ldmd bin/hupsyslog
> -rwsr-xr-x. 1 root weather 11263 Jul 28 15:01 bin/hupsyslog
> -rwsr-xr-x. 1 root weather 111092 Jul 28 15:01 bin/ldmd
>
> /local/home/ldm > ps -ef | grep syslog
> root 5795 1 0 Mar07 ? 00:00:30 /sbin/rsyslogd -i
> /var/run/syslogd.pid -c 5
> ldm 27837 71880 0 19:43 pts/1 00:00:00 grep syslog
>
>
> /local/home/ldm > fgrep LOG_LDM src/config.h
> #define LOG_LDM LOG_LOCAL0
>
> ]# fgrep local /etc/*syslog.conf
> $ModLoad imuxsock # provides support for local system logging (e.g. via
> logger command)
> local0.none /var/log/messages
> #local7.* /var/log/boot.log
> local0.none -/var/log/messages
> local7.* -/var/log/boot.log
> local0.* /local/home/ldm/logs/ldmd.log
>
>
> /local/home/ldm > echo $PATH
> /usr/bin:/usr/sbin:/bin:/local/home/ldm/bin
>
>
> /local/home/ldm > ldmadmin config
>
> hostname: ramxtxls1153.bp.com
> os: Linux
> release: 2.6.32-358.6.2.el6.x86_64
> ldmhome: /local/home/ldm
> LDM version: 6.12.3
> PATH:
> /local/home/ldm/ldm-6.12.3/bin:/usr/bin:/usr/sbin:/bin:/local/home/ldm/bin
> LDM conf file: /local/home/ldm/etc/ldmd.conf
> pqact(1) conf file: /local/home/ldm/etc/pqact.conf
> scour(1) conf file: /local/home/ldm/etc/scour.conf
> product queue: /local/home/ldm/var/queues/ldm.pq
> queue size: 500M bytes
> queue slots: default
> reconciliation mode: do nothing
> pqsurf(1) path: /local/home/ldm/var/queues/pqsurf.pq
> pqsurf(1) size: 2M
> IP address: 0.0.0.0
> port: 388
> PID file: /local/home/ldm/ldmd.pid
> Lock file: /local/home/ldm/.ldmadmin.lck
> maximum clients: 256
> maximum latency: 3600
> time offset: 3600
> log file: /local/home/ldm/var/logs/ldmd.log
> numlogs: 7
> log_rotate: 1
> netstat: /bin/netstat -A inet -t -n
> top: /usr/bin/top -b -n 1
> metrics file: /local/home/ldm/var/logs/metrics.txt
> metrics files: /local/home/ldm/var/logs/metrics.txt*
> num_metrics: 4
> check time: 1
> delete info files: 0
> ntpdate(1): /usr/sbin/ntpdate
> ntpdate(1) timeout: 5
> time servers: ntp.ucsd.edu ntp1.cs.wisc.edu ntppub.tamu.edu
> otc1.psu.edu timeserver.unidata.ucar.edu
> time-offset limit: 10
>
>
> Thanks
> Ajay
>
>
>
>
>
>
> -----Original Message-----
> From: Unidata LDM Support [mailto:address@hidden]
> Sent: Tuesday, July 29, 2014 2:43 PM
> To: Gopu, Ajayram (NEXTSOURCE)
> Cc: address@hidden; Gopu, Ajayram (NEXTSOURCE)
> Subject: [LDM #IFF-105674]: Compiling issues
>
> Ajay,
>
> Please send me the output of the following commands, executed by the LDM user:
>
> cd
> ls -l
> ls -l bin/ldmd bin/hupsyslog
> ps -ef | grep syslog
> fgrep LOG_LDM src/config.h
> fgrep local /etc/*syslog.conf
> echo $PATH
> ldmadmin config
>
>
> Regards,
> Steve Emmerson
Regards,
Steve Emmerson
Ticket Details
===================
Ticket ID: IFF-105674
Department: Support LDM
Priority: Normal
Status: Closed