Try running it like this:

strace /usr/sbin/node >~/node-strace 2>&1

This will run a system trace on the program and output all information
in a file called "node-strace" that will be in your home directory.
Examination of this file should reveal the nature of the problem with
the program.
Randy


Peter Grace wrote:
> 
> Greetings all, especially Toni:
> When I run node as in /usr/sbin/node
> it dies with no errors.
> 
> Any ideas why or how to diagnose?
> 
> RedHat 6.1
> kernel-2.2.14
> ax25-apps-0.0.4-1
> libax25-0.0.7-1
> libax25-devel-0.0.7-1
> ax25-tools-0.0.5-1
> node-0.3.0-1  (also tried node-0.3.0-8)
> 
> 73 de
> --
> Peter Grace             web:    http://www.gracefamily.net
> KB1CVH                  email:  [EMAIL PROTECTED]
>                         packet: [EMAIL PROTECTED]

Reply via email to