When I run adept updater and click the FETCH LIST OF UPDATES button, within the list of updates, I get the following 3 lines:
linux-image-2.6.15-21-386 not installed install
linux-image-386 Broken (installed) no change
linux-restricted-modules-2.6.15-21-386 Broken (installed) no change
The problem is that when I click the APPLY UPDATES button, the updater gets to the first line above and dies. It displays an error message that says, "There was an error commiting changes. Possibly there was a problem downloading some packages or the commit would break packages."
At that point, the updater stops and nothing gets updated. Up until this point, I had been happily updating whenever I saw the updater icon in the tray and never had any problems.
What can I do about this?
Here's my sources.list:
================
#
# deb cdrom:[Kubuntu 6.06 _Dapper Drake_ - Alpha i386 (20060331.1)]/ dapper main restricted
deb cdrom:[Kubuntu 6.06 _Dapper Drake_ - Alpha i386 (20060331.1)]/ dapper main restricted
deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
#deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
#deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe
deb http://archive.ubuntu.com/ubuntu dapper multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper multiverse
================
linux-image-2.6.15-21-386 not installed install
linux-image-386 Broken (installed) no change
linux-restricted-modules-2.6.15-21-386 Broken (installed) no change
The problem is that when I click the APPLY UPDATES button, the updater gets to the first line above and dies. It displays an error message that says, "There was an error commiting changes. Possibly there was a problem downloading some packages or the commit would break packages."
At that point, the updater stops and nothing gets updated. Up until this point, I had been happily updating whenever I saw the updater icon in the tray and never had any problems.
What can I do about this?
Here's my sources.list:
================
#
# deb cdrom:[Kubuntu 6.06 _Dapper Drake_ - Alpha i386 (20060331.1)]/ dapper main restricted
deb cdrom:[Kubuntu 6.06 _Dapper Drake_ - Alpha i386 (20060331.1)]/ dapper main restricted
deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
#deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
#deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe
deb http://archive.ubuntu.com/ubuntu dapper multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper multiverse
================
Comment