[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

apt-get update continues to push the same patches



I'm having a bit of a problem with apt-get upgrade.

Every night cron runs

apt-get update && apt-get -s upgrade | mail divirg@umich.edu

which emails the day's new patches to me. The next day I look at the patches and install them with an apt-get upgrade.


One morning I get an email with:

Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be upgraded:
  apache2-utils libapr0 lynx
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst libapr0 [2.0.54-5] (2.0.54-5 Debian-Security:3.1/stable)
Inst apache2-utils [2.0.54-5] (2.0.54-5 Debian-Security:3.1/stable)
Inst lynx [2.8.5-2sarge1] (2.8.5-2sarge1 Debian-Security:3.1/stable)
Conf libapr0 (2.0.54-5 Debian-Security:3.1/stable)
Conf apache2-utils (2.0.54-5 Debian-Security:3.1/stable)
Conf lynx (2.8.5-2sarge1 Debian-Security:3.1/stable)



So I run apt-get upgrade, and the updates are installed:

divirg@mjolnir[divirg]sudo apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be upgraded:
  apache2-utils libapr0 lynx
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/2112kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 33130 files and directories currently installed.)
Preparing to replace libapr0 2.0.54-5 (using .../ libapr0_2.0.54-5_amd64.deb) ...
Unpacking replacement libapr0 ...
Preparing to replace apache2-utils 2.0.54-5 (using .../apache2- utils_2.0.54-5_amd64.deb) ...
Unpacking replacement apache2-utils ...
Preparing to replace lynx 2.8.5-2sarge1 (using .../ lynx_2.8.5-2sarge1_amd64.deb) ...
Unpacking replacement lynx ...
Setting up libapr0 (2.0.54-5) ...

Setting up apache2-utils (2.0.54-5) ...
Setting up lynx (2.8.5-2sarge1) ...




No errors.  Fine.
The next morning I get the same email:

Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be upgraded:
  apache2-utils libapr0 lynx
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst libapr0 [2.0.54-5] (2.0.54-5 Debian-Security:3.1/stable)
Inst apache2-utils [2.0.54-5] (2.0.54-5 Debian-Security:3.1/stable)
Inst lynx [2.8.5-2sarge1] (2.8.5-2sarge1 Debian-Security:3.1/stable)
Conf libapr0 (2.0.54-5 Debian-Security:3.1/stable)
Conf apache2-utils (2.0.54-5 Debian-Security:3.1/stable)
Conf lynx (2.8.5-2sarge1 Debian-Security:3.1/stable)



Odd, so I run apt-get update & apt-get upgrade

Both finish without error, but sure enough, apt-get -s upgrade still shows the same updates as needing to be installed.

This has been happening for at least a week. Since then, other updates have become available, were installed, and no longer show up when I run apt-get -s upgrade. What is the problem with these three? I don't even have apache2 installed, I'm running apache 1.3.33-6. This is debian-31r0a-amd64. All packages have been installed via apt.

Here's my sources.list:

deb http://debian.csail.mit.edu/debian-amd64/debian/ stable main contrib non-free deb-src http://debian.csail.mit.edu/debian-amd64/debian/ stable main contrib non-free

deb http://debian.csail.mit.edu/debian-amd64/debian/ testing main contrib non-free deb-src http://debian.csail.mit.edu/debian-amd64/debian/ testing main contrib non-free

deb http://security.debian.org/ stable/updates main



I also have the following line in /etc/apt/apt.conf.d/70debconf to tell apt to get stable releases if they exist:

APT::Default-Release "stable";



Any insight would be most appreciated.

- Chris



Reply to: