Skip to content

Commit

Permalink
Update nodes-troubleshooting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yungwine committed Aug 12, 2024
1 parent 17451c8 commit dddc849
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/participate/run-nodes/nodes-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <user_name>:<user_name> /var/ton-work/keys/*` where `<user_name>` 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.

Expand Down

0 comments on commit dddc849

Please sign in to comment.