-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
It is not working with ARM cpu, Oracle #451
Comments
Is the hub also hosted on this machine? Please check the logs page in PocketBase ( |
It is the same if i use the main server (with a hub) or an additional server without hub. It is working fine on https://fivenines.io/
I can provide you login as this is test server, can ARM CPU be a problem? |
Sure, you can send a login to hank at henrygd.me ARM CPU should not be a problem. I have an arm64 Oracle VM myself and have not had issues monitoring it, though I did need to unblock the port in the Oracle cloud interface. |
Thanks i have send it from [email protected] Hmm i have unblocked ports: https://i.postimg.cc/xC4mVyMP/image-1.png And it is working fine on fivenines.io for example, but self hosted solution is better :) |
Thanks, took a quick look and it definitely appears to be a network issue. From the monitoring VM, we can connect to the working system with telnet <ip> 45876 This does not work for any of the Oracle VMs. However it does work using port 80: telnet <ip> 80 This is a strong indication that port 45876 is still being blocked by a firewall. Try running this directly on one of the Oracle machines: telnet localhost 45876 If you can connect, the agent is working properly. It's a problem with external connections. My Oracle VM had Save your current rules: sudo iptables-save > ~/ipt.fw Unblock port 45876: sudo iptables -I INPUT -p tcp --dport 45876 -j ACCEPT Then try telnet again from the monitoring VM. Hopefully your agent can now connect. If so, use Let me know if this doesn't solve it. |
Hello there,
I have installed Beszel on my Oracle ARM VM, and it is working fine at port 8090.
But if i try to add my ARM VM's for monitoring, it will not work.
I have some Ryzen VM's and they are working fine.
`
`
Hosting.eu is example.
The text was updated successfully, but these errors were encountered: