This is a table of protection server error codes, contained in the 'PT' error table. A maximum of 256 codes are available in this table. In addition to this table, this data is also available in the form of a com_err error table. The error code values are also available in a C header file.
| Code | Value | Name | Message |
|---|---|---|---|
| 0 | 267264 | PREXIST | Entry for name already exists |
| 1 | 267265 | PRIDEXIST | Entry for id already exists |
| 2 | 267266 | PRNOIDS | Couldn't allocate an id for this entry |
| 3 | 267267 | PRDBFAIL | Couldn't read/write the database |
| 4 | 267268 | PRNOENT | User or group doesn't exist |
| 5 | 267269 | PRPERM | Permission denied |
| 6 | 267270 | PRNOTGROUP | No group specified |
| 7 | 267271 | PRNOTUSER | No user specified |
| 8 | 267272 | PRBADNAM | Badly formed name (group prefix doesn't match owner?) |
| 9 | 267273 | PRBADARG | argument illegal or out of range |
| 10 | 267274 | PRNOMORE | may not create more groups |
| 11 | 267275 | PRDBBAD | database needs rebuilding |
| 12 | 267276 | PRGROUPEMPTY | can't make owner an empty group |
| 13 | 267277 | PRINCONSISTENT | database is inconsistent |
| 14 | 267278 | PRDBADDR | bad database address |
| 15 | 267279 | PRTOOMANY | too many elements in group |
| 16 | 267280 | PRNOMEM | malloc failed to alloc enough memory |
XXX text to be written XXX
XXX text to be written XXX