1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229
|
#ifndef __MSG_UTILBIN_H
#define __MSG_UTILBIN_H
/*___INFO__MARK_BEGIN__*/
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
* the Sun Industry Standards Source License Version 1.2
*
* Sun Microsystems Inc., March, 2001
*
*
* Sun Industry Standards Source License Version 1.2
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.2 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2001 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
************************************************************************/
/*___INFO__MARK_END__*/
#include "basis_types.h"
/*
** utilbin/adminrun.c
*/
#define MSG_UTILBIN_USAGE _MESSAGE(57000, _("usage:") )
#define MSG_COMMAND_RUNCOMMANDASUSERNAME_S _MESSAGE(57001, _("run commandline under "SFN" of given user"))
#define MSG_COMMAND_EXECUTEFAILED_S _MESSAGE(57002, _("can't execute command "SFQ))
#define MSG_SYSTEM_RESOLVEUSERFAILED_S _MESSAGE(57003, _("can't resolve username "SFQ))
/*
** utilbin/gdi_request.c
*/
/*
** utilbin/checkprog.c
*/
#define MSG_COMMAND_USAGECHECKPROG _MESSAGE(57008, _("checkprog { -ppid | pid processname }\n\n if only the option -ppid is given the parent process id (ppid)\n of checkprog is printed to stdout. \n else check the first 8 letters of process basename\n\nexit status: 0 if process was found or ppid was printed\n 1 if process was not found\n 2 if ps program couldn't be spawned"))
#define MSG_COMMAND_USAGEGETPROGS _MESSAGE(57009, _("getprogs processname\ncheck and list pids of \"processname\"\n\nexit status: 0 if process(es) were found\n 1 if process(es) was not found\n 2 if ps program couldn't be spawned"))
#define MSG_COMMAND_CALLCHECKPROGORGETPROGS _MESSAGE(57010, _("program must be called as \"checkprog\" or \"getprogs\""))
#define MSG_PROC_PIDNOTRUNNINGORWRONGNAME_IS _MESSAGE(57011, _("pid \"%d\" is not running or has another program name than "SFQ))
#define MSG_PROC_PIDISRUNNINGWITHNAME_IS _MESSAGE(57012, _("pid \"%d\" with process name "SFQ" is running"))
#define MSG_COMMAND_SPANPSFAILED _MESSAGE(57013, _("could not spawn ps command"))
#define MSG_COMMAND_RUNPSCMDFAILED_S _MESSAGE(57014, _("could not run "SFQ" to get pids of processes"))
#define MSG_PROC_FOUNDNOPROCESS_S _MESSAGE(57015, _("found no running processes with name "SFQ))
#define MSG_PROC_FOUNDPIDSWITHNAME_S _MESSAGE(57016, _("found the following pids which have process name "SFQ))
#define MSG_COMMAND_SMF_INIT_FAILED _MESSAGE(57019, _("failed to initialize libraries for SMF support"))
/*
** utilbin/filestat.c
*/
#define MSG_COMMAND_STATFAILED _MESSAGE(57017, _("stat failed"))
#define MSG_SYSTEM_UIDRESOLVEFAILED _MESSAGE(57018, _("can't resolve userid"))
/*
** utilbin/gethostbyaddr.c
*/
#define MSG_SYSTEM_HOSTNAMEIS_S _MESSAGE(57020, _("Hostname: "SFN))
#define MSG_SYSTEM_ALIASES _MESSAGE(57021, _("Aliases: "))
#define MSG_SYSTEM_ADDRESSES _MESSAGE(57022, _("Host Address(es): "))
/*
** utilbin/gethostname.c
*/
#define MSG_COMMAND_USAGE_GETHOSTNAME _MESSAGE(57023, _("get resolved hostname of this host"))
/*
** utilbin/getservbyname.c
*/
#define MSG_COMMAND_USAGE_GETSERVBYNAME _MESSAGE(57026, _("get number of a tcp service"))
#define MSG_SYSTEM_SERVICENOTFOUND_S _MESSAGE(57027, _("service "SFN" not found"))
#define MSG_SYSTEM_PORTNOTINUSE_S _MESSAGE(57038, _("port "SFN" not in use"))
/*
** utilbin/loadcheck.c
*/
#define MSG_SYSTEM_RETMEMORYINDICESFAILED _MESSAGE(57028, _("failed retrieving memory indices"))
/*
** utilbin/permutation.c
*/
#define MSG_UTILBIN_PERMUSAGE1 _MESSAGE(57029, _("options are:"))
#define MSG_UTILBIN_PERMUSAGE2 _MESSAGE(57030, _("silent mode"))
#define MSG_UTILBIN_PERMUSAGE3 _MESSAGE(57031, _("sleep 'n' seconds after 1 second work"))
#define MSG_UTILBIN_PERMUSAGE4 _MESSAGE(57032, _("do work 'n' times using 'n' processes"))
#define MSG_UTILBIN_PERMUSAGE5 _MESSAGE(57033, _("with range s.th. like a-k"))
/*
** utilbin/infotext.c
*/
#define SGE_INFOTEXT_TESTSTRING_S "Welcome, "SFN"\nhave a nice day!"
#define SGE_INFOTEXT_UNDERLINE "-"
#define SGE_INFOTEXT_TESTSTRING_S_L10N _message(57034, _(SGE_INFOTEXT_TESTSTRING_S))
#define SGE_INFOTEXT_ONLY_ALLOWED_SS _MESSAGE(57036, _("There are only two answers allowed: "SFQ" or "SFQ"!"))
/*
** utilbin/range.c
*/
/* #define MSG_COMMAND_USAGE_RANGE _message(57037, _("usage: range lower upper") ) __TS Removed automatically from testsuite!! TS__*/
/*
* utilbin/spooldefaults.c
*/
#define MSG_SPOOLDEFAULTS_COMMANDINTRO1 _MESSAGE(57100, _("create default entries during installation process"))
#define MSG_SPOOLDEFAULTS_COMMANDINTRO2 _MESSAGE(57101, _("following are the valid commands:"))
#define MSG_SPOOLDEFAULTS_TEST _MESSAGE(57102, _("test test the spooling framework"))
#define MSG_SPOOLDEFAULTS_MANAGERS _MESSAGE(57103, _("managers <mgr1> [<mgr2> ...] create managers"))
#define MSG_SPOOLDEFAULTS_OPERATORS _MESSAGE(57104, _("operators <op1> [<op2> ...] create operators"))
#define MSG_SPOOLDEFAULTS_PES _MESSAGE(57105, _("pes <template_dir> create parallel environments"))
#define MSG_SPOOLDEFAULTS_CONFIGURATION _MESSAGE(57106, _("configuration <template> create the global configuration"))
#define MSG_SPOOLDEFAULTS_LOCAL_CONF _MESSAGE(57107, _("local_conf <template> <name> create a local configuration"))
#define MSG_SPOOLDEFAULTS_USERSETS _MESSAGE(57108, _("usersets <template_dir> create usersets"))
#define MSG_SPOOLDEFAULTS_CANNOTCREATECONTEXT _MESSAGE(57109, _("cannot create spooling context"))
#define MSG_SPOOLDEFAULTS_CANNOTSTARTUPCONTEXT _MESSAGE(57110, _("cannot startup spooling context"))
#define MSG_SPOOLDEFAULTS_COMPLEXES _MESSAGE(57111, _("complexes <template_dir> create complexes"))
#define MSG_SPOOLDEFAULTS_ADMINHOSTS _MESSAGE(57112, _("adminhosts <template_dir> create admin hosts"))
#define MSG_SPOOLDEFAULTS_SUBMITHOSTS _MESSAGE(57113, _("submithosts <template_dir> create submit hosts"))
#define MSG_SPOOLDEFAULTS_CALENDARS _MESSAGE(57114, _("calendars <template_dir> create calendars"))
#define MSG_SPOOLDEFAULTS_CKPTS _MESSAGE(57115, _("ckpts <template_dir> create checkpoint environments"))
#define MSG_SPOOLDEFAULTS_EXECHOSTS _MESSAGE(57116, _("exechosts <template_dir> create execution hosts"))
#define MSG_SPOOLDEFAULTS_PROJECTS _MESSAGE(57117, _("projects <template_dir> create projects"))
#define MSG_SPOOLDEFAULTS_CQUEUES _MESSAGE(57118, _("cqueues <template_dir> create cluster queues"))
#define MSG_SPOOLDEFAULTS_USERS _MESSAGE(57119, _("users <template_dir> create users"))
#define MSG_SPOOLDEFAULTS_SHARETREE _MESSAGE(57120, _("sharetree <template> create sharetree"))
#define MSG_SPOOLDEFAULTS_CANTREADGLOBALCONF_S _MESSAGE(57125, _("couldn't read global config file "SFN))
#define MSG_SPOOLDEFAULTS_CANTREADLOCALCONF_S _MESSAGE(57126, _("couldn't read local config file "SFN))
#define MSG_SPOOLDEFAULTS_CANTHANDLECLASSICSPOOLING _MESSAGE(57129, _("can't handle classic spooling"))
/*
* utilbin/spoolinit.c
*/
#define MSG_SPOOLINIT_COMMANDINTRO0 _MESSAGE(57200, _("method shlib libargs command [args]"))
#define MSG_SPOOLINIT_COMMANDINTRO1 _MESSAGE(57201, _("database maintenance"))
#define MSG_SPOOLINIT_COMMANDINTRO2 _MESSAGE(57202, _("following are the valid commands"))
#define MSG_SPOOLINIT_COMMANDINTRO3 _MESSAGE(57203, _("init [history] initialize the database [with history enabled]"))
#define MSG_SPOOLINIT_COMMANDINTRO4 _MESSAGE(57204, _("history on|off switch spooling with history on or off"))
#define MSG_SPOOLINIT_COMMANDINTRO5 _MESSAGE(57205, _("backup path backup the database to path"))
#define MSG_SPOOLINIT_COMMANDINTRO6 _MESSAGE(57206, _("purge days remove historical data older than days"))
#define MSG_SPOOLINIT_COMMANDINTRO7 _MESSAGE(57207, _("vacuum compress database, update statistics"))
#define MSG_SPOOLINIT_COMMANDINTRO8 _MESSAGE(57208, _("info output information about the database"))
#define MSG_SPOOLINIT_COMMANDINTRO9 _MESSAGE(57209, _("method output the compiled in spooling method"))
/*
* utilbin/spooledit
*/
#define MSG_DBSTAT_COMMANDINTRO1 _MESSAGE(57300, _("database query and maintenance"))
#define MSG_DBSTAT_COMMANDINTRO2 _MESSAGE(57301, _("following are the valid commands:"))
#define MSG_DBSTAT_LIST _MESSAGE(57302, _("list [object type] list all objects [matching object type]"))
#define MSG_DBSTAT_DUMP _MESSAGE(57303, _("dump key dump the object matching key"))
#define MSG_DBSTAT_LOAD _MESSAGE(57304, _("load key file load an object from file and store it using key"))
#define MSG_DBSTAT_DELETE _MESSAGE(57305, _("delete key delete the object matching key"))
#define MSG_DBSTAT_ERRORUNDUMPING_S _MESSAGE(57306, _("error reading object from file "SFN))
#define MSG_DBSTAT_INVALIDKEY_S _MESSAGE(57307, _("invalid key "SFQ))
/*
* utilbin/sge_passwd
*/
#define MSG_PWD_ONLY_USER_SS _MESSAGE(57310, _(SFN": only the user "SFQ" or \"root\" can change this password"))
#define MSG_PWD_ONLY_ROOT_S _MESSAGE(57311, _(SFN": only \"root\" has the permission to delete entrys"))
#define MSG_PWD_SWITCH_ADMIN_S _MESSAGE(57312, _(SFN": can't switch to admin_user"))
#define MSG_PWD_CHANGED _MESSAGE(57313, _("Password changed"))
#define MSG_PWD_INVALID_S _MESSAGE(57314, _(SFN": Invalid password"))
#define MSG_PWD_NO_MATCH_S _MESSAGE(57315, _(SFN": Passwords do not match."))
#define MSG_PWD_CHANGE_ABORT_S _MESSAGE(57316, _(SFN": password change aborted"))
#define MSG_PWD_AUTH_FAILURE_S _MESSAGE(57317, _(SFN": Authentication failure"))
#define MSG_PWD_CHANGE_FOR_S _MESSAGE(57318, _("Changing password for "SFN""))
#define MSG_PWD_NO_USERNAME_SU _MESSAGE(57319, _(SFN": unable to get name for user with id "sge_U32CFormat" "))
#define MSG_PWD_LOAD_PRIV_SSS _MESSAGE(57320, _(SFN": can't load private key "SFQ" to decrypt password. SSL error: "SFN))
#define MSG_PWD_DECR_SS _MESSAGE(57321, _(SFN": error decrypting password - keylength mismatch. SSL error: "SFN))
#define MSG_PWD_MALLOC_SS _MESSAGE(57322, _(SFN": malloc failed. SSL error: "SFN))
#define MSG_PWD_LOAD_PUB_SS _MESSAGE(57323, _(SFN": can't load public key "SFQ" to ecrypt password"))
#define MSG_PWD_OPEN_SGEPASSWD_SSI _MESSAGE(57325, _(SFN": can't open sgepasswd file: "SFN" (%d)"))
#define MSG_PWD_WRITE_SGEPASSWD_SSI _MESSAGE(57326, _(SFN": can't write to sgepasswd file: "SFN" (%d)"))
#define MSG_PWD_CLOSE_SGEPASSWD_SSI _MESSAGE(57327, _(SFN": error closing sgepasswd file: "SFN" (%d)"))
#define MSG_PWD_CANTLOADRANDFILE_SSS _MESSAGE(57328, _(SFN": can't load rand file "SFN". SSL error: "SFN))
#define MSG_PWD_FILE_CORRUPTED_S _MESSAGE(57329, _(SFN": sgepasswd file corrupted"))
#define MSG_PWD_FILE_PATH_NULL_S _MESSAGE(57330, _(SFN": path to private key file is null"))
#define MSG_PWD_SSL_ERR_MSG_SS _MESSAGE(57331, _(SFN": SSL error message: "SFN))
#define MSG_PWD_NO_SSL_ERR _MESSAGE(57332, _("No SSL error."))
#define MSG_PWD_CANTOPENSSL _MESSAGE(57333, _("Can't open the OpenSSL library."))
/*
* utilbin/authuser
*/
#define MSG_AUTHUSER_PAM_NOT_AVAILABLE _MESSAGE(213001, _("pam not available"))
#define MSG_AUTHUSER_USER_UNKNOWN_S _MESSAGE(213002, _("user "SFN" unknown"))
#define MSG_AUTHUSER_NO_SHADOW_ENTRY_S _MESSAGE(213003, _("user "SFN" has no shadow entry"))
#define MSG_AUTHUSER_CRYPT_FAILED_S _MESSAGE(213004, _("crypt failed: "SFN))
#define MSG_AUTHUSER_INVALID_PASSWORD _MESSAGE(213005, _("invalid password"))
#define MSG_AUTHUSER_PAM_ERROR_S _MESSAGE(213006, _("PAM error: "SFN))
#define MSG_AUTUSER_INVAILD_ARG_COUNT _MESSAGE(213101, _("invalid number of arguments"))
#define MSG_AUTUSER_MISSING_PAM_SERVICE _MESSAGE(213102, _("missing pam service name"))
#define MSG_AUTUSER_UNKNOWN_PARAM_S _MESSAGE(213103, _("Unknown param "SFN))
#define MSG_AUTUSER_UNKNOWN_AUTH_METHOD_S _MESSAGE(213104, _("Unknown <auth_method> "SFN))
#define MSG_AUTHUSER_NO_PW_ENTRY_SS _MESSAGE(213105, _("password: can not get password entry of user "SFN": "SFN))
#define MSG_AUTHUSER_ERROR _MESSAGE(213106, _("Error: "))
#define MSG_AUTHUSER_WRONG_USER_OR_PASSWORD _MESSAGE(213107, _("Wrong user or password"))
#define MSG_AUTHUSER_ONLY_ROOT_S _MESSAGE(213108, _(SFN": effective user id is not root, please check file permissions"))
#endif /* __MSG_UTILBIN_H */
|