Dockerイメージのアップグレード後、Dockerイメージを使用してBakerとEndorserを実行できません
-
-
ちょうどFIY、20190415の時点で、アテネはまだ影響を及ぼしていません.あなたのタイトルは誤解を招くものです.Just FIY, as of 20190415, Athens has not yet taken affect. Your title is misleading.
- 0
- 2019-04-15
- utdrmac
-
タイトルを更新Updated the title
- 0
- 2019-04-15
- Sachin Tomar
-
2 回答
- 投票
-
- 2019-04-15
ノードを実行した状態で、
tezos-admin-client unmark all invalid blocks
必要があります.スペースの問題に一度遭遇すると、知識をクリアするまで「永続的な」エラーになります.これはずっと前に一度私に影響を与えました.おそらく、何ヶ月も前にコード修正が行われたと思われます(しかし明らかに機能していません).Slackの誰かが昨日同じ問題を抱えていましたが、この修正はまだ回避策です.With your node running, you need to run
tezos-admin-client unmark all invalid blocks
. If you hit a space issue once, it becomes a “permanent” error until you clear the knowledge. This affected me once a long time ago. Supposedly there was a code-fix put in many months ago (but clearly not working). Someone in Slack had this same issue yesterday and this fix is still the workaround solution.-
コマンド「./mainnet.shadmin-clientunmark unmark allinvalidblocks」を試し、コマンド「./mainnet.sh Baker start」を使用してベイカーを起動すると、ベイカーコンテナが起動したことが示されましたが、「./mainnet.shベイカーステータス」は、ベイカーが実行されていないことを示しています.I tried the command "./mainnet.sh admin-client unmark all invalid blocks" and then start the baker using command "./mainnet.sh baker start" it showed that baker container started but again after checking the "./mainnet.sh baker status" it showed baker is not running.
- 0
- 2019-04-15
- Sachin Tomar
-
- 2019-04-15
今、コマンドを使用して新しいmainnet.shファイルをダウンロードしました
wget -O mainnet.sh https://gitlab.com/tezos/tezos/raw/master/scripts/alphanet.sh
これで、私のパン屋と支持者は適切に稼働しています.
./mainnet.sh update_scriptを実行するとすぐに、承認者とベイカーが停止し、startコマンドの使用を開始するだけではありません.
今のところ、より良い解決策が見つかるまで、mainnet.shを更新せずに使用しています.
はい、コマンド
tezos-admin-client unmark all invalid blocks
ノードログにIOエラーが発生した場合に備えて支援してください.
So right now i just downloaded a new mainnet.sh file using command
wget -O mainnet.sh https://gitlab.com/tezos/tezos/raw/master/scripts/alphanet.sh
now my baker and endorser are running properly.
As soon as i do ./mainnet.sh update_script, again the endorser and baker stops and won't just start using start command.
So for now i am using the mainnet.sh without updating it until i find a better solution.
And yes the command
tezos-admin-client unmark all invalid blocks
do help in case you get any IO error in your nodes log.
サーバーのディスク容量が不足したため、サーバーを停止してディスク容量を増やし、mainnet.shスクリプトを再開します.そのため、スクリプトを更新してノードを起動しましたが、パン屋と承認者を起動できませんでした. コマンド./mainnet.shbaker startを実行すると、bakerが実行中であることが出力されます. しかし、./mainnet Baker statusを使用してベイカーのステータスを確認すると、ベイカーが実行されていないことが示されます. スクリプトを再起動しようとしましたが、ベイカーとエンドーサーを実行できません.