Im trying to setup my new ubuntu box. Im used to using debian, figured it wouldn't be a hard switch(boy was I wrong). At the moment Im trying to access some main debian archives in ubuntu(ubuntu's repositories have very little in comparison). Im trying to add
http://http.us.debian.org/debian unstable main contrib non-free
but it keeps failing "reload packages" I know I have the address and all right copied it right from my debian box which is working perfectly.
How can I access debian repositories through debian?
My sources.list file is as follows:
deb cdrom:[Ubuntu 4.10 _Warty Warthog_ - Preview amd64 Binary-1 (20041020)]/ unstable main restricted


deb http://archive.ubuntu.com/ubuntu/ warty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ warty 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://archive.ubuntu.com/ubuntu/ warty universe
# deb-src http://archive.ubuntu.com/ubuntu/ warty universe

deb http://security.ubuntu.com/ubuntu/ warty-security main restricted
deb-src http://security.ubuntu.com/ubuntu/ warty-security main restricted


deb http://http.us.debian.org/debian/ unstable main contrib non-free