PDA

View Full Version : 16.04 Software updater problem



jhboards
January 17th, 2021, 12:00 AM
Running 16.14. Thunderbird has been having issues with send function hanging up. I decided to sudo apt-get upgrade in terminal. Keep getting long delays and no response:

joe@joe-desktop:~$ sudo apt-get update
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:4 http://dl.google.com/linux/chrome/deb stable InRelease
0% [Connecting to security.ubuntu.com (2001:67c:1562::15)]

Terminal has been stalled on this for a few minutes.

Any ideas what I should try next?

ubfan1
January 17th, 2021, 12:42 AM
I just updated/upgraded my 16.04 install yesterday and didn't notice any unusual delays. Are you doing this over wifi? If so, how's your signal strength/other aps on your channel (sudo iwlist scan)?

jhboards
January 17th, 2021, 01:03 AM
No wifi, wired connection.

jhboards
January 17th, 2021, 01:13 AM
I had read that IP V6 was causing issues in another site. On a whim, I just disabled IP V6.

sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1

Confirmed it by running ip a

Thunderbird started completing pings for new messages instantly. Also, software updater is now working without issue.

Hmmmm..............