-
Notifications
You must be signed in to change notification settings - Fork 28
failed to enable TCP keepalive errors clogging up logs #113
Comments
Any idea how to reproduce? Running an IPFS node on my M1 doesn't produce any errors like this. |
Just for the sake of double checking, what Go version did they build go-ipfs with? |
Should be go1.16.12 as it's go-ipfs v0.11.0 coming from https://dist.ipfs.io/go-ipfs/v0.11.0 |
It was go version 1.17.6 when I ran:
I got this output
|
I'm using a M1 Max Macbook and I'm getting the same error. |
Here's my diag sys output |
It _looks_ like the standard library doesn't always wrap this error. fixes #113
It _looks_ like the standard library doesn't always wrap this error. fixes #113
Saw an M1 go-ipfs user today boot up a node and saw the daemon fill up with errors as below.
It seems like this check isn't quite working in all situations, at least on the M1.
go-tcp-transport/tcp.go
Line 49 in f365f9b
The text was updated successfully, but these errors were encountered: