Hijack Error List

Posted by: JeffreyB

Hijack Error List - 10/02/2006 07:55

Hi all,

I'm getting "do_kexec: failed, errno = -1" when trying to exec TTSClock. I've searched and found nothing on the error. Anyone know what Hijack error 1 is? Is there a list of all Hijack error codes somewhere? I haven't found it.

As always, thanks guys for unbelievable support,

Jeff
Posted by: schofiel

Re: Hijack Error List - 10/02/2006 10:04

errno is the value returned from the application, not from HiJack. An exit condition code value of -1 is, by convention on a UNIX application, an indicator that the program terminated abnormally. It says nothing about what went wrong during the program launch.

You would have to take this up with the author of the program.
Posted by: JeffreyB

Re: Hijack Error List - 10/02/2006 18:52

Thanks!

BTW, is there an error list somewhere for Hijack?

Jeff
Posted by: mlord

Re: Hijack Error List - 10/02/2006 19:46

Quote:
Hi all,

I'm getting "do_kexec: failed, errno = -1" when trying to exec TTSClock. I've searched and found nothing on the error.



This nearly always happens because the command was not spelt correctly (upper/lower case matters here), or the command was not found --> one should spell out the complete pathname of the command, beginning with a slash '/'.

Eg. /drive0/mystuff/special_program

Cheers