Fedora core 4 dependencies
Are these missing dependencies an issue? I think last time (4.1.1) I added the --nodeps and forced the install and everything worked...
[root craig]# rpm -U hobbit-4.1.2-1.i386.rpm error: Failed dependencies: libcrypto.so.0.9.7 is needed by hobbit-4.1.2-1.i386 liblber.so.2 is needed by hobbit-4.1.2-1.i386 libldap.so.2 is needed by hobbit-4.1.2-1.i386 libpcre.so.3 is needed by hobbit-4.1.2-1.i386 libssl.so.0.9.7 is needed by hobbit-4.1.2-1.i386 libtasn1.so.2 is needed by hobbit-4.1.2-1.i386 [root craig]# locate liblber /usr/lib/evolution-openldap/lib/liblber.a /usr/lib/liblber.a /usr/lib/liblber-2.2.so.7.0.16 /usr/lib/liblber.so /usr/lib/liblber-2.2.so.7 [root craig]# locate libcrypto.so /usr/lib/libcrypto.so /lib/libcrypto.so.5 /lib/libcrypto.so.0.9.7f [root craig]# locate libldap /usr/lib/evolution-openldap/lib/libldap_r.a /usr/lib/evolution-openldap/lib/libldap.a /usr/lib/mozilla-1.7.12/libldap50.so /usr/lib/libldap_r.a /usr/lib/libldap_r-2.2.so.7 /usr/lib/libldap.a /usr/lib/libldap_r-2.2.so.7.0.16 /usr/lib/libldap.so /usr/lib/libldap-2.2.so.7.0.16 /usr/lib/libldap_r.so /usr/lib/libldap-2.2.so.7 [root craig]# locate libpcre /usr/lib/libpcreposix.a /usr/lib/libpcreposix.so.0.0.0 /usr/lib/libpcre.a /usr/lib/libpcreposix.so /usr/lib/libpcre.so /usr/lib/libpcreposix.so.0 /usr/lib/pkgconfig/libpcre.pc /lib/libpcre.so.0 /lib/libpcre.so.0.0.1 [root craig]# locate libssl /usr/lib/libssl3.so /usr/lib/firefox-1.0.7/libssl3.so /usr/lib/libssl.a /usr/lib/libssl.so /lib/libssl.so.5 /lib/libssl.so.0.9.7f
Craig Cook
Systems Monitoring Consulting and Support Services http://www.cookitservices.com
On Wed, Oct 19, 2005 at 11:08:45PM -0500, Craig Cook wrote:
Are these missing dependencies an issue? I think last time (4.1.1) I added the --nodeps and forced the install and everything worked...
[root craig]# rpm -U hobbit-4.1.2-1.i386.rpm error: Failed dependencies: libcrypto.so.0.9.7 is needed by hobbit-4.1.2-1.i386 liblber.so.2 is needed by hobbit-4.1.2-1.i386 libldap.so.2 is needed by hobbit-4.1.2-1.i386 libpcre.so.3 is needed by hobbit-4.1.2-1.i386 libssl.so.0.9.7 is needed by hobbit-4.1.2-1.i386 libtasn1.so.2 is needed by hobbit-4.1.2-1.i386
It might work ... most of these are used by the network tester, so if they work, then using --nodeps is OK.
However, personally I would fetch the source RPM in rebuild it locally to make sure it references the right versions of the libraries. Just grab the hobbit*src.rpm file from SourceForge, then run "rpmbuild --rebuild hobbit*src.rpm", and in a few minutes you'll have a ready-to-install RPM for your system.
(It does require that you have the "*-devel" packages installed, e.g. pcre-devel, openssl-devel, openldap-devel).
Regards, Henrik
On Thu, Oct 20, 2005 at 07:30:44AM +0200, Henrik Stoerner wrote:
On Wed, Oct 19, 2005 at 11:08:45PM -0500, Craig Cook wrote:
Are these missing dependencies an issue? I think last time (4.1.1) I added the --nodeps and forced the install and everything worked...
It might work ... most of these are used by the network tester, so if they work, then using --nodeps is OK.
However, personally I would fetch the source RPM in rebuild it locally to make sure it references the right versions of the libraries.
I've built a set of Fedora Core 4 RPM's - they're on Sourceforge now.
Regards, Henrik
Henrik Stoerner wrote:
On Thu, Oct 20, 2005 at 07:30:44AM +0200, Henrik Stoerner wrote:
On Wed, Oct 19, 2005 at 11:08:45PM -0500, Craig Cook wrote:
Are these missing dependencies an issue? I think last time (4.1.1) I added the --nodeps and forced the install and everything worked...
It might work ... most of these are used by the network tester, so if they work, then using --nodeps is OK.
However, personally I would fetch the source RPM in rebuild it locally to make sure it references the right versions of the libraries.
I've built a set of Fedora Core 4 RPM's - they're on Sourceforge now.
Regards, Henrik
There are also yum repositories of RPMs built for various RedHat distributions at http://rpms.razorsedge.org/ .
-- -mike
Somebody please point me at some docs on setting filters for syslog and other log file monitoring, or give me some starting point. I've checked the archive, browsed through the installation and config pages, looked through man pages, and I'm just not seeing it.
I have the standard configs on my clients, with clientlaunch.cfg and hobbitclient.cfg. I tried sending a few test messages to syslog using logger -p ERR test and logger -p ERROR test, but get nothing reported.
hobbitclient.cfg has the default setup with the following. This is not the same as processes, disk etc. is it, where the client config is no longer used, but is set on the hobbit server?
For the msgs check
DOMSGS="TRUE" NOMSGSCOLOR="clear" BBMSGSTAB="$BBHOME/etc/bb-msgstab" CHKMSGLEN="TRUE" IGNMSGS="" MSGEXPIRE="30:60" MSGFILE="/var/log/messages" MSGS="NOTICE WARNING" PAGEMSG="NOTICE" REDMSGSLINES="20" YELLOWMSGSLINES="10"
Thanks.
Logger requires the facility and level indicators, eg: logger -p local0.info ...
Allan.Marillier at dana.com wrote:
Somebody please point me at some docs on setting filters for syslog and other log file monitoring, or give me some starting point. I've checked the archive, browsed through the installation and config pages, looked through man pages, and I'm just not seeing it.
I have the standard configs on my clients, with clientlaunch.cfg and hobbitclient.cfg. I tried sending a few test messages to syslog using logger -p ERR test and logger -p ERROR test, but get nothing reported.
hobbitclient.cfg has the default setup with the following. This is not the same as processes, disk etc. is it, where the client config is no longer used, but is set on the hobbit server?
For the msgs check
DOMSGS="TRUE" NOMSGSCOLOR="clear" BBMSGSTAB="$BBHOME/etc/bb-msgstab" CHKMSGLEN="TRUE" IGNMSGS="" MSGEXPIRE="30:60" MSGFILE="/var/log/messages" MSGS="NOTICE WARNING" PAGEMSG="NOTICE" REDMSGSLINES="20" YELLOWMSGSLINES="10"
Thanks.
-- Rich Smrcina VM Assist, Inc. Main: (262)392-2026 Cell: (414)491-6001 Ans Service: (360)715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2006 - Chattanooga, TN - April 7-11, 2006
It sounds like your missing piece of the puzzle is bb-msgstab, have you edited it or otherwise customized it?
-Charles
Allan.Marillier at dana.com wrote:
Somebody please point me at some docs on setting filters for syslog and other log file monitoring, or give me some starting point. I've checked the archive, browsed through the installation and config pages, looked through man pages, and I'm just not seeing it.
I have the standard configs on my clients, with clientlaunch.cfg and hobbitclient.cfg. I tried sending a few test messages to syslog using logger -p ERR test and logger -p ERROR test, but get nothing reported.
hobbitclient.cfg has the default setup with the following. This is not the same as processes, disk etc. is it, where the client config is no longer used, but is set on the hobbit server?
For the msgs check
DOMSGS="TRUE" NOMSGSCOLOR="clear" BBMSGSTAB="$BBHOME/etc/bb-msgstab" CHKMSGLEN="TRUE" IGNMSGS="" MSGEXPIRE="30:60" MSGFILE="/var/log/messages" MSGS="NOTICE WARNING" PAGEMSG="NOTICE" REDMSGSLINES="20" YELLOWMSGSLINES="10"
Thanks.
No - I have no bb-msgtab, and have seen only one reference to it. I don't remember where I saw that, but whatever I saw, it was not enough to tell me where it must be (I would assume the client?) and what must be in it.
Charles Jones <jonescr at cisco.com> 11/10/2005 01:28 PM Please respond to hobbit at hswn.dk
To hobbit at hswn.dk cc
Subject Re: [hobbit] Monitoring syslog and other log files
It sounds like your missing piece of the puzzle is bb-msgstab, have you edited it or otherwise customized it?
-Charles
Allan.Marillier at dana.com wrote:
Somebody please point me at some docs on setting filters for syslog and other log file monitoring, or give me some starting point. I've checked the archive, browsed through the installation and config pages, looked through man pages, and I'm just not seeing it.
I have the standard configs on my clients, with clientlaunch.cfg and hobbitclient.cfg. I tried sending a few test messages to syslog using logger -p ERR test and logger -p ERROR test, but get nothing reported.
hobbitclient.cfg has the default setup with the following. This is not the same as processes, disk etc. is it, where the client config is no longer used, but is set on the hobbit server?
For the msgs check
DOMSGS="TRUE" NOMSGSCOLOR="clear" BBMSGSTAB="$BBHOME/etc/bb-msgstab" CHKMSGLEN="TRUE" IGNMSGS="" MSGEXPIRE="30:60" MSGFILE="/var/log/messages" MSGS="NOTICE WARNING" PAGEMSG="NOTICE" REDMSGSLINES="20" YELLOWMSGSLINES="10"
Thanks.
On Thu, Nov 10, 2005 at 12:52:22PM -0500, Allan.Marillier at dana.com wrote:
Somebody please point me at some docs on setting filters for syslog and other log file monitoring, or give me some starting point. I've checked the archive, browsed through the installation and config pages, looked through man pages, and I'm just not seeing it.
I have the standard configs on my clients, with clientlaunch.cfg and hobbitclient.cfg.
You must have missed this in the README.CLIENT file:
The Hobbit client will report data for the "cpu", "disk", "memory" and "procs" columns to Hobbit, in addition to data for the "vmstat" and "netstat" graphs. It does not currently provide any data for the system-log "msgs" column.
In other words: The Hobbit client doesn't do log-monitoring yet. This is a strong candidate for "most wanted feature" currently, so it will show up soon. But right now I have my hands full with other requests.
Regards, Henrik
Thanks Henrik - I did miss that. I've been searching and grepping all files in all directories to try to find anything, but I was searching for "syslog" and "messages". I thought I had seen some syslog messages on your servers/demo site - I tend to browse there every now and then, looking to see how the master does things!
henrik at hswn.dk (Henrik Stoerner) 11/10/2005 05:38 PM Please respond to hobbit at hswn.dk
To hobbit at hswn.dk cc
Subject Re: [hobbit] Monitoring syslog and other log files
On Thu, Nov 10, 2005 at 12:52:22PM -0500, Allan.Marillier at dana.com wrote:
Somebody please point me at some docs on setting filters for syslog and other log file monitoring, or give me some starting point. I've checked the archive, browsed through the installation and config pages, looked through man pages, and I'm just not seeing it.
I have the standard configs on my clients, with clientlaunch.cfg and hobbitclient.cfg.
You must have missed this in the README.CLIENT file:
The Hobbit client will report data for the "cpu", "disk", "memory" and "procs" columns to Hobbit, in addition to data for the "vmstat" and "netstat" graphs. It does not currently provide any data for the system-log "msgs" column.
In other words: The Hobbit client doesn't do log-monitoring yet. This is a strong candidate for "most wanted feature" currently, so it will show up soon. But right now I have my hands full with other requests.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (6)
-
Allan.Marillier@dana.com
-
craig@cookitservices.com
-
henrik@hswn.dk
-
hobbit@razorsedge.org
-
jonescr@cisco.com
-
rsmrcina@wi.rr.com