[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

apt-get probleme



hello i have a problem with apt-get 0.3.13 ! 
i want upgrade my dist with apt but we have a csm proxy with user and
pass has anyone experience with the konfiguration?
and how must i edit the apt.conf ?


my apt output! 
Err http://non-us.debian.org unstable/main Packages
  407 Proxy-Auth
Err http://www.us.debian.org unstable/main Packages
  407 Proxy-Auth
Ign http://non-us.debian.org unstable/main Release
Ign http://www.us.debian.org unstable/main Release
Err http://www.us.debian.org unstable/contrib Packages
  407 Proxy-Auth
Ign http://www.us.debian.org unstable/contrib Release
Err http://www.us.debian.org unstable/non-free Packages
  407 Proxy-Auth
Ign http://www.us.debian.org unstable/non-free Release
Reading Package Lists...
Building Dependency Tree...

this is my apt.conf 

/ Options for the downloading routines
Acquire
{
  Queue-Mode "host";       // host|access
  Retries "0";
  Source-Symlinks "true";
  
  // HTTP method configuration
  http 
  {
    Proxy "http://proxy:8080";;
    Proxy:XXX:XXXX@proxy:8080 "DIRECT";  // Specific per-host setting
    Timeout "120";
    
    // Cache Control. Note these do not work with Squid 2.0.2
    No-Cache "false";
    Max-Age "86400";     // 1 Day age on index files
    No-Store "false";    // Prevent the cache from storing archives    
  };
-- 
#########################################################################
#									#
#	Linux is like a Wigwam:		Thomas Braun	    		#
#	No Gates, no Fences and 	Hammer GmbH & CoKg		#
#	an Apache inside !  :-)		Schoenebergerstr. 21 		#
#	-----------------------		52068 Aachen			#
#					Tel: +49(0)241-9665-188		#
#					Fax: +49(0)241-9665-189		#
#########################################################################


Reply to: