https://netmaker.org logo
Node warning after upgrade to 15.2
# upgrades
s
Node warning after upgrade to 15.2
After upgrading my netmaker server it now has a warning on one of my nodes, when looking the logs I see the following: [netmaker] 2022-09-14 13:25:28 sent peer update for node voyager-home on network: external [netmaker] 2022-09-14 13:25:50 error unmarshaling payload invalid character 'v' looking for beginning of value [netmaker] 2022-09-14 13:26:09 error unmarshaling payload invalid character 'v' looking for beginning of value
why would a v be an invalid character?
b
is your node updated as well>
s
it is
b
hmm
s
let me try removing and re-adding
b
we changes what is being sent on a checkin from nodes from just netlcient version to a struct
almost sounds like your server is running 0.15.1
s
fc2062f8f3e2 gravitl/netmaker:v0.15.2 "./netmaker" 16 minutes ago Up 16 minutes 8081/tcp, 0.0.0.0:51821-51830->51821-51830/udp netmaker
it's only with that node, the others seem to work fine
b
hmmm
what os is the node?
s
Debian 11
I think I know what caused it, it has a different hostname then the name I gave it, the hostname of the machine is netmaker-gateway (I use it for egress routes, hence gateway), but on the netmaker server I edited the name to voyager-home
on 15.1 that was no issue, maybe the chance you did broke adjusting the name to something different? Or maybe I should not change names in the first place
b
changing names should not cause any issues
the error you get should not cause any issues long term other than additional log entries
but I will look into it
2 Views