Repetier_Support Hello. It can be multiple reasons, why the update wasn't offered. Please verify that your machine is connected to the internet and can reach our license https://licence.internetloesungen.comHowever, if you verified this connection and it still won't work consider a reboot. If it STILL not working you can manually install the newest update.you are using a Raspberry Pi? If so login into the terminal and enter:wget https://download3.repetier.com/files/server/debian-armhf/Repetier-Server-1.2.1-Linux.deb</i><br/><i>sudo dpkg -i Repetier-Server-1.2.1-Linux.debrm Repetier-Server-1.2.1-Linux.deb
Zogar failed: Temporary failure in name resolution.wget: unable to resolve host address ‘download3.repetier.com’If I acces from my computer says 404 page not found
Repetier Last week we moved this to a new server. However nameserver had TTL 1 hour and downloading above url works fine. On pi I can also runping download3.repetier.comHowever you can also use download1 instead which is a different download server."unable to resolve host address " should not happen. This means pi does not have a name server accessible to resolve domain names. Check file /etc/resolv.conf to see which nameserver are set. If non is included try adding manuallynameserver 8.8.8.8and retry. But since the file gets generated setting will be overwritten sooner or later. It normally gets send via DHCP from your router setting.