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
  •  


Cisco SFP-10G-LR 10GBASE-LR SFP+, 1310nm, 10km, LC, SMF,Lot of 10, Optic Module picture

Cisco SFP-10G-LR 10GBASE-LR SFP+, 1310nm, 10km, LC, SMF,Lot of 10, Optic Module

$149.00



Brocade 10GbE SFP+ SWL Transceiver XBR-000180 57-0000075-01 picture

Brocade 10GbE SFP+ SWL Transceiver XBR-000180 57-0000075-01

$8.00



Lifetime Warranty X520-DA2 Intel 10GB SFP+ Dual Port + 2x 10G Optics 2x 2M Cable picture

Lifetime Warranty X520-DA2 Intel 10GB SFP+ Dual Port + 2x 10G Optics 2x 2M Cable

$31.00



Cisco Meraki Transceiver Module MA-SFP-1GB-SX picture

Cisco Meraki Transceiver Module MA-SFP-1GB-SX

$39.99



Cisco SFP-10G-SR 10-2415-03  10 Gigabit Transceiver   LOT OF 8 picture

Cisco SFP-10G-SR 10-2415-03 10 Gigabit Transceiver LOT OF 8

$24.00



LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module picture

LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module

$74.99



Arista SFP-1G-T (XVR-10007-20  1000BASE-T SFP Copper RJ-45)  LOT of 10 sfps picture

Arista SFP-1G-T (XVR-10007-20 1000BASE-T SFP Copper RJ-45) LOT of 10 sfps

$50.00



INTEL 10G SFP+ SR SFP E10GSFPSR FTLX8571D3BCV-IT For X520-DA2 X520-SR2 X710-DA2 picture

INTEL 10G SFP+ SR SFP E10GSFPSR FTLX8571D3BCV-IT For X520-DA2 X520-SR2 X710-DA2

$9.49



For Cisco SFP-10G-T, Ubiquiti UF-RJ45-10G Transceiver, SFP+ to RJ45 10GBase-T picture

For Cisco SFP-10G-T, Ubiquiti UF-RJ45-10G Transceiver, SFP+ to RJ45 10GBase-T

$43.99



NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping* picture

NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping*

$30.00