syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
400 stars 40 forks source link

wrong hosts file causes activation and discovery issues #294

Closed cyberb closed 6 years ago

cyberb commented 6 years ago

Somehow users get this wrong /etc/hosts file:

127.0.0.1 raspberrypi3
::1 raspberrypi3

Which is incorrect and should be:

::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.0.1 localhost
cyberb commented 6 years ago

Should be fixed by this: https://github.com/syncloud/rootfs/commit/2bce04db43e320f97c9c375741c277864fc29ec8