0

I am connecting via ssh to this ubuntu machine, when doing apt-get update it gets stuck at "Reading package list... 0%". Help, please.

Update: I tried installing something manually, but it won't let me neither. Also when connecting to the machine it displays "System information disabled due to load higher than 8.0", I checked using top, but there is no other process running there.

dan.h
  • 1

1 Answers1

0

Could be IPv6 problem. Try running it with sudo apt-get update -o Acquire::ForceIPv4=true && sudo apt-get dist-upgrade -o Acquire::ForceIPv4=true

Had same problem. Found answer here: 16.04 apt-get update hangs

metanerd
  • 171