[tkined] problems with IP discover in scotty 2.1.7

Aivo Kalu (aivo@matti.ee)
Mon, 10 Nov 1997 12:40:37 +0200

Hello

I have experiencing a few problems with scotty 2.17 on RedHat 4.2 on
SPARC 20.
It compiled just fine except two files, ether_xdr.c and rstat_xdr.c. gcc
gave such errors.

ether_xdr.c: In function `xdr_etherstat':
ether_xdr.c:34: parse error before `int'
ether_xdr.c:64: `i' undeclared (first use this function)
ether_xdr.c:64: (Each undeclared identifier is reported only once
ether_xdr.c:64: for each function it appears in.)
ether_xdr.c: In function `xdr_etheraddrs':
ether_xdr.c:181: parse error before `int'
make: *** [ether_xdr.o] Error 1

I had to switch statements

register long *buf;
(void)buf;
int i;

to
register long *buf;
int i;
(void)buf;

after which scotty just compiled fine.

But when I do IP route discovering in tkined, only target host shows up
at view.
Thu Nov 06 15:42:27 EET 1997
discover route to ns.uninet.ee from ace.vm.ee [193.40.98.4]
1 routes traced in 49 seconds.
1 netmasks queried in 3 seconds.
0 snmp agents queried in 4 seconds.
1 ip addresses queried in 3 seconds.
1 networks discovered in 0 seconds.
0 gateways discovered in 0 seconds.
1 links discovered in 0 seconds.
3 tkined objects created in 0 seconds.
discover finished in 59 seconds

Well ... without route discovering there is not much fun with tkined.
Is there something I have to change or is it something to do with my
Linux setup or is it a bug ?

-- 
Aivo Kalu, AS Matti news administrator, +372 43 34399, aivo@matti.ee.
PGP public key: http://www.matti.ee/~aivo/pgp.txt
--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.