-
Notifications
You must be signed in to change notification settings - Fork 50
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
Unable to update DNS entries: Unable to get network info #9
Comments
Looks like go for arm uses an 32 bit int size instead of 64 bits. I've opened a new branch fix-for-rpi. Please try that branch and see if that fixes your issue. |
I ran :
But same error... 😞 |
Try |
I had to Still, same error |
Can you check your ztapi/network.go file? Clock on line 23, and 37, and CreationTime on line 38 should all be int64, not int. |
yes it's int64 on all three variables. |
What version of Raspberry Pi are you running? |
RaspberryPi 2 B with raspbian 9 |
Ahh, RaspberryPi 2 is 32bit. That will require additional looking into. |
I've updated the fix-for-rpi branch again, those time values should now be of type apiTime. Please let me know if this fixes the issue. |
I pulled your changes. Same error :
Actually, the number in |
Hi,
I just installed ztdns on raspberrypi, filled the .ztdns.toml file, and run
./ztdns server
. But it gave me this error :I use
go version go1.10 linux/arm
(armv6), with raspbian 9 (stretch).zerotier-cli
tells me everything is ok, I authorized the device on my network.ifconfig
show me same address as in my.zerotier.comI authorized users to bind privileged port.
What am I missing ? :(
The text was updated successfully, but these errors were encountered: