Il giorno Tue, 18 Nov 2008 11:43:11 +0100 Pol Hallen <[EMAIL PROTECTED]> ha scritto:
> Ciao a tutti, > sul server ho messo una regola di iptables che dirotta le connessioni > della 80 sulla porta del proxy. > > nell'ambiente dei client ho messo: > export http_proxy="http://user:[EMAIL PROTECTED]:porta" > apt funziona, ma quando tenta di recuperare informazioni sui bug > ottengo: Recupero delle segnalazioni di bug... 0% E: HTTP GET failed > > che variabile devo settare? > Grazie > Pol Ciao, per ovviare al problema che incontri io scrivo in un file all'interno di /etc/apt/apt.conf.d/ (tipicamente 80proxy) quanto segue: Acquire { http { Proxy::bugs.debian.org "DIRECT"; }; Puoi anche specificare un proxy generico, ad es. se usi apt-proxy/apt-cacher/apt-cacher-ng. Io per apt-cacher imposto: Acquire { http { Proxy "http://apt-cacher-server:3142"; Proxy::bugs.debian.org "DIRECT"; }; Per ulteriori informazioni puoi vedere $ man 5 apt.conf Saluti, Nicola. -- ...all is relative, so don't think you're on the right side... :: send all your mail in plain ASCII text, please :: http://www.ebruni.it/docs/pippolone196/index.htm GPGkey 0xCED2206B Linux counter registered user n° 356433 http://www.no1984.org/ http://www.againsttcpa.com/ -- Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [EMAIL PROTECTED] To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

