See below for original problem, but removing /etc/apt/apt.conf solves the problem!
It apparently tries to setup some sort of proxy garbage and that hoses adept and or apt-get.
Matt
Hello Everyone!
To add a note, the same thing under an Ubuntu 6.06 install.....
Just got my Kubuntu 6.06 LTS CD's from shipit!
Ran the LiveCD and everything worked great. Even installing firefox with adept.
So, I installed. One error during install. It said it could not contact the security repositories. Other than that all went well.
Now, running from the install I can not install ANYTHING.
After hitting "Apply" with a box pops up that says "There was an error commiting changes. Possibly there was a problem downloading some packages or the commit would break packages."
Results with apt-get are no better. When running sudo apt-get update I see all kinds of errors about contacting respositories. Yet, browsing the internet seems to work fine. In other words, all networking except adept or apt-get seems to be working fine. Here is my (default) sources.list:
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
# Line commented out by installer because it failed to verify:
#deb http://security.ubuntu.com/ubuntu dapper-security main restricted
# Line commented out by installer because it failed to verify:
#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
Does anyone know why, with a default install I would be having such issues?
Thanks!
Matt Anderson
It apparently tries to setup some sort of proxy garbage and that hoses adept and or apt-get.
Matt
Hello Everyone!
To add a note, the same thing under an Ubuntu 6.06 install.....
Just got my Kubuntu 6.06 LTS CD's from shipit!
Ran the LiveCD and everything worked great. Even installing firefox with adept.
So, I installed. One error during install. It said it could not contact the security repositories. Other than that all went well.
Now, running from the install I can not install ANYTHING.
After hitting "Apply" with a box pops up that says "There was an error commiting changes. Possibly there was a problem downloading some packages or the commit would break packages."
Results with apt-get are no better. When running sudo apt-get update I see all kinds of errors about contacting respositories. Yet, browsing the internet seems to work fine. In other words, all networking except adept or apt-get seems to be working fine. Here is my (default) sources.list:
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
# Line commented out by installer because it failed to verify:
#deb http://security.ubuntu.com/ubuntu dapper-security main restricted
# Line commented out by installer because it failed to verify:
#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
Does anyone know why, with a default install I would be having such issues?
Thanks!
Matt Anderson
Comment