1827882 Members
1190 Online
109969 Solutions
New Discussion

Check error code

 
SOLVED
Go to solution
Cheung_2
Frequent Advisor

Check error code

Where can i check the error code of Red Hat linux, can someone suggest any web site or document to check the meaning of error code? thx.
Andy
4 REPLIES 4
Stuart Browne
Honored Contributor

Re: Check error code

The error code for Red Hat Linux.. You wanna be a little bit more specific?

The error code of what application at what point?

If you're talking about "during installation", then that will narrow down the possibilities of things launched by 'anaconda'.

What were you doing when this mysterious error occured, and what was the error?

The question as you've asked it is far too broad. Please be a little more specific.
One long-haired git at your service...
Cheung_2
Frequent Advisor

Re: Check error code

For example ,
I got the below error from the log :
EDP kernel: VFS: Error -5 occured while creating quota.

What is the error code mean? where can i check it? thx.
Andy
Steven Mertens
Trusted Contributor
Solution

Re: Check error code

hi,
You can find the system error
codes in :

/usr/include/asm/errno.h

error 5 means :

define EIO 5 /* I/O error */

rgds.

Steven

Graham Morecroft
Occasional Advisor

Re: Check error code

The quickest and easiest way is to use the command

perror {errornumber}

eg

# perror 5
Error code 5: Input/output error
#

Oh well, at least it can't get any worse -=SERVER CRASH DURING MIRRORED SYSTEM REBUILD=-