Skip to content

Commit

Permalink
Merge pull request #717 from yungwine/patch-8
Browse files Browse the repository at this point in the history
Update nodes-troubleshooting.md
  • Loading branch information
tsivarev authored Aug 12, 2024
2 parents 17451c8 + dddc849 commit deff1cc
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 deff1cc

Please sign in to comment.