This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Scott, > From a previous email from you: > > "The file "/etc/syslog.conf" doesn't contain an entry that tells the > syslogd(8) > daemon where to write LDM log messages; consequently, they're being written to > the system log file. > > Instructions for modifying the file "/etc/syslog.conf" can be found at > <http://www.unidata.ucar.edu/software/ldm/ldm-6.4.6/basics/preinstallation.html#syslog.conf> > > You should use the facility "local3" rather than the default "local0" when you > modify the file." > > Did I misunderstand your instructions? You didn't misunderstand. The reason I told you to use "local3" instead of "local0" was because a previous response from you indicated that you told the LDM build-system to configure the LDM that way: > [root@fetch1 srs]# grep LOG_LDM /shared/ldm/src/config/ldmconfig.h > #define LOG_LDM LOG_LOCAL3 If you hadn't told the configure-script to configure the LDM to use "local3" instead of "local0", then the above grep(1) would have said LOG_LOCAL0. I'm just curious why you decided to use the "local3" facility rather than the default "local0". Regards, Steve Emmerson Ticket Details =================== Ticket ID: SVU-966060 Department: Support LDM Priority: Normal Status: On Hold