If you mean the server won't boot anymore after a full system upgrade (no ssh session), take a look at
https://github.com/scaleway/image-archl ... -229883103 and
https://github.com/scaleway/image-archl ... -236698766 those fix the boot. I can use the latest kernel available (4.5.7) with these fixes.
I'm going to try this fix
https://github.com/systemd/systemd/issu ... -239595447They should be releasing a new image anytime soon. At least I hope that

EDIT: I tried a new C1 server in the following order and it worked, no more errors at boot:
1. Edit /etc/systemd/network/eth0.network (fixes boot)
2. Edit /etc/systemd/system/systemd-resolved.service (fixes systemd-resolved)
3. Full system upgrade
4. Delete and regenerate the machine id (fixes some errors)
5. Reboot
Let's hope it's fixed for good this time

P.S.: Is it just me, or did you too noticed that when installing a package (for example apache) it stays too long doing `(1/1) Updating manpage index...` before showing the prompt? I think it may be ssh lag or something...