Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

afs_compile_et(1) [debian man page]

AFS_COMPILE_ET(1)					       AFS Command Reference						 AFS_COMPILE_ET(1)

NAME
afs_compile_et - Produce error text tables for compilation SYNOPSIS
afs_compile_et [-debug] [-language <lang>] [-prefix <prefix>] [-v <version>] <error_table> DESCRIPTION
The afs_compile_et command builds the error text tables for compilation. This includes both a header file that contains a set of mappings between error names and values and a .c (or .msf) file that provides a text table of descriptions. The <error_table> argument specifies which error table to generate. The error table specification should exist in the current working directory or in the directory specified with -prefix and should be named error_table.et. CAUTIONS
This command is used internally within the build process for OpenAFS. Most users will access this information via translate_et(1) rather than via afs_compile_et. This command does not use the standard AFS command-line parsing package. OPTIONS
-debug Does nothing. It neither adds debugging information to the output nor provides additional information on its operation. -language <lang> Specifies the type of output to generate. Currently, only ANSI C and K&R are supported values (via the c and k&r-c values, respectively). The default is ANSI C. There is some support for C++ started, but that is not yet supported. -prefix <prefix Specifies the directory to search for the error_table.et file. -v <version> Specified the type of output file: valid values are 1 (the default, for C files) or 2, for .msf file generation. EXAMPLES
The following command generates the files pterror.h and pterror.c, suitable for use with C programs: % afs_compile_et -p path/to/src/ptserver pterror The following command generates K&R style files instead: % afs_compile_et -p path/to/src/ptserver -lang 'k&r-c' pterror SEE ALSO
translate_et(1) COPYRIGHT
Copyright 2009 Steven Jenkins <steven@endpoint.com> This documentation is covered by the IBM Public License Version 1.0. This man page was written by Steven Jenkins for OpenAFS. OpenAFS 2012-03-26 AFS_COMPILE_ET(1)

Check Out this Related Man Page

FSSYNC-DEBUG_HEADER(8)					       AFS Command Reference					    FSSYNC-DEBUG_HEADER(8)

NAME
fssync-debug_header - Retrieves volume disk data structure (FSYNC_VOL_QUERY_HDR opcode) SYNOPSIS
fssync-debug header -volumeid <volume ID> [-partition <exact partition name>] [-reason <sync protocol reason code>] [-programtype <program type code>] [-help] fssync-debug hea -v <volume ID> [-pa <exact partition name>] [-r <sync protocol reason code>] [-pr <program type code>] [-h] fssync-debug hdr -v <volume ID> [-pa <exact partition name>] [-r <sync protocol reason code>] [-pr <program type code>] [-h] DESCRIPTION
The fssync-debug header command retrieves volume disk data structure. OPTIONS
-volumeid <volume ID> Specifies the numeric volume ID. Volume names are not permitted. -partition <exact partition name> Specifies the exact partition name (e.g. /vicepa). Abbreviations are not permitted. -reason <sync protocol reason code> Specifies numeric sync protocol reason code. Available codes are listed in OpenAFS source file src/vol/fssync_inline.h. For SYNC_REASON_NONE, use -reason 0. -programtype <program type code> Specifies program type code. Permitted values are fileServer, volumeUtility, salvager, salvageServer, volumeServer and volumeSalvager. PRIVILEGE REQUIRED
The issuer must have write access to the file server. Usually, this means that the issuer must be the local superuser "root" on the file server machine. SEE ALSO
fssync-debug_query(8), fssync-debug_stats(8) COPYRIGHT
Copyright 2010 Davor Ocelic <docelic@spinlocksolutions.com> This documentation is covered by the IBM Public License Version 1.0. This man page was written by Davor Ocelic for OpenAFS, based on documentation from Steven Jenkins, Tom Keiser and Simon Wilkinson. OpenAFS 2012-03-26 FSSYNC-DEBUG_HEADER(8)
Man Page