[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Status Not Available Resolution
- To: hobbit (at) hswn.dk
- Subject: Status Not Available Resolution
- From: "Joe Shmow" <lsd4me (at) gmail.com>
- Date: Mon, 8 Dec 2008 23:51:47 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=eXwfD4cW0QbotJr+KH5vpQQwB/AFpGlzW86rlWd7Sdc=; b=fiRaHPqor0lQb5Smj9n/SY/0H1QIuvt614ZT5ZE8NrijbCDSNOyFlAZ5mc2o0ssoFU lsvjD0rDReaLkeW3P+UXfQAE/x4ZBUzFMByvQSna18ut9ahvUDCBQS6Adt35UtMUtrnK ai6ef73K1EFSijDJZ64jJfuXi9QR9MgCPwggI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=fae7TzEDW5jopop5EV98BWKLuvIyt/twi7CvdOlWyKSdH2f3iDTNAZDsyQI1cSJrFl IfE0rnlG3QvXHtrOhVI3mMTzrnzPEYtc3JXMv5hxjbhdoJq45pu4EVy6Fjft17rxot3b XL1oTwzl8KtiTxUYQO1NE2x+kgJ/Kp4KdYWi0=
For anyone who is interested...heres what i ended up doing for it to finally
work...
Installed VM Fedora 7....
Disabled the Firewall, SELinux, and Killed the IPTables
(/etc/init.d/iptables stop)
Yum Installed the following:
RRDTool, RRDTool-Devel, OpenSSL-Devel, OpenLDAP-Devel, PCRE-Devel, Fping
(although i didnt use it), and what seemed to fix everything was
LIBPNG-DEVEL....!!! Not sure y,..but...
I then was able to do a clean ./Configure of Xymon/Hobbit and installed it
into /usr/local/xymon using the xymon user account and then GMAKED!! only
when i ran gmake instead of make did it work in the end..once again, not
sure y....then ran GMAKE INSTALL....instead of make install...
Configured the apache file, started httpd, and then started hobbitd WITHOUT
making any cfg changes...Worked like a charm...NO data was avaiulable rigt
away but aftre 2 min, the client (bb server) appeared and clicking on the
STATUS actually works now...
Woo hoo for me..:)