Re: IP DISCOVER: Discover Router

Juergen Schoenwaelder (schoenw@data)
Fri, 30 Sep 94 00:10:32 +0100

Hi!

Fabrizio> I've installed tkined 1.03 & scotty 1.1. I remember
Fabrizio> that in the previous relese the function IP DISCOVER:
Fabrizio> Discover Router worked fine, now I have these message
Fabrizio> errors:

I do not know what's wrong. (I did not find a variable named `mm' in
the ip_discover.tcl script.) Are you sure you started the
ip_disocver.tcl script that comes with scotty-1.1?

A general way to debug an error in a scotty script started by the
tkined editor is to define the following proc in the script:

proc scottyerror { msg } {
global errorInfo
puts stderr "$msg\n$errorInfo"
}

The event loop (which evaluates a command when you select a menu
entry) calls the command scottyerror if the evaluated command returns
an error. The proc above just displays the backtrace. You can do other
things when appropriate.

Can you add this proc to the ip_discover.tcl script and mail me the
output?

Juergen

P.S. What a funny email address you have :-)