[Sussex] Error codes
Brendan Whelan
d740whelan at btinternet.com
Wed Apr 30 18:46:01 UTC 2008
Thanks to Steve and Jon for their responses. I hadn't realised that
there was not a standard set of error codes which explains why I
couldn't find the specific code.. For the record, I had looked around
the Internet to try to find a solution. The program I am trying to run
is a third party package (jdo) that we have been running for about eight
years on our own server but we are now trying to run a shared system.
Hence, I can't look at log files, run the program at a command line,
etc. Also, the letters "jdo" are used for other things which makes
searching more difficult. I will look further to see if I can find
anything on this specific program. Brendan
Steve Dobson wrote:
> Brendan
>
> On Wed, 2008-04-30 at 16:06 +0100, Brendan Whelan wrote:
>
>> I am getting a linux error code of 134 when trying to run a program on a
>> shared server.
>> How can I find out what error code 134 indicates? Thanks, Brendan
>>
>
> There are no such thing as "Linux error codes".
>
> All programs are allowed to report an exit status. This is an 8-bit
> unsigned value where zero (0) represents no error. It is up to each
> program to define what any non-zero exit status mean.
>
> Some programmers user the error codes define in errno.h (a C header
> file), but this is by no means a convention, let alone a standard. In
> fact many old time Unix hackers (like me) frown on this practise. A
> better method is to return 1 for the first error condition, 2 for the
> second and so on.
>
> Your best hope for finding out what this means is to have a look at the
> documentation for the program.
>
> Have you run the program from the command line? Many programs will
> report what the error is there before exiting. Others write to a log
> file or the system logger.
>
> Steve
>
> ------------------------------------------------------------------------
>
> __
> Sussex mailing list
> Sussex at mailman.lug.org.uk
> E-mail Address: sussex at mailman.lug.org.uk
> Sussex LUG Website: http://www.sussex.lug.org.uk/
> https://mailman.lug.org.uk/mailman/listinfo/sussex
More information about the Sussex
mailing list