[tkined] Trap socket binding : Rights issue.

Anthony Maragou (maragou@audilog.fr)
Tue, 23 Mar 1999 10:49:30 +0100

Hello, I'm working on a trap logger and my problem is that it only works
when it's launched by root. Otherwise, there's an error message :
"straps: unable to bind trap socket: Permission denied".
The error occurs on this part of code :

set code [catch {$session bind "" trap "trapformlog %A %V"} mess]

if {$code} {
..........
}

How can I make my logger run on another account ?
Should I configure some right, or register in a different way ?

Thank you very much,

Anthony Maragou.

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