From c37b9b3453d35952f2b59f235f43315c8c6611a7 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 22 Feb 2000 05:22:57 +0000 Subject: [PATCH] documentation updates --- www/docs/FAQ.html | 3 +-- www/docs/spong-2_0.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www/docs/FAQ.html b/www/docs/FAQ.html index c3d89d7..8d7438d 100755 --- a/www/docs/FAQ.html +++ b/www/docs/FAQ.html @@ -73,8 +73,7 @@ the host's full name. If it just gets the host name without the domain, spong-server will quietly reject and drop the message.

You can run the perl snippet below to determine what host name that spong-client is resolving for the machine it is running on. -

perl -MSys::Hostname -e 'print gethostbyname(&Sys::Hostname::hostname(),"\n" -' +

perl -MSys::Hostname -e '$h = (gethostbyname(Sys::Hostname::hostname()))[0]; print "$h\n"'

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.  diff --git a/www/docs/spong-2_0.html b/www/docs/spong-2_0.html index 672dd73..b205f91 100755 --- a/www/docs/spong-2_0.html +++ b/www/docs/spong-2_0.html @@ -355,7 +355,7 @@ but if you can't wait - here are some suggestions. Memory leak in spong-network on RedHat 6.0 - 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. +from version 2.1.1 to version 2.1.2.

-- 2.30.2