[tkined]: ined fileselect; straps

Eric Sollbach (Sollbach@bigfoot.com)
Mon, 23 Mar 1998 15:53:46 +0000

Hi,

I've installed the tkined version 1.4.7 and also tried the
latest version .8, but found the same problems:

1. in the manuals to ined I've found the command:
ined fileselect title [directory] [file] it works fine without
a [file], but when I give a specific filename an error occurs
example:
proc "Load My File" { list } {
set file1 my_file.list
set dir1 /root
set file [ined fileselect "Load My Unit File" $dir1 $file1]
if {$file == ""} return
catch {set f [open $file r]} msg
....
causes this error message:
bad window path name ".tkined0.canvas.fs"
while executing
"ined fileselect "Load My Unit File" $dir1 $file1"
invoked from within
"set file [ined fileselect "Load My Unit File" $dir1 $file1]
..."
(procedure "Load My File" line 3)
invoked from within
"{Load My File} {}"

Any suggestions?

2. I have also really trouble with straps: I'll use it for
v1-traps, but if there was a received trap, straps terminate
without any error messages and I've found no way to notice this
event under tkined. (Yes ... there is a file in /tmp ...
.straps=162 or so)
I've written a script using the cmu-packet and I received the
traps, so I know the problem is in scotty...
Is there any way to test the straps? What should happen, if
I activate trap-sink under tkined & there is an incoming trap
like "Mar 01 00:00:01 host snmptrapd: 100.1.222.11:
Enterprise Specific Trap (0) Uptime: 0:00:52" (expamle report
from cmu-snmptrap daemon) ?
Thank U
Eric
_________________________
Eric Sollbach
FH-Koeln, FB NT/HF
Email: Sollbach@Bigfoot.com
Tel.: +49 221 8275 2505|
_________________________



Eric Sollbach
Sollbach@Bigfoot.Com

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