xref: /freebsd/crypto/krb5/src/kadmin/dbutil/import_err.et (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1error_table imp
2error_code IMPORT_BAD_FILE,	    "Input not recognized as database dump"
3error_code IMPORT_BAD_TOKEN,	    "Bad token in dump file."
4error_code IMPORT_BAD_VERSION,	    "Bad version in dump file"
5error_code IMPORT_BAD_RECORD,	    "Defective record encountered: "
6error_code IMPORT_BAD_FOOTER,	    "Truncated input file detected."
7error_code IMPORT_FAILED,	    "Import of dump failed"
8error_code IMPORT_MISMATCH_COUNT,   "Number of records imported does not match count"
9error_code IMPORT_UNK_OPTION,	    "Unknown command line option.\nUsage: ovsec_adm_import [filename]"
10error_code IMPORT_WARN_DB,	    "Warning -- continuing to import will overwrite existing databases!"
11error_code IMPORT_RENAME_FAILED,    "Database rename Failed!!"
12error_code IMPORT_EXTRA_DATA,	    "Extra data after footer is ignored."
13error_code IMPORT_CONFIRM,	    "Proceed <y|n>?"
14error_code IMPORT_OPEN_DUMP,	    "while opening input file"
15error_code IMPORT_IMPORT,	    "while importing databases"
16error_code IMPORT_TTY,		    "cannot open /dev/tty!!"
17error_code IMPORT_RENAME_OPEN,	    "while opening databases"
18error_code IMPORT_RENAME_LOCK,	    "while acquiring permanent lock"
19error_code IMPORT_RENAME_UNLOCK,    "while releasing permanent lock"
20error_code IMPORT_RENAME_CLOSE,	    "while closing databases"
21error_code IMPORT_GET_PARAMS,	    "while retrieving configuration parameters"
22end
23