spong-server will quietly reject and drop the message.
<p>You can run the perl snippet below to determine what host name that
spong-client is resolving for the machine it is running on.
-<p>perl -MSys::Hostname -e 'print gethostbyname(&Sys::Hostname::hostname(),"\n"
-'
+<p>perl -MSys::Hostname -e '$h = (gethostbyname(Sys::Hostname::hostname()))[0]; print "$h\n"'
<p>It should print out you the fully qualified domain name of your system.
This should match the hostname configured in the song.hosts file on the
spong-server macine. If they don't match then you can do 1 of 2 things.
<b>Memory leak in spong-network on RedHat 6.0</b> - spong-network has a
memory leak when running on a RedHat 6.0 Linux system. The program memory
core size grows after each check cycle. The fix is to upgrade the glibc
-from version 2.1.2 to version 2.1.2.</li>
+from version 2.1.1 to version 2.1.2.</li>
</ul>
<h2>