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

Curio web and worker listening ports are confused #11941

Open
5 of 11 tasks
strahe opened this issue Apr 30, 2024 · 0 comments
Open
5 of 11 tasks

Curio web and worker listening ports are confused #11941

strahe opened this issue Apr 30, 2024 · 0 comments
Labels
kind/bug Kind: Bug

Comments

@strahe
Copy link
Contributor

strahe commented Apr 30, 2024

Checklist

  • This is not a security-related bug/issue. If it is, please follow please follow the security policy.
  • I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
  • I am running the Latest release, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.
  • I did not make any code changes to lotus.

Lotus component

  • lotus daemon - chain sync
  • lotus fvm/fevm - Lotus FVM and FEVM interactions
  • lotus miner/worker - sealing
  • lotus miner - proving(WindowPoSt/WinningPoSt)
  • lotus JSON-RPC API
  • lotus message management (mpool)
  • Other

Lotus Version

curio version 1.27.0-dev+calibnet+git.10877d2e6

Repro Steps

  1. Run '...'
  2. Do '...'
  3. See error '...'
    ...

Describe the Bug

  1. The default listening address for curio web is ":4701", which is interpreted as "localhost:4701", but the actual listening address is "0.0.0.0:4701", which does not match the actual intention.
  2. When running curio run --layers "gui,xxx", it is not possible to customize the guiAddress. When running curio web --layers "xxx" --listen "xxx", the --listen option is applied to the worker rpc instead of the web.

Logging Information

2024-04-30T03:39:59.797Z        WARN    harmonytask     resources/resources.go:134      curio's defaults are for running alone. Use task maximums or CGroups.
2024-04-30T03:40:17.194Z        INFO    harmonytask     resources/getGPU.go:25  GPUs    {"list": []}
2024-04-30T03:40:17.236Z        INFO    harmonytask     resources/resources.go:90       Cleaned up machines     {"count": 0}
2024-04-30T03:40:17.248Z        INFO    curio/rpc       rpc/rpc.go:272  Setting up RPC server at 127.0.0.1:12300
2024-04-30T03:40:17.251Z        INFO    curio/chainsched        chainsched/chain_sched.go:69    restarting chain scheduler
2024-04-30T03:40:17.252Z        WARN    curio/web       hapi/watch_actor.go:51  no working api yet
2024-04-30T03:40:17.253Z        INFO    curio/rpc       rpc/rpc.go:295  GUI:  http://:4701 // debug
2024-04-30T03:40:17.253Z        INFO    curio/rpc       rpc/rpc.go:299  GUI:  http://localhost:4701
@strahe strahe added the kind/bug Kind: Bug label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug
Projects
None yet
Development

No branches or pull requests

1 participant