From dddc849ddbec3191ac07efdf9f956353b75a2c8f Mon Sep 17 00:00:00 2001 From: Maksim Kurbatov <94808996+yungwine@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:16:13 +0900 Subject: [PATCH] Update nodes-troubleshooting.md --- docs/participate/run-nodes/nodes-troubleshooting.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/participate/run-nodes/nodes-troubleshooting.md b/docs/participate/run-nodes/nodes-troubleshooting.md index d892b9100e..cb9cd2908b 100644 --- a/docs/participate/run-nodes/nodes-troubleshooting.md +++ b/docs/participate/run-nodes/nodes-troubleshooting.md @@ -167,7 +167,17 @@ The best way (while the penalty for temporary non-validation is small, it can be cp var/ton-work/db/config.json var/ton-work/db/config.json.backup ``` -## Mytonctrl was installed by another user. Probably you need to launch mtc with `ubuntu` user +## Mytonctrl was installed by another user. Probably you need to launch mtc with ... user + +Run MyTonCtrl with user that used to install it. + +For example, the most common case is when one tries to run MyTonCtrl as root user, even though it was installed under a different user. In this case, you need to log in to the user who installed MyTonCtrl and run MyTonCtrl from that user. + +### Mytonctrl was installed by another user. Probably you need to launch mtc with `validator` user + +Run command `sudo chown : /var/ton-work/keys/*` where `` is user which installed mytonctrl. + +### Mytonctrl was installed by another user. Probably you need to launch mtc with `ubuntu` user Additionally `mytonctrl` may not work properly with this error. For example, the `status` command may return empty result.