0 Members and 1 Guest are viewing this topic.
I have been reading through the Siduction manual. When I got to the dist-upgrade section it says that to update or upgrade the system log out of the window manager and log in to a terminal as root to execute apt-get update. It says that the command must be issued at init 3. But when I issue apt-get update at init 3 I get a string of errors regarding inability to access http:// ... which makes sense to me because as I understand it init 3 should disable network access.So how do I get this to work?Thanks.
init 3 should not disable network access - thats a fault in debians systemd units - enable network and done
systemctl isolate multi-user.target
systemctl stop lightdm