Results 1 to 8 of 8

Thread: apt-get & proxy

  1. #1
    Junior Member registered user
    Join Date
    Jan 2004
    Posts
    13

    apt-get & proxy

    Hi Im currently conected to Internet trough a winproxy, how can i use apt-get?

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Cleveland, OH
    Posts
    228
    ooh! ooh! I know the answer to this one!

    before you run apt-get (and the rest of your command line) you will want to run the command

    export http_proxy="http://your.proxy.name:8080"

    replace your.proxy.name with the DNS name or IP address of your proxy, and replace 8080 with what ever proxy port you use in your browser.

    My proxy let's ftp traffic out without using the proxy, so I'm not sure what you will need to do if ftp traffic becomes an issue, but let the group know, and I am sure someone can give you some input.

  3. #3
    Junior Member registered user
    Join Date
    Jan 2004
    Posts
    13

    it works!!!

    Many thanks for your wise answer in addition i can use apt-get as follows:
    Code:
    http_proxy=ipoftheproxy:httpport apt-get update
    many thanks

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    I believe this should work with modification of the address in the /etc/apt/apt.conf for a more permenant solution.

    Code:
    Acquire::http::Proxy "http://localhost:8000";
    Acquire::ftp::Proxy "http://localhost:8000";

  5. #5
    Junior Member
    Join Date
    Apr 2004
    Location
    New Mexico
    Posts
    1

    apt-get & Proxy

    My proxy requires NT authentication. In addition to the postings, how do I pass the NT authentication to the proxy server?

  6. #6
    Junior Member registered user
    Join Date
    Jan 2004
    Location
    51:45:20N, 0:40:44W
    Posts
    19

    Won't work

    My company's proxy will not work:
    Code:
    root@ttyp0[knoppix]# export http_proxy=10.162.253.20:80
    root@ttyp0[knoppix]# export https_proxy=10.162.253.20:80
    root@ttyp0[knoppix]# export ftp_proxy=10.162.253.20:80
    root@ttyp0[knoppix]# apt-get update
    Err http://debian.isg.ee.ethz.ch woody/madwifi Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/main Packages
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/madwifi Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/main Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/main Release
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/madwifi Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/main Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/non-free Packages
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/madwifi Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/contrib Packages
      Could not resolve '80'
    Err http://security.debian.org stable/updates/main Packages
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/airo-mpi Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/contrib Release
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/airo-mpi Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/main Sources
      Could not resolve '80'
    Err http://security.debian.org stable/updates/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-free Packages
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/airo-mpi Sources
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/main Release
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/airo-mpi Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-free Release
      Could not resolve '80'
    Err http://security.debian.org stable/updates/contrib Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/main Packages
      Could not resolve '80'
    Err http://security.debian.org stable/updates/contrib Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/main Release
      Could not resolve '80'
    Err http://security.debian.org stable/updates/non-free Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/contrib Packages
      Could not resolve '80'
    Err http://security.debian.org stable/updates/non-free Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/contrib Release
      Could not resolve '80'
    Err http://security.debian.org testing/updates/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/non-free Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/non-free Packages
      Could not resolve '80'
    Err http://security.debian.org testing/updates/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/non-free Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/non-free Release
      Could not resolve '80'
    Err http://security.debian.org testing/updates/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/main Sources
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/main Sources
      Could not resolve '80'
    Err http://security.debian.org testing/updates/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/main Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/main Release
      Could not resolve '80'
    Err http://security.debian.org testing/updates/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/contrib Sources
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/non-free Sources
      Could not resolve '80'
    Err http://security.debian.org testing/updates/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/contrib Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/non-free Release
      Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...y-i386/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...y-i386/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...source/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...source/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...y-i386/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...y-i386/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...source/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...source/Release  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...source/Release  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...source/Release  Could not resolve '80'
    W: Not using locking for read only lock file /var/lib/apt/lists/lock
    W: Not using locking for read only lock file /var/lib/dpkg/lock
    E: Unable to write to /var/cache/apt/
    E: The package lists or status file could not be parsed or opened.
    Can you please help?

  7. #7
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Cleveland, OH
    Posts
    228
    you forgot the quotes.

    see the previous example, and try that.

  8. #8
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Germany
    Posts
    100
    > My proxy requires NT authentication.

    Try "export http_proxy=http://userasswd@proxyort" before apt-get

Similar Threads

  1. Proxy Drucker etc. in ISO
    By unterzahl in forum German Forum
    Replies: 0
    Last Post: 05-30-2005, 01:46 PM
  2. automatic web proxy
    By mwgrenier in forum Networking
    Replies: 5
    Last Post: 08-07-2004, 02:05 AM
  3. Getting wget/apt-get to use a proxy?
    By Matrox in forum Networking
    Replies: 2
    Last Post: 06-14-2004, 06:23 PM
  4. proxy servers?
    By A. Jorge Garcia in forum General Support
    Replies: 7
    Last Post: 01-30-2004, 12:30 AM
  5. ms proxy client
    By BartOZ in forum Networking
    Replies: 3
    Last Post: 09-06-2003, 12:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


ATARI 800XL Computer Lot 400/800/1200XL/1400/1050/835/130XE/XEGS WORKS HUGE picture

ATARI 800XL Computer Lot 400/800/1200XL/1400/1050/835/130XE/XEGS WORKS HUGE

$699.99



Atari 810 Floppy Disk, Atari 800 Comp System, Percom Floppy Disk Drive AS IS-PS picture

Atari 810 Floppy Disk, Atari 800 Comp System, Percom Floppy Disk Drive AS IS-PS

$299.99



Atari 1040STF  Computer Mouse Power Cord and Owner's Manual picture

Atari 1040STF Computer Mouse Power Cord and Owner's Manual

$285.00



Atari 830 Acoustic Modem and AC Power Adapter with Box Open Boxed Vintage picture

Atari 830 Acoustic Modem and AC Power Adapter with Box Open Boxed Vintage

$299.99



Atari Mega ST4 With Upgrades picture

Atari Mega ST4 With Upgrades

$950.00



Atari 1050 Disk Drive With Original Power Cord AND 20 Floppy Disk PARTS picture

Atari 1050 Disk Drive With Original Power Cord AND 20 Floppy Disk PARTS

$85.00



Vintage Atari power supply OEM C017945 picture

Vintage Atari power supply OEM C017945

$20.00



Atari 2600 Tapper cartridge, standard case - tested picture

Atari 2600 Tapper cartridge, standard case - tested

$51.00



Atari 400 Computer System  console with Power Supply TESTED and Working picture

Atari 400 Computer System console with Power Supply TESTED and Working

$200.00



VTG Atari 1050 Computer Disk Drive lot of 2  Atariwriter rx8036 with boxes picture

VTG Atari 1050 Computer Disk Drive lot of 2 Atariwriter rx8036 with boxes

$87.99