Fedora core 4 dependencies
list Craig Cook
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
list Henrik Størner
▸
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.i386It 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
list Henrik Størner
▸
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
list Mike Arnold
▸
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
list Allan Marillier
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.
list Rich Smrcina
Logger requires the facility and level indicators, eg: logger -p local0.info ...
▸
user-e3a6ebbee6cd@xymon.invalid 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: (XXX)XXX-XXXX Ans Service: (360)715-2467 user-61add9955ef9@xymon.invalid Catch the WAVV! http://www.wavv.org WAVV 2006 - Chattanooga, TN - April 7-11, 2006
list Allan Marillier
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 <user-e86b4aeade4e@xymon.invalid> 11/10/2005 01:28 PM Please respond to user-ae9b8668bcde@xymon.invalid To user-ae9b8668bcde@xymon.invalid 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
▸
user-e3a6ebbee6cd@xymon.invalid 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.
list Charles Jones
It sounds like your missing piece of the puzzle is bb-msgstab, have you edited it or otherwise customized it? -Charles user-e3a6ebbee6cd@xymon.invalid 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.
list Henrik Størner
▸
On Thu, Nov 10, 2005 at 12:52:22PM -0500, user-e3a6ebbee6cd@xymon.invalid 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
list Allan Marillier
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! user-ce4a2c883f75@xymon.invalid (Henrik Stoerner) 11/10/2005 05:38 PM
▸
Please respond to
user-ae9b8668bcde@xymon.invalid
To
user-ae9b8668bcde@xymon.invalid
cc
Subject
Re: [hobbit] Monitoring syslog and other log files
▸
On Thu, Nov 10, 2005 at 12:52:22PM -0500, user-e3a6ebbee6cd@xymon.invalid 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