~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/clients/qsh/msg_qsh.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __MSG_QSH_H
 
2
#define __MSG_QSH_H
 
3
/*___INFO__MARK_BEGIN__*/
 
4
/*************************************************************************
 
5
 * 
 
6
 *  The Contents of this file are made available subject to the terms of
 
7
 *  the Sun Industry Standards Source License Version 1.2
 
8
 * 
 
9
 *  Sun Microsystems Inc., March, 2001
 
10
 * 
 
11
 * 
 
12
 *  Sun Industry Standards Source License Version 1.2
 
13
 *  =================================================
 
14
 *  The contents of this file are subject to the Sun Industry Standards
 
15
 *  Source License Version 1.2 (the "License"); You may not use this file
 
16
 *  except in compliance with the License. You may obtain a copy of the
 
17
 *  License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
 
18
 * 
 
19
 *  Software provided under this License is provided on an "AS IS" basis,
 
20
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 
21
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 
22
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 
23
 *  See the License for the specific provisions governing your rights and
 
24
 *  obligations concerning the Software.
 
25
 * 
 
26
 *   The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 
27
 * 
 
28
 *   Copyright: 2001 by Sun Microsystems, Inc.
 
29
 * 
 
30
 *   All Rights Reserved.
 
31
 * 
 
32
 ************************************************************************/
 
33
/*___INFO__MARK_END__*/
 
34
 
 
35
 
 
36
#include "basis_types.h"
 
37
 
 
38
#define MSG_QSH_WAITINGFORINTERACTIVEJOBTOBESCHEDULED    _MESSAGE(17000, _("waiting for interactive job to be scheduled ..."))
 
39
#define MSG_QSH_REQUESTFORINTERACTIVEJOBHASBEENCANCELED    _MESSAGE(17001, _("\nRequest for interactive job has been canceled."))
 
40
#define MSG_QSH_REQUESTCANTBESCHEDULEDTRYLATER_S    _MESSAGE(17002, _("Your "SFQ" request could not be scheduled, try again later."))
 
41
#define MSG_QSH_INTERACTIVEJOBHASBEENSCHEDULED_S    _MESSAGE(17003, _("Your interactive job "SFN" has been successfully scheduled."))
 
42
#define MSG_QSH_ESTABLISHINGREMOTESESSIONTO_SS    _MESSAGE(17004, _("Establishing "SFN" session to host "SFN" ..."))
 
43
#define MSG_CONFIG_CANTGETCONFIGURATIONFROMQMASTER    _MESSAGE(17005, _("\nCannot get configuration from qmaster."))
 
44
/* #define MSG_JOB_CANTGETHOSTOFJOB    _message(17006, _("Cannot get host of job.\n")) __TS Removed automatically from testsuite!! TS__*/
 
45
#define MSG_EXEC_CANTEXECXYZ_SS    _MESSAGE(17007, _("Could not exec "SFN": "SFN))
 
46
#define MSG_QSH_CANTSTARTINTERACTIVEJOB    _MESSAGE(17008, _("\nCould not start interactive job."))
 
47
#define MSG_QSH_ERROROPENINGSTREAMSOCKET_S   _MESSAGE(17009, _("error opening stream socket: "SFN))
 
48
#define MSG_QSH_ERRORBINDINGSTREAMSOCKET_S   _MESSAGE(17010, _("error binding stream socket: "SFN))
 
49
#define MSG_QSH_ERRORGETTINGSOCKETNAME_S     _MESSAGE(17011, _("error getting socket name: "SFN))
 
50
#define MSG_QSH_ERRORLISTENINGONSOCKETCONNECTION_S  _MESSAGE(17012, _("error listening on socket connection: "SFN))
 
51
#define MSG_QSH_ERRORWAITINGONSOCKETFORCLIENTTOCONNECT_S _MESSAGE(17013, _("error waiting on socket for client to connect: "SFN))
 
52
#define MSG_QSH_ERRORINACCEPTONSOCKET_S  _MESSAGE(17014, _("error in accept on socket: "SFN))
 
53
#define MSG_QSH_ERRORREADINGSTREAMMESSAGE_S _MESSAGE(17015, _("error reading stream message: "SFN))
 
54
#define MSG_QSH_ERRORENDINGCONNECTION _MESSAGE(17016, _("error: ending connection before all data received"))
 
55
#define MSG_QSH_ERRORREADINGRETURNCODEOFREMOTECOMMAND _MESSAGE(17017, _("error reading returncode of remote command"))
 
56
#define MSG_QSH_MALLOCFAILED _MESSAGE(17018, _("malloc failed!"))
 
57
#define MSG_QSH_CANNOTFORKPROCESS_S _MESSAGE(17019, _("cannot fork process: "SFN))
 
58
#define MSG_QSH_EXITEDWITHCODE_SI _MESSAGE(17020, _(SFN" exited with exit code %d"))
 
59
#define MSG_QSH_EXITEDONSIGNAL_SIS _MESSAGE(17021, _(SFN" exited on signal %d ("SFN")"))
 
60
#define MSG_QSH_INHERITBUTJOB_IDNOTSET_SSS _MESSAGE(17022, _(SFQ" called with option "SFQ", but "SFQ" not set in environment"))
 
61
#define MSG_QSH_INVALIDJOB_ID_SS _MESSAGE(17023, _("invalid "SFQ" "SFN))
 
62
#define MSG_QSH_INHERITUSAGE_SS _MESSAGE(17024, _("usage with "SFQ" option: "SFQ))
 
63
#define MSG_QSH_EXECUTINGTASKOFJOBFAILED_IS _MESSAGE(17025, _("executing task of job %d failed: "SFN))
 
64
#define MSG_QSH_CANNOTGETCONNECTIONTOQLOGIN_STARTER_SS _MESSAGE(17026, _("\ncannot get connection to "SFQ" at host "SFQ))
 
65
#define MSG_QSH_ERRORREADINGCONTEXTFROMQLOGIN_STARTER_S _MESSAGE(17027, _("\nerror reading job context from "SFQ))
 
66
/* #define MSG_QSH_LINEFEED _message(17028, _("\n")) __TS Removed automatically from testsuite!! TS__*/
 
67
#define MSG_QSH_UNKNOWNJOBSTATUS_X _MESSAGE(17029, _("unknown job status " sge_X32CFormat))
 
68
#define MSG_QSH_SENDINGTASKTO_S _MESSAGE(17030, _("Starting server daemon at host "SFQ))
 
69
#define MSG_QSH_SERVERDAEMONSUCCESSFULLYSTARTEDWITHTASKID_S _MESSAGE(17031, _("Server daemon successfully started with task id "SFQ))
 
70
#define MSG_QSH_CLEANINGUPAFTERABNORMALEXITOF_S _MESSAGE(17032, _("cleaning up after abnormal exit of "SFN))
 
71
#define MSG_QSH_READINGEXITCODEFROMSHEPHERD  _MESSAGE(17033, _("reading exit code from shepherd ... "))
 
72
#define MSG_QSH_CREATINGCOMMLIBSERVER_S _MESSAGE(17034, _("creating a commlib server: "SFQ))
 
73
#define MSG_QSH_GOTNOCONNECTIONWITHINSECONDS_I _MESSAGE(1735, _("got no connection within %d seconds"))
 
74
 
 
75
#endif /* __MSG_QSH_H */
 
76