From ec1486d4624f6dcc3dc341acf6a003e3398227eb Mon Sep 17 00:00:00 2001 From: Nozomi Anzai Date: Fri, 4 Dec 2015 16:33:54 +0900 Subject: [PATCH] Add new error code 'e1014' --- templates/help/en/errorCode.tpl | 3 +++ templates/help/ja/errorCode.tpl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/templates/help/en/errorCode.tpl b/templates/help/en/errorCode.tpl index 19e404f..d035b19 100644 --- a/templates/help/en/errorCode.tpl +++ b/templates/help/en/errorCode.tpl @@ -60,6 +60,9 @@ No found pcp.conf.Please confirm whether in the place that pcp.conf specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to pcp.conf. pcp_attach_node command error occurred.It is an execution of pcp_attach_node error. Please confirm whether pcp_detach_node can be normally executed. No found log ifle.Please confirm whether in the place that the pgpool log file specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to the specified log file. It is made for the directory specified with logdir of pgpool.conf by the file name of pgpool.log when not specifying it. +pcp_recovery_node command error occurred.It is an execution of pcp_recovery_node error. Please confirm whether pcp_recovery_node can be normally executed. +pcp_watchdog_info command error occurred.It is an execution of pcp_watchdog_info error. Please confirm whether pcp_watchdog_info can be normally executed. +Could not read .pcppass file[V3.5 - ] It is an execution of .pcppass file. PgpoolAdmin looks for the file in Apache process user's home directgory. If file is not found, or its owner or permission is invalid, this error occurs. diff --git a/templates/help/ja/errorCode.tpl b/templates/help/ja/errorCode.tpl index 8de9540..2944726 100644 --- a/templates/help/ja/errorCode.tpl +++ b/templates/help/ja/errorCode.tpl @@ -60,6 +60,9 @@ 指定したpcp.confが見つかりませんpcp.confが設定メニューで指定した場所にあるか確認してください。またpcp.confに適切なアクセス権があるか確認してください。 pcp_attach_nodeコマンドでエラーが発生しましたpcp_attach_nodeの実行エラーです。pcp_detach_nodeが正常に実行できるか確認してください。 ログファイルが見つかりませんpgpoolログファイルが設定メニューで指定した場所にあるか確認してください。また指定したログファイルに適切なアクセス権があるか確認してください。指定しない場合には、pgpool.confのlogdirで指定したディレクトリにpgpool.logというファイル名で作成されます。 +pcp_recovery_nodeコマンドでエラーが発生しましたpcp_recovery_nodeの実行エラーです。pcp_recovery_nodeが正常に実行できるか確認してください。 +pcp_watchdog_infoコマンドでエラーが発生しましたpcp_watchdog_infoの実行エラーです。pcp_watchdog_infoが正常に実行できるか確認してください。 +.pcppass ファイルの読み込みに失敗しました(V3.5 以降) PCP コマンドを実行するのに、.pcppass ファイルを読み込むのに失敗したときのエラーです。Apache 起動ユーザのホームディレクトリにある .pcppass を参照します(/home/apache/.pcppass など)。ファイルが無い、所有者が apache でない、パーミッションが 600 でない、のいずれかの原因によります。 -- 2.39.5