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

can not start #169

Closed
mxyue opened this issue Jun 24, 2022 · 1 comment
Closed

can not start #169

mxyue opened this issue Jun 24, 2022 · 1 comment

Comments

@mxyue
Copy link

mxyue commented Jun 24, 2022

env

go: 1.18
os: mac os 10.13.6

run

go run . start -c default_config.yml

error message

2022-06-24T14:58:12.480+0800    INFO    server/server.go:1112   init plugin hook wrappers
Failed to create memberlist: Failed to get final advertise address: No private IP address found, and explicit IP not provided
exit status 1
@DrmagicE
Copy link
Owner

DrmagicE commented Jun 25, 2022

Comment the ”federation“ in plugin_order should solve the problem.

# plugin loading orders
plugin_order:
  # Uncomment auth to enable authentication.
  # - auth
  - prometheus
  - admin
  # - federation  <---

@mxyue mxyue closed this as completed Jun 28, 2022
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