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

[LDM #FVL-403438]: LDM under Fedora Core 5: minor bug



Gilbert,

re:
>I have now migrated weather2 to Fedora Core 5. LDM works on it
>wonderfully. Except...
>
>Some of the admin stuff shows up in my /var/log/messages file, and I don't
>want that. Actually, it appears to be a duplicate of what is seen in
>/home/ldm/logs/ldmd.log. Here's some output of /var/log/messages:
>
>May 19 18:26:01 weather2 whirlwind.aos.wisc.edu[27184] NOTE: Switching
>data-product transfer-mode to alternate
>May 19 18:26:01 weather2 whirlwind.aos.wisc.edu[27184] NOTE: LDM-6 desired
>product-class: 20060519182500.213 TS_ENDT {{NIMAGE,  ".*"},{NONE,
>"SIG=c609b1cd21fa9b66899e4533ca72a3bb"}}
 ...

>What do you think? Yes, I do have a message for local0.debug to route that
>stuff to /home/ldm/logs/ldmd.log, and that appears to be working. So why
>he entires in /var/log/messages?

You do have an entry for local0.debug in /etc/syslog.conf, but you do not
have an entry for local0.none:

You have this:

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none                /var/log/messages

when you should have this:

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none;local0.none   /var/log/messages

>Sleep-deprived sysadmins want to know. :-)

Make the change to /etc/syslog.conf and then send a HUP to syslogd as
'root' or run 'hupsyslog' as 'ldm'.

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: FVL-403438
Department: Support LDM
Priority: Normal
Status: Closed