Can't get apt-get to work. I've created the needed apt directory and modified the list.source file, but no luck. Here are some bits of info from modified files:
apt.conf - Acquire::http::Proxy "
http://proxy.tycoelectronics.com/auto.proxy:8080/";
sources.list - deb
http://ports.ubuntu.com/ubuntu-ports/ jaunty main
I have also added a DNS nameserver in /etc/resolv.conf. I can ping any website, i.e.,
www.yahoo.comHere is the console output when I try to run apt-get update:
root@debian:/etc/apt# apt-get update
Ign
http://ports.ubuntu.com jaunty Release.gpg
Ign
http://ports.ubuntu.com jaunty Release
Ign
http://ports.ubuntu.com jaunty/main Packages
Ign
http://ports.ubuntu.com jaunty/main Packages
Err
http://ports.ubuntu.com jaunty/main Packages
404 Not Found
W: Failed to fetch
http://ports.ubuntu.com/ubuntu-ports/dists/jaunty/main/binary-armel/Packages 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used
instead.
Thanks,
Tom