problem starting straps

Dennis Totin (dtotin@adc.com)
Mon, 21 Apr 97 08:26:43 CDT

Anybody have any idea what's going on here?

I compiled scotty and had the sys admin install the straps executible with
the proper permissions (I think):

-rwsr-xr-x 1 root daemon 24576 Apr 18 15:50 straps

I have a manager program with the following code:

# code for tmanager
set s [snmp session -port 162]

$s bind {} trap {
puts "TRAP"
puts "%V"
}

When I execute the manager code, I get the following error:

: tmanager
straps: unable to bind trap socket: Permission denied
can not connect straps socket: no such file or directory
while executing
"$s bind {} trap {
puts "TRAP"
puts "%V"
}"
(file ".//tmanager" line 17)

If I start straps manually from the command line, everything works fine, however
it would be more convenient if the manager could start it up by itself.

Please respond directly to me.

Thanks,

Dennis Totin

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