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.
Donna, >Date: Thu, 3 Nov 2005 10:27:39 -0700 >From: "Kliche, Donna V." <address@hidden> >Organization: South Dakota School of Mines and Technology >To: "Steve Emmerson" <address@hidden> >Subject: RE: LDM problem The above message contained the following: > Nov 03 16:14:43 squall rpc.ldmd[2804] ERROR: Couldn't compile > regular-expression "*." near line 83, file "/usr/local/ldm/etc/ldmd.conf": > Invalid preceding regular expression I didn't need to look at the LDM configuration-file. The above error-message indicates that the regular-expression is "*." -- which is invalid. It needs to be rewritten as ".*" (the star metacharacter must follow the dot metacharacter). Make that change and then execute the command "ldmadmin start". Regards, Steve Emmerson