-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
"One line installer" does not work on Ubuntu 20.04 and 22.04 #2
Comments
@tannerdsilva #3 should fix the install script. Please try again with the latest commit to main and let me know if there is any problem. Thanks. |
We would really appreciate deployment of the new server as soon as possible, since we have a list of dependencies awaiting its availability, including updating the client code which depends on it, and then docker support and Continuous Integration (CI) tests. |
Thanks for the update. Tried the one-liner in the README again this morning (in a rush) and realized some hours later that your HTTP cache does not actually reflect the latest commit on master. This should have been obvious to me. Trying again with an actual clone of the repo - will update you in the morning on the results. Script running as I write... |
Same issue still. From commit hash
|
Do you have the haveno-pricenode project in the same parent directory as the haveno project? |
I'm just starting on a fresh system (nothing installed), cloning
|
Ok. Please try cloning the haveno project to the same directory. That may resolve the error. |
Same result. |
You cloned the repository using the recursive option?
|
Yes, same result.
|
What did you need to do to clear the HTTP cache? I need to do the same. |
I found and fixed the issue. A couple scripts just needed to be renamed. I force pushed the fix to main since it took some experimentation which I want to remove from the commit history, so please Please run on Ubuntu 22.04 which is preferred over 20.04 for future updates. Might just need to run the one-liner with sudo to bypass any prompts:
Thanks, should be good to deploy now. |
@tannerdsilva Any updates? |
Hello.
Recently tried launching one of these price nodes for CakeWallet, and I came across some issues.
On Ubuntu 22.04: there are interactive prompts that ask "which systemd services should be restarted" when new packages are installed. These prompts are not handled properly in the script, and prevent the script from finishing.
After discovering this, I tried the script on Ubuntu 20.04 (which does not have these prompts). The script went much further, however, still fell short of completing.
Without posting the entire output, the script failed at this point:
These failures prevent the "one line installer" from working as promised.
The text was updated successfully, but these errors were encountered: