PDA

View Full Version : When adding new Repositories ubuntu will not update.


the_duce
February 11th, 2006, 09:58 PM
I added new Repositories last night it updated just fine, but now it will not update.

eriefisher
February 11th, 2006, 10:08 PM
What did you add?
Did you backup your souces.list first?
Are you getting any errors?
Can you remove the new repo and update?
Are you using synaptic reload or apt-get update?

eriefisher

the_duce
February 11th, 2006, 10:15 PM
I'm using apt-get. I even tried the recommended ones on top of this page and apt-get just stalls. P.S I believe it could something with Actiontec DSL Modem.


I meant the repositories on the top page of this forum.

aysiu
February 11th, 2006, 10:16 PM
Yes, please be specific.

What did you have before? What do you have now? What errors are you getting?

the_duce
February 11th, 2006, 10:24 PM
they're no errors it just stalls.
P.S It could be the DSL Modem I have the ISP here trying to fix it a lot times.


when I've got the default repositories it update just fine.

eriefisher
February 11th, 2006, 10:33 PM
So this is a connection problem and not a repo or OS problem. If the connection is bad you should get a message stating that it could not connect to the repos.
Process of elimination I guess.

eriefisher

the_duce
February 11th, 2006, 10:39 PM
Whoops, Sorry for being an Idiot.

the_duce
February 12th, 2006, 01:25 PM
It did give connetion warnings I just didn't let it go all the way through. I reinstalled
Ubuntu last night, and it update just fine but I tried it five minuets ago it gave me this warning:

Reading package lists... Done
W: GPG error: http ://security.ubuntu.com breezy-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signin g Key <ftpmaster@ubuntu.com>

AgenT
February 12th, 2006, 04:50 PM
If you have the correct GPG key and are still having problems this fix should help.

There's some weird glitch where residual info hangs out and gives you a GPG signature error. If that's the case, do this:
Back up the sources.list with this command: sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup Then edit the sources.list by typing sudo gedit /etc/apt/sources.list and delete everything.
sudo apt-get update with your empty repositories list.
Finally, sudo cp /etc/apt/sources.list_backup /etc/apt/sources.list sudo apt-get update Source (http://www.psychocats.net/linux/sources.php)

gpeck157
February 13th, 2006, 05:01 AM
Thank you AgenT! I've been ripping my hair out over this for the last couple of days. This worked!

G