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.
> with the exception of the installation stage 30/77: Installing : > > awips2-ldm-6.11.5-17.noarch 30/77 sed: > can't read /usr/local/ldm/etc/registry.xml: No such file or directory > sed: can't read /usr/local/ldm/etc/ldmd.conf: No such file or directory > /sbin/ldconfig: /awips2/python/lib/libhdf5_hl.so.6 is not a symbolic link > > /sbin/ldconfig: /awips2/python/lib/libhdf5.so.6 is not a symbolic link Hi Changbao, The latest AWIPS II RPM is awips2-ldm-6.11.5-23 and the above config errors are solved in that release. You will need to re-download for your local repository or point the repository to the Unidata web server. > > As for symbolic link error, what the command /sbin/ldconfig reported is > true. Both libhdf5_hl.so.6 and libhdf5.so.6 exist under the directory > /awips2/python/lib/ as files, not as symbolic links. This appears to be a warning and can be ignored. The > sed: -e expression #1, char 28: unterminated `s' command > [edit] 192.168.1.100 192.168.122.0 added to > File backed up to /awips2/data/pg_hba.conf.setup_20150109113731 > [edit] awips.edex.net added to /awips2/edex/bin/setup.env > File backed up to /awips2/edex/bin/setup.env.setup_20150109113731 > [edit] Hostname awips.edex.net added to /usr/local/ldm/etc/ldmd.conf > [done] > > Obviously, your updated package "awips2-edex-upc-14.2.1-4.x86_64" still > can't correctly determine the server IP address. What should I do for > my simple network configuration in favor of your setup program to do > correct post-installation configuration jobs? Could I manually modify > those config files? This is a known error and I hope to have a better fix soon. In the meantime you will have to edit /awips2/data/pg_hba.conf and make sure that your network IP address is correctly added for each database. If "edex start" reports config errors after that, edit /awips2/tools/bin/edex and change line 53 from IP=`/sbin/ifconfig | grep "inet addr" | grep -v 127.0.0 | awk '{ print $2 }' | cut -d: -f2` to IP=`/sbin/ifconfig | grep "inet addr" | grep -v 127.0.0 | awk '{ print $2 }' | cut -d: -f2| head -1` to return only the first address from ifconfig (192.168.1.100) Ticket Details =================== Ticket ID: TEB-642895 Department: Support AWIPS Priority: Urgent Status: Open