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

Script Installation Fails #4

Open
joesixpack opened this issue Aug 17, 2021 · 7 comments
Open

Script Installation Fails #4

joesixpack opened this issue Aug 17, 2021 · 7 comments

Comments

@joesixpack
Copy link

image

@PrathyushaLakkireddy
Copy link
Collaborator

Hello @joesixpack, can you check did you set GOBIN path?
once do echo $GOBIN , and see if it's empty or have you configured already? and do you already have installed go?

@PrathyushaLakkireddy
Copy link
Collaborator

@joesixpack, I have updated installation script, can you please pull that latest updates and run?

@joesixpack
Copy link
Author

Looks the problem is the script assumes that if go is already installed, then the env variables already exist. This is not the default case for repository installs of go.

Other issues:

image
Wrong path here. Should point to the raw file not HTML.

The TG Chat ID env variable needs to be in quotes to support negative numbers.

The systemd config file needs to have the Solana path included in an Environment statement.

@joesixpack
Copy link
Author

The skip rate threshold needs to be user configurable, I'm being flooded with alerts!

@PrathyushaLakkireddy
Copy link
Collaborator

PrathyushaLakkireddy commented Aug 23, 2021

Looks the problem is the script assumes that if go is already installed, then the env variables already exist. This is not the default case for repository installs of go.

Other issues:

image
Wrong path here. Should point to the raw file not HTML.

The TG Chat ID env variable needs to be in quotes to support negative numbers.

The systemd config file needs to have the Solana path included in an Environment statement.

Script, checks for the go, if it's not installed already, then it will install and configure the go in that system.
Will check the link issue.
It won't be a problem with negative numbers, it supports negative numbers as well.

@PrathyushaLakkireddy
Copy link
Collaborator

PrathyushaLakkireddy commented Aug 23, 2021

The skip rate threshold needs to be user configurable, I'm being flooded with alerts!

Yeah, at present it was implemented like, if the validator skip rate exceeds network skip rate then it alerts.
Will check and add the skip rate in config.

Thank you.

@PrathyushaLakkireddy
Copy link
Collaborator

@joesixpack , we have updated the things which you have mentioned.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants