-
-
Notifications
You must be signed in to change notification settings - Fork 829
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
[Bug]: Very Slow Script Executing #4462
Comments
Apparently more users are experiencing this bug: https://discord.com/channels/127498813903601664/219535041468956673/1204753801899413524 |
I'm experiencing issues with LinuxGSM script executing very slowly. Here's a summary of the troubleshooting steps @MicLieg and I taken: Connection Tests:The server is a dedicated machine rented from Hetzner. It was initially working fine until it started experiencing issues after a few restarts and backups. Ping Test: A ping test to ip-api.com was successful, indicating that there isn't a DNS issue blocking the connection. Curl Command Test: A test using curl -s http://ip-api.com/json got stuck, suggesting the request to ip-api.com was not completing as expected. A verbose curl (curl -v http://ip-api.com/json) showed that the connection to ip-api.com timed out, indicating a potential network issue or block. Tracepath Test: Running tracepath ip-api.com showed that the request left the Hetzner network but received no replies afterward, suggesting that ip-api.com might be blocking my server's IP address. Conclusion: The troubleshooting indicates that the problem likely lies with ip-api.com blocking my server's IP address, not with DNS or local network issues. It was suggested that I might resolve the issue by requesting a new IP address from Hetzner. |
Can confirm the same:
|
Can you verify If you or your host hast some sort of firewall enabled? The last case was solved by disabling some firewall rules. |
Good call. Yes, I'm running PiHole (looks like quite a few RULES links I use get 'hit'). It did/was catching the URL & blocking....now whitelisted. Hope it's as easy a 'fix' for others |
I have the same issue. They seem to block my residential IP block, I cannot even ping them. I have no DNS filter or similar and I verified that the correct ip is resolved via comparing it to several large public resolvers. From my VPS I can successfully use curl, which uses the same resolved IP address for the query. I resolved the issue for me via overwriting the resolved ip in my dns server, setting it to 127.0.0.1 which refuses the connection. Other users with the same issue can edit their host file or similar. Either way, the curl command should use a relatively short timeout. |
User story
Very slow script execution
Game
palworld/minecraft
Linux distro
Ubuntu 22.04
Command
command: start, command: stop, command: restart, command: monitor, command: details
Further information
Freshly installed ubuntu server without anything extra running
I only tried it with palworld and minecraft
but ANY command i execute is lagging/hanging/processes slow
./pwserver start/stop/restart takes about 6-10 minutes to execute
i was checking resources if the script actually doing anything but no, CPU was idle, drive was idle..
i dont know how to check what is wrong with the script
Before anyone asks
Yes i am a linux Novice
Relevant log output
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: