From netramet-owner Tue Jan 6 18:20:12 1998 Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id SAA04436 for netramet-outgoing; Tue, 6 Jan 1998 18:13:32 +1300 (NZDT) Received: from beast.circleair.ca (beast.circleair.ca [199.247.50.65]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id SAA04422 for ; Tue, 6 Jan 1998 18:13:21 +1300 (NZDT) Received: by beast.circleair.ca with Internet Mail Service (5.0.1458.49) id ; Mon, 5 Jan 1998 22:13:36 -0700 Received: by beast.circleair.ca with Internet Mail Service (5.0.1458.49) id ; Mon, 5 Jan 1998 22:10:34 -0700 Message-ID: From: Byron Hynes To: "'netramet@auckland.ac.uk'" Subject: PC Nemac? Date: Mon, 5 Jan 1998 22:10:29 -0700 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: netramet-owner@auckland.ac.nz Precedence: bulk OK, Maybe I'm thick -- But after scratching my head for many minutes, I breaking through my pride and asking: Where is NeMaC 4.1 for PCs? I've looked at ntm41-pc.zip until going cross-eyed, but can't find any executable that looks like a manager. (The meter runs great). Have I missed something? -- Byron Hynes, MCSE NTnet Operations Yellowknife, NT, Canada bph@ntnet.nt.ca From netramet-owner Thu Jan 8 06:24:04 1998 Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id GAA04193 for netramet-outgoing; Thu, 8 Jan 1998 06:17:24 +1300 (NZDT) Received: from artemis.rus.uni-stuttgart.de (artemis.rus.uni-stuttgart.de [129.69.18.28]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with ESMTP id GAA04185 for ; Thu, 8 Jan 1998 06:17:13 +1300 (NZDT) Received: from kssun2.rus.uni-stuttgart.de (kssun2.rus.uni-stuttgart.de [129.69.30.63]) by artemis.rus.uni-stuttgart.de (8.8.7/8.8.7) with ESMTP id SAA07906 for ; Wed, 7 Jan 1998 18:16:27 +0100 (MET) env-from (ingo@kssun2.rus.uni-stuttgart.de) Received: (from ingo@localhost) by kssun2.rus.uni-stuttgart.de (8.8.5/8.8.5) id SAA21615 for netramet@auckland.ac.nz; Wed, 7 Jan 1998 18:13:44 +0100 (MET) From: Ingo Seipp Message-Id: <199801071713.SAA21615@kssun2.rus.uni-stuttgart.de> Subject: fd_extract problem To: netramet@auckland.ac.nz Date: Wed, 7 Jan 1998 18:13:43 +0100 (MET) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netramet-owner@auckland.ac.nz Precedence: bulk Hello all, I had (have?) some problems with the file fd_extract.c . I'm running netramet on a Sparc2 with Solaris 2.5. There seemed to be some conversion problem from counter64 to integer when the sum was calculated with cip->value += *attribs[a].value.intval; which resulted in the sum being always 0. There is a workaround which seems to work for me: char charhelp[30]; ... if ( ((a > 26) && (a < 31)) || ((a > 41) && (a < 46)) ) { putc64(charhelp, attribs[a].value.c64val); sscanf(charhelp, "%d", attribs[a].value.intval); } cip->value += *attribs[a].value.intval; As I'm not a C-hacker I'm not sure whether this is any good or runs into other trouble. I'd like to know if anybody else has encountered this problem and how else one can fix it. Anyway, happy new year! Ingo From netramet-owner Wed Jan 28 11:17:20 1998 Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id LAA24016 for netramet-outgoing; Wed, 28 Jan 1998 11:10:08 +1300 (NZDT) Received: from cc-server9.massey.ac.nz (cc-server9.massey.ac.nz [130.123.128.11]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with SMTP id LAA24004 for ; Wed, 28 Jan 1998 11:10:03 +1300 (NZDT) Received: from cc-pc16 by cc-server9 with SMTP(PP); Wed, 28 Jan 1998 11:07:42 +1300 Received: by localhost with Microsoft MAPI; Wed, 28 Jan 1998 11:10:03 +1300 Message-ID: <01BD2BDD.48301780.G.Eustace@massey.ac.nz> From: Glen Eustace To: "'netramet@auckland.ac.nz'" Subject: ntm32 v4.1 problem Date: Wed, 28 Jan 1998 11:09:58 +1300 Organization: Computing Services - Massey University X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: netramet-owner@auckland.ac.nz Precedence: bulk I am in the process of trying to get all of our 16bit meters updated to use the new 32 bit version and have a strange problem. I have a PC using an SMC PCI ethernet card. It works fine with the SMCPWR packet driver with the v3.4 version of netramet and I can use the WatTCP ping ( which used to be include with the PC netramet ) and that works fine as well. Whilst pinging other hosts, the PC is pingable from our servers. When I run ntm32, it starts recording packets on the interface, but the meter isn't pingable nor can it be contacted by NeMaC. Any clues ? Thanks. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Glen Eustace, Systems Engineer - Networking, Computing Services, Massey University, Private Bag 11222, Palmerston North, N.Z. Ph: +64 6 350 5161, Fax: +64 6 350 5607, Mobile +64 25 500 321 Pvt Ph: +64 6 356 2562 From netramet-owner Wed Jan 28 15:14:41 1998 Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id PAA22546 for netramet-outgoing; Wed, 28 Jan 1998 15:14:07 +1300 (NZDT) Received: from cc-server9.massey.ac.nz (cc-server9.massey.ac.nz [130.123.128.11]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with SMTP id PAA22537 for ; Wed, 28 Jan 1998 15:14:02 +1300 (NZDT) Received: from cc-pc16 by cc-server9 with SMTP(PP); Wed, 28 Jan 1998 15:08:22 +1300 Received: by localhost with Microsoft MAPI; Wed, 28 Jan 1998 15:09:51 +1300 Message-ID: <01BD2BFE.C85A4A90.G.Eustace@massey.ac.nz> From: Glen Eustace To: "'netramet@auckland.ac.nz'" Subject: RE: ntm32 v4.1 problem Date: Wed, 28 Jan 1998 15:09:48 +1300 Organization: Computing Services - Massey University X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: netramet-owner@auckland.ac.nz Precedence: bulk On Wednesday, January 28, 1998 11:10 AM, Glen Eustace [SMTP:G.Eustace@massey.ac.nz] wrote: > I have a PC using an SMC PCI ethernet card. It works fine with the > SMCPWR packet driver with the v3.4 version of netramet and I can use > the WatTCP ping ( which used to be include with the PC netramet ) and > > that works fine as well. Whilst pinging other hosts, the PC is > pingable from our servers. There would seem to be some fundamental problem with this particular packet driver :-( Changing the card for an ordinary SMC and using Neville's modified SMC_WD driver is working fine. From netramet-owner Fri Jan 30 08:58:06 1998 Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) id IAA01893 for netramet-outgoing; Fri, 30 Jan 1998 08:55:18 +1300 (NZDT) Received: from n.browlee5.itss.auckland.ac.nz (n.brownlee5.itss.auckland.ac.nz [130.216.4.79]) by mailhost.auckland.ac.nz (8.8.5/8.7.3-ua) with SMTP id IAA01850; Fri, 30 Jan 1998 08:55:08 +1300 (NZDT) From: Nevil Brownlee To: Glen Eustace cc: netramet@auckland.ac.nz Subject: Re: ntm32 v4.1 problem In-Reply-To: <01BD2BDD.48301780.G.Eustace@massey.ac.nz> Message-ID: Date: Fri, 30 Jan 1998 08:55:19 +1300 (New Zealand Daylight Time) Priority: NORMAL X-Mailer: Simeon for Win32 Version 4.1 Build (3) X-Authentication: none MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: netramet-owner@auckland.ac.nz Precedence: bulk Hello Glen: On Wed, 28 Jan 1998 11:09:58 +1300 Glen Eustace wrote: > I have a PC using an SMC PCI ethernet card. It works fine with the > SMCPWR packet driver with the v3.4 version of netramet and I can use > the WatTCP ping ( which used to be include with the PC netramet ) and > that works fine as well. Whilst pinging other hosts, the PC is > pingable from our servers. > > When I run ntm32, it starts recording packets on the interface, but the > meter isn't pingable nor can it be contacted by NeMaC. Odd. Thoughts .. 1) Since WATTCP ping (from 3.4) works, your ethernet card is installed OK, and your WATTCP.CFG is correct. 2) I presume you're trying to use the 32-bit version of NeTraMet, i.e. ntm32. For that to work your packet driver(s) must be resident in low memory, i.e. you can't LOADHI them in your autoexec.bat file. 3) Would you like a 32-bit version of WATTCP ping to try? Cheers, Nevil +---------------------------------------------------------------------+ | Nevil Brownlee Director, Technology Development | | Phone: +64 9 373 7599 x8941 ITSS, The University of Auckland | | FAX: +64 9 373 7425 Private Bag 92019, Auckland, New Zealand | +---------------------------------------------------------------------P