david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/contrib/errcode
Stefan Hajnoczi f3aef4d98d [Contribs] Fix multi-line POSIX errno definitions. 2008-05-20 20:29:33 +01:00
..
README [Contribs] Add simple IRC bot for looking up error codes. 2008-05-20 20:28:57 +01:00
build_errcodedb.py [Contribs] Fix multi-line POSIX errno definitions. 2008-05-20 20:29:33 +01:00
errcode.php [Contribs] Add README, license text, and invert error code dictionaries. 2008-05-20 20:28:48 +01:00
errcode.py [Contribs] Add simple IRC bot for looking up error codes. 2008-05-20 20:28:57 +01:00
gpxebot.py [Contribs] Fix parsing bug in errcode.py 2008-05-20 20:29:24 +01:00

README

Error Code Lookup for gPXE
==========================
This program looks up gPXE error codes so you can locate the line of source
code which produced the error.

Setup
-----
You must run:
./build_errcodedb.py >errcodedb.py

This extracts error code definitions from the gPXE source code and produces a
"database" which is used by the main program.

Once you have done this errcode.py and errcodedb.py are the only files you
need.  They are now independent of the gPXE source code and can be moved
anywhere.

[OPTIONAL]
A PHP script is provided as a web interface.  First edit errcode.php to point
$ERRCODE_PATH to the errcode.py script.  Then move errcode.php to a location
visible from your web server.

[OPTIONAL]
A simple IRC bot is provided.  Edit gpxebot.py to fill in the IRC details.

Usage
-----
Looking up error codes on the command-line:
./errcode.py 0x12345678

Further information
-------------------
See http://etherboot.org/.

Released under the GPL and written by Stefan Hajnoczi <stefanha@gmail.com>.