Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#275901 - 10/02/2006 07:55 Hijack Error List
JeffreyB
stranger

Registered: 11/05/2002
Posts: 84
Loc: Cincinnati, OH
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

Top
#275902 - 10/02/2006 10:04 Re: Hijack Error List [Re: JeffreyB]
schofiel
carpal tunnel

Registered: 25/06/1999
Posts: 2993
Loc: Wareham, Dorset, UK
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.
_________________________
One of the few remaining Mk1 owners... #00015

Top
#275903 - 10/02/2006 18:52 Re: Hijack Error List [Re: schofiel]
JeffreyB
stranger

Registered: 11/05/2002
Posts: 84
Loc: Cincinnati, OH
Thanks!

BTW, is there an error list somewhere for Hijack?

Jeff

Top
#275904 - 10/02/2006 19:46 Re: Hijack Error List [Re: JeffreyB]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14483
Loc: Canada
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

Top