-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Dienstag, 12. September 2006 12:32 To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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