From owner-freebsd-emulation Thu Sep 20 10:38:38 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from postit.compusa.com (helios.compusa.com [198.22.121.120]) by hub.freebsd.org (Postfix) with ESMTP id C541E37B410 for ; Thu, 20 Sep 2001 10:38:24 -0700 (PDT) Received: from dallsmtp1.compusa.com (Dallsmtp1.compusa.com [172.16.79.67]) by postit.compusa.com (8.11.4/8.10.1) with ESMTP id f8KHcJm09686 for ; Thu, 20 Sep 2001 12:38:19 -0500 (CDT) Subject: netcool and linux emu To: freebsd-emulation@freebsd.org From: John_Fleming@compusa.com Date: Thu, 20 Sep 2001 12:38:22 -0500 Message-ID: X-MIMETrack: Serialize by Router on DallSMTP1/Servers/CompUSA(Release 5.0.7 |March 21, 2001) at 09/20/2001 12:38:23 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm playing around with a product called netcool, and i was wondering if anyone else has tried this. The first problem i had (am having), was that it seems to want to use pam for auth. I don't know if this is the right thing to do or not, but i just downloaded the pam rpm for rh6.1, rpm2cpio and uncpioed it, then moved the .so to /usr/compat/linux/usr/lib, then rebooted. after that the pam errors go away, but now the daemon just runs at 100 % cpu. I'm not really sure what else to look at. Is there anything i can do for debug info. I have tried a ktrace -di S110nco start, and it looks like it doesn't have any problems opening files, but this doesn't look too good :) "Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 6.3.6.0. Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 6.3.6.0. Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 56.6.0.0. Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 55.4.0.0. Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 55.4.0.0. Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 55.4.0.0. Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 55.4.0.0. Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 24.3.0.0. Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 23.4.0.0. Sep 19 18:53:10 2001: Error: Failed to fetch the host information for interface IP 28.3.0.0. Sep 19 18:54:24 2001: NCO_PA: Error: 16219/10/0: A call to srv__waitfor_read() was interrupted by an attention . Sep 19 18:54:24 2001: NCO_PA: Fatal Connect Error: 16310/15/0: srv__ioparam: Fatal error while Reading PARAMS TDS for spid\ : 18 . Sep 19 18:54:24 2001: Error: Complete failure of connection NCO_PA. Sep 19 18:54:24 2001: Error: Failed to remove notification registration from the server. I have no idea where that came from, none of the config files have any of those ips in them find /opt/Omnibus/ -exec egrep '55\.4\.0\.0' {} \; | more Is there some system call that is failing to get ip info of the nic? There is a config file that asks for the name of the nic (defaults to eth0) i currently have tl0, but have tried eth0 also. This was built for RH 6. NetCool is a set of daemons, and such for log managment of everything. (unix hosts, windows hosts, switchs, routers, etc etc) What i'm trying to run is a daemon that sucks syslog data off /var/log/whatever (somewhat like a tail -f /var/log/whatever), then sends it via port 4200 (i think) to a central server. Anything else i can provide, please let me know. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message