-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Dienstag, 12. September 2006 12:32
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] kstat problem on Solaris 8
On Tue, Sep 12, 2006 at 10:22:17AM +0200, Torsten Richter wrote:
Hi,
I just did a fresh installation of Hobbit 4.2.0 on a Solaris 8 server
and stumbled upon the following error in hobbitclient.log:
Can't locate Sun/Solaris/Utils.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.8.7/sun4-solaris /usr/local/lib/perl5/5.8.7
/usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl .)
at /usr/bin/kstat line 14.
The Hobbit client calls the Solaris utility "/usr/bin/kstat". Apparently
this is a Perl program (didn't know that, actually). Maybe you installed
a custom perl version on this system, which kstat picks up, but which
doesn't have the Solaris specific modules?
2nd question. Why does the entry ssh:s in bb-hosts give me a yellow
alert
with "Unexpected service response" but ssh (withoutt the :s) works.
Dont know, ssh:s works OK here.
Regards,
Henrik
Hi,
kstat is a perl script:
: file /usr/bin/kstat
: /usr/bin/kstat: executable /usr/perl5/bin/perl script
On a solaris 8 box it's "normaly" in this directory:
: find /usr -name "Utils.pm"
: /usr/perl5/5.00503/Sun/Solaris/Utils.pm
Johann