[tkined] Why Scotty is crashing.

Chandra Sekhar . K (csekhar@cisco.com)
Mon, 7 Sep 1998 23:20:45 -0700 (PDT)

Hi,

I compiled Scotty-2.1.9 on my NT box with two stub
procedures for tcl8.0

void Tcl_DeleteFileHandler (int fd)
{
return;
}

and another is

void Tcl_CreateFileHandler (
int fd, int mask, Tcl_FileProc *proc,
ClientData clientData)
{

return;
}

My Scotty is crashing when I try to load a mib file. Is it because
of the above procedures .

Walk command is not working on my NT box. It is not able to
map the dotted format with object identifier. i.e.

tclsh80.exe>snmp session -address 192.168.253.213
snmp1
tclsh80.exe>snmp1 get .1.3.6.1.2.1.1.1.0
{1.3.6.1.2.1.1.1.0 {OCTET STRING}
43:69:73:63:6F:20:43:61:74:61:6C:79:73:74:20:33:39:30:30:20:48:57:20:52:65:7
6:20:30:31:31:3B:20:53:57:20:52:65:76:20:31:2E:30:28:32:29}
tclsh80.exe>snmp1 getnext .1.3.6.1.2.1.1.1.0
{1.3.6.1.2.1.1.2.0 {OBJECT IDENTIFIER} 1.3.6.1.4.1.9.5.33}
tclsh80.exe>snmp1 walk x .1.3.6.1.2.1.1.1.0 { puts $x }
no object ".1.3.6.1.2.1.1.1.0"
tclsh80.exe>snmp1 walk x .1.3.6.1 { puts $x }
no object ".1.3.6.1"
tclsh80.exe>

Could anyone of you tell me what am I required to do to make it work.
This is very important and urgent to me.

Thanks in advance
Chandra.

--
!! 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.