You are not logged in.
Pages: 1
I followed the procedure from https://www.devuan.org/os/documentation … o-daedalus
an issue arise after the reboot step, the next step is apt-get dist-upgrade, but while doing so I get
Err:1 http://deb.devuan.org/merged daedalus InRelease
Temporary failure in name resolution
and its not temporary it just doesn't work anymore
Offline
Looks like the network is down.
One possibility is to reset the network device names to debian sytle again (devuan: "eth0", debian: "enp???").
Existing network configuration files then should work as before.
su -
echo 'GRUB_CMDLINE_LINUX="net.ifnames=1"' >>/etc/default/grub
update-grub
reboot
If that does not work:
Through recursive dependencies to systemd, it is possible that networkmanger (or connman or whatever) was deinstalled.
That is more complicated; basically you need to download any *.deb-files to install by yourself.
WiFI: I do not know how to configure manually.
Offline
Pages: 1