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.
Hi Bei, re: > I can save data now!!!!!!!!!!!!!!!!!!!!! Excellent! re: > Thank you sooooooooo much!!!! No worries. re: > About the logging, the output list is as below: > [ldm@Bei ~]$ ls -alt ... > drwxrwxr-x. 5 ldm ldm 4096 Feb 18 17:14 var > lrwxrwxrwx. 1 ldm ldm 13 Feb 18 17:14 share -> runtime/share > lrwxrwxrwx. 1 ldm ldm 11 Feb 18 17:14 lib -> runtime/lib > lrwxrwxrwx. 1 ldm ldm 15 Feb 18 17:14 include -> runtime/include > lrwxrwxrwx. 1 ldm ldm 11 Feb 18 17:14 bin -> runtime/bin > lrwxrwxrwx. 1 ldm ldm 11 Feb 18 17:14 src -> runtime/src > drwxrwxr-x. 7 ldm ldm 4096 Feb 18 17:07 ldm-6.9.7 ... OK, this looks correc t. re: > [ldm@Bei ~]$ ls -alt /home/ldm/var/logs/ldmd.log > -rw-rw-rw-. 1 ldm ldm 0 Feb 18 19:00 /home/ldm/var/logs/ldmd.log > > [ldm@Bei ~]$ logger -p local0.debug 'test of LDM logging' > [ldm@Bei ~]$ ls -alt /home/ldm/var/logs/ldmd.log > -rw-rw-rw-. 1 ldm ldm 0 Feb 18 19:00 /home/ldm/var/logs/ldmd.log I am guessing that the thing that is needed is to turn off SELINUX processing: <as 'root'> cd /etc/selinux -- edit the file 'config' and change: SELINUX=enforcing to: SELINUX=disabled After making this change, you will need to reboot. Since you are running Linux as a virtual machine, you will need to: - shutdown the LDM (as 'ldm' run 'ldmadmin stop') - logoff - restart the virtual machine After doing this, please rerun the 'logger' test to make sure that LDM logging is now working: <as 'ldm'> cd logger -p local0.decode 'test of LDM logging' ls -alt /home/ldm/var/logs/ldmd.log 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: PGJ-802823 Department: Support IDD Priority: Normal Status: Closed