Skip to content

Commit deff1cc

Browse files
authored
Merge pull request #717 from yungwine/patch-8
Update nodes-troubleshooting.md
2 parents 17451c8 + dddc849 commit deff1cc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/participate/run-nodes/nodes-troubleshooting.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,17 @@ The best way (while the penalty for temporary non-validation is small, it can be
167167
cp var/ton-work/db/config.json var/ton-work/db/config.json.backup
168168
```
169169

170-
## Mytonctrl was installed by another user. Probably you need to launch mtc with `ubuntu` user
170+
## Mytonctrl was installed by another user. Probably you need to launch mtc with ... user
171+
172+
Run MyTonCtrl with user that used to install it.
173+
174+
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.
175+
176+
### Mytonctrl was installed by another user. Probably you need to launch mtc with `validator` user
177+
178+
Run command `sudo chown <user_name>:<user_name> /var/ton-work/keys/*` where `<user_name>` is user which installed mytonctrl.
179+
180+
### Mytonctrl was installed by another user. Probably you need to launch mtc with `ubuntu` user
171181

172182
Additionally `mytonctrl` may not work properly with this error. For example, the `status` command may return empty result.
173183

0 commit comments

Comments
 (0)