Need some assisstance with APT-PROXY please

Gabriel M Dragffy dragffy at yandex.ru
Sat Jul 8 16:42:21 UTC 2006


hi,
i have spent the last several hours trying to get apt-proxy working on
my local machine, but when I run apt-get update it can't receive the
headers. I really am in a bit of a mess and I don't know what the best
thing to do is. I have attached the apt-proxy.conf file and my
sources.list, if someone could have a look at them and tell me where I
am going wrong I'd really appreciate it, thank you!!

Gabe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20060709/79ffde89/attachment.html>
-------------- next part --------------
[DEFAULT]
;; All times are in seconds, but you can add a suffix
;; for minutes(m), hours(h) or days(d)

;; Server IP to listen on
;address = 192.168.0.254

;; Server port to listen on
port = 9999

;; Control files (Packages/Sources/Contents) refresh rate
;;
;; Minimum time between attempts to refresh a file
min_refresh_delay = 1s

;; Minimum age of a file before attempting an update (NOT YET IMPLEMENTED)
;min_age = 23h

;; Uncomment to make apt-proxy continue downloading even if all
;; clients disconnect.  This is probably not a good idea on a
;; dial up line.
complete_clientless_downloads = 1

;; Debugging settings.
;; for all debug information use this:
;; debug = all:9
debug = all:4 db:0

;; Debugging remote python console
;; Do not enable in an untrusted environment
;telnet_port = 9998
;telnet_user = apt-proxy
;telnet_password = secret

;; Network timeout when retrieving from backend servers
timeout = 15

;; Cache directory for apt-proxy
cache_dir = /media/LACIE/Backup/apt-proxy

;; Use passive FTP? (default=on)
;passive_ftp = on

;; Use HTTP proxy?
;http_proxy = host:port

;; Enable HTTP pipelining within apt-proxy (for test purposes)
;disable_pipelining=0

;;--------------------------------------------------------------
;; Cache housekeeping

;; Time to perform periodic housekeeping:
;;  - delete files that have not been accessed in max_age
;;  - scan cache directories and update internal tables
cleanup_freq = 1d

;; Maximum age of files before deletion from the cache (seconds)
max_age = 120d

;; Maximum number of versions of a .deb to keep per distribution
max_versions = 3

;; Add HTTP backends dynamicaly if not already defined? (default=on)
;dynamic_backends = on

;;---------------------------------------------------------------
;;---------------------------------------------------------------
;; Backend servers
;;
;; Place each server in its own [section]

[debian]
;; The main Debian archive
;; You can override the default timeout like this:
;timeout = 30

;; Rsync server used to rsync the Packages file (NOT YET IMPLEMENTED)
;;rsyncpackages = rsync://ftp.de.debian.org/debian

;; Backend servers, in order of preference
backends = 
	
;; http://ftp.us.debian.org/debian
;;	http://ftp.de.debian.org/debian
;;	http://ftp2.de.debian.org/debian
;;	ftp://ftp.uk.debian.org/debian


[debian-non-US]
;; Debian debian-non-US archive
;timeout will be the global value
backends =
;;	http://ftp.uk.debian.org/debian-non-US
;;	http://ftp.de.debian.org/debian-non-US
;;	ftp://ftp.uk.debian.org/debian
	
[security]
;; Debian security archive
backends =
;;	http://security.debian.org/debian-security
;;	http://ftp2.de.debian.org/debian-security







[ubuntu]
;; Ubuntu archive
backends = 
http://ru.archive.ubuntu.com/ubuntu

[ubuntu-security]
;; Ubuntu security updates
backends = 
http://ru.archive.ubuntu.com/ubuntu
http://security.ubuntu.com/ubuntu

[ubuntu-updates]
backends = 
http://ru.archive.ubuntu.com/ubuntu







;[openoffice]
;; OpenOffice.org packages
;backends =
;	http://ftp.freenet.de/pub/debian-openoffice
;	http://ftp.sh.cvut.cz/MIRRORS/OpenOffice.deb
;	http://borft.student.utwente.nl/debian
	






;[apt-proxy]
;; Apt-proxy new versions
;backends = http://apt-proxy.sourceforge.net/apt-proxy

;[backports.org]
;; backports.org
backends = http://ru.archive.ubuntu.com/ubuntu/dists/

;[blackdown]
;; Blackdown Java
;backends = http://ftp.gwdg.de/pub/languages/java/linux/debian


;[debian-people]
;; people.debian.org
;backends = http://people.debian.org

;[emdebian]
;; The Emdebian project
;backends = http://emdebian.sourceforge.net/emdebian

;[rsync]
;; An example using an rsync server.  This is not recommended
;; unless http is not available, becuause rsync is only more
;; efficient for transferring uncompressed files and puts much
;; more overhead on the server.  See the rsyncpacakges parameter 
;; for a way of rsyncing just the Packages files.
;backends = rsync://ftp.uk.debian.org/debian
-------------- next part --------------
# Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://localhost:9999/ubuntu dapper main restricted
deb http://localhost:9999/ubuntu dapper-updates main restricted
deb http://localhost:9999/ubuntu dapper-security main restricted

# Ubuntu supported packages (sources, GPG key: 437D05B5)
deb-src http://localhost:9999/ubuntu dapper main restricted
deb-src http://localhost:9999/ubuntu dapper-updates main restricted
deb-src http://localhost:9999/ubuntu dapper-security main restricted

# Ubuntu community supported packages (packages, GPG key: 437D05B5)
deb http://localhost:9999/ubuntu dapper universe multiverse
deb http://localhost:9999/ubuntu dapper-updates universe multiverse
deb http://localhost:9999/ubuntu dapper-security universe multiverse

# Ubuntu community supported packages (sources, GPG key: 437D05B5)
deb-src http://localhost:9999/ubuntu dapper universe multiverse
deb-src http://localhost:9999/ubuntu dapper-updates universe multiverse
deb-src http://localhost:9999/ubuntu dapper-security universe multiverse


More information about the ubuntu-users mailing list