Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nodes-troubleshooting.md #717

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading