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

port(s): [80] are required but unbindable #800

Open
zhangxl0860 opened this issue Dec 26, 2024 · 2 comments
Open

port(s): [80] are required but unbindable #800

zhangxl0860 opened this issue Dec 26, 2024 · 2 comments

Comments

@zhangxl0860
Copy link

current: root
2024-12-26T10:00:32.422+0800 [Job] [Prepare the System Environment] start ...
2024-12-26T10:00:32.422+0800 [Module] PreCheckOs
2024-12-26T10:00:32.422+0800 [A] LocalHost: PreCheckSupport success (48.195µs)
2024-12-26T10:00:32.428+0800 LocalHost port(s): [80] are required but unbindable
2024-12-26T10:00:32.428+0800 [A] LocalHost: PreCheckPortsBindable failed (6.430267ms)
2024-12-26T10:00:32.428+0800 [Job] [Prepare the System Environment] execute failed
2024/12/26 10:00:32 error: Module[PreCheckOs] exec failed:
failed - LocalHost: [A] LocalHost: PreCheckPortsBindable exec failed after 1 retires: port(s): [80] are required but unbindable

How can i do?

@dkeven
Copy link
Contributor

dkeven commented Dec 26, 2024

Hi @zhangxl0860 , Olares need to bind to the 80 port to expose services, but it seems this port is already occupied by another process, which is likely a nginx instance, if that's the case, you can stop the process and try the installation again.

@zhangxl0860
Copy link
Author

@dkeven you right. Thanks so much!

@pengpeng pengpeng reopened this Dec 27, 2024
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

3 participants