[Linux/Ubuntu] Heartbeat Errors.
-
So i've been wondering for the past 2 days how the hell i can get my server working, my firewall is completely disabled, just gonna point that out there, so no restrictions to getting internet access or access to ports, But i keep getting this error:
Could not send heartbeat to nix! Error was: error retrieving entropy
After this error it continuously keeps retrying to send heartbeats but keeps displaying same error, no idea why, all the files are valid, etc..
If you can help me, please reply to this thread or DM my discord: Azion#8274
EDIT: [19/04/2020 @ 11:09 AM UTC] So i followed the updated tutorial and now i don't even get to the part where it sends an heartbeat, i try connect and it says
Received connection request from **.**.***.***:27016, but the server is not running. Rejecting connection.
-
Is port 27016 being used already, perhaps?
Run this command:sudo netstat -tulpn | grep :27016
-
its being used by the wine process (the iw5 server)
-
just keeps saying
Could not send heartbeat to nix! Error was: error retrieving entropy
-
Spectre might be able to help you
-
Are you trying to do this in docker?
-
Spectre Docker? what no lol
-
I'm using wine
-
i think its something todo with my server contacting your authentication servers, because i always get the not authenticated message when i try connect to my server, but wget, ping, etc.. work flawlessly so i don't see a problem..
-
It can't get enough entropy, if you don't know what that is Google it.
-
Entropy is a local server issue not remote server.
apt-get install haveged -y systemctl enable haveged && systemctl start haveged
-
haveged does not work, did not alter anything whatsoever, its a clean vps so how would it be a vps issue, provided that the vps is from ovh, (plutonium servers vps provider)...
-
AzIon Who you got your VPS from has nothing to do with this.
Ensure haveged has been installed and enabled and started. This has been known to fix the same error for multiple other people. If you think it's all started and not having an effect, show screenshots from your Terminal to show that they are started.
-
Hey! Currently experiencing heartbeat errors aswell, even though, they're not the same as OP had.
My error looks like the following:Sending heartbeat... Could not send heartbeat to nix! Error was: [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - invalid literal; last read: '<'
The server ran just fine before, I was able to join it and whatnot. I haven't changed anything in the config ever since.
EDIT: Resolved itself, just had to update the plutonium binaries, didn't realize the latest update.