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

dashd service installer is missing variable WEBI_HOST #695

Closed
2 tasks done
Tracked by #699
coolaj86 opened this issue Oct 23, 2023 · 3 comments
Closed
2 tasks done
Tracked by #699

dashd service installer is missing variable WEBI_HOST #695

coolaj86 opened this issue Oct 23, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@coolaj86
Copy link
Member

coolaj86 commented Oct 23, 2023

  • missing WEBI_HOST
  • typo: ~/.local/bin/bin/dashd-hd-service-install

Problem

dashd-testnet-service-install /mnt/dashstore/dashcore
sudo env PATH="$PATH" serviceman add --system --username app --path "$PATH" --name "dashd-testnet" --force -- dashd  -testnet -usehd -conf="$HOME/.dashcore/dash.conf" -settings="$HOME/.dashcore/settings.json" -walletdir="$HOME/.dashcore/wallets/" -datadir="/mnt/dashstore/dashcore/_data" -blocksdir="/mnt/dashstore/dashcore/_caches"

Installing 'serviceman'...

/home/app/.local/bin/dashd-hd-service-install: 114: WEBI_HOST: parameter not set
env: 'serviceman': No such file or directory

Workaround

webi serviceman
@coolaj86 coolaj86 changed the title problem with Dash Core Full Node Daemon installer dashd service installer is missing variable WEBI_HOST Oct 23, 2023
@coolaj86
Copy link
Member Author

coolaj86 commented Oct 23, 2023

Also, for the next PR:

  • include the openrc init file (not for Alpine, but for devuan)
    (see example in add openrc support therootcompany/serviceman#7 for now)
  • listen=1 with comment that it's the default anyway
  • server=1 for evonodes
  • (daemon=0 with comment that we have a supervisor)

@coolaj86
Copy link
Member Author

Also:

SOLUTION
        1. Mount a large (50gb+) volume

              sudo mkdir -p /mnt/EXAMPLE
              sudo mount /dev/sdx1 /mnt/EXAMPLE

2. Create a 'dashcore' inside of it

              sudo mkdir -p '/mnt/blah/dashcore'

EXAMPLE should be blah in this case

@coolaj86 coolaj86 added the bug Something isn't working label Oct 28, 2023
@coolaj86
Copy link
Member Author

closed via #803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant