Well, he sent me output from the strace. After all the initial normal
system call type stuff, I can see where it connected to /dev/log, sent a
message indicating the program started, then did an _exit() shortly
thereafter. If there is nothing in the logfile regarding the exit (which
doesn't look like there will be based on the strace), maybe some
additional informational type messages need to be placed in the code.
Just a thought. :)

Randy


Tomi Manninen wrote:
> 
> On Thu, 27 Jan 2000, Randy Smith wrote:
> 
> > Try running it like this:
> >
> > strace /usr/sbin/node >~/node-strace 2>&1
> 
> That won't work. Node needs to be installed setuid root and a normal user
> can not strace a setuid program. And root can not run node at all...
> (there is a way around this, namely the -u option to strace but I don't
> think stracing would give any usefull information anyway)
> 
> --
> Tomi Manninen           Internet:  [EMAIL PROTECTED]
> OH2BNS                  AX.25:     [EMAIL PROTECTED]
> KP20ME04                Amprnet:   [EMAIL PROTECTED]

Reply via email to