Before and after my upgrade:
- Code: Select all
apt-get update && apt-get upgrade
worked perfectly.
However, sometime after 2/29/20, something has happened and now using that same command shows:
- Code: Select all
root@freeswitch:~# apt-get update && apt-get upgrade
Hit:1 http://files.freeswitch.org/repo/deb/debian-release buster InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian-security buster/updates InRelease
Hit:4 http://deb.debian.org/debian buster-updates InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Given that I have 1327 packages installed, I find it hard to believe that none of them have been updated in the last three weeks.
Here is my sources list:
- Code: Select all
deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free
deb http://deb.debian.org/debian buster-updates main contrib non-free
deb-src http://deb.debian.org/debian buster-updates main contrib non-free
I do not have unattended-upgrades installed, so I don't know what is going on.
I can install packages without any problems.
- Code: Select all
uname -a
Linux freeswitch 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux
- Code: Select all
cat /etc/debian_version
10.3
Any ideas?