Hello Geert,

I am attaching the files you requested. I have found out that restoring the apt-proxy entries in the sources.list file after they have been commented out for a while caused complete hang of apt-get update, and even no connection attempt to port 9999 occurred on the server side. So I also suspect now that there might be some other reason than the apt-proxy bug for this behavior. Sorry for troubles.

Best regards
Andrei

Geert Stappers wrote:
Hello Andrei,

Op 06-07-2007 om 15:54 schreef Andrei Demekhov:
Apt-proxy started persistently hanging during EVERY update
attempt. Maybe that was a side effect of upgrading some other package
but, unfortunately, it was not caught at the right moment. Downgrading
bzip packages did not help, neither upgrading bzip to 1.0.3-7 did. It
seems that the hang occurs after all information files have been
fetched.

As apt-proxy works fine here,
I suspect a configuration mistake at your side.

Please provide the output of

  grep -v ^\; /etc/apt-proxy/apt-proxy-v2.conf  | grep -v ^$

executed at the apt-proxy computer, and the output of

  cat /etc/apt/sources.list

executed at a client that uses apt-proxy.



Sent both files to [EMAIL PROTECTED]



Cheers
Geert Stappers

[DEFAULT]
address = 127.0.0.1 192.168.130.1
port = 9999
min_refresh_delay = 1h
debug = all:9 db:0
timeout = 15
cache_dir = /var/cache/apt-proxy
cleanup_freq = 1d
max_age = 60d
max_versions = 3
[debian]
backends = 
        http://ftp.de.debian.org/debian
        http://ftp.ru.debian.org/debian
        http://ftp.us.debian.org/debian
        http://ftp2.de.debian.org/debian
        ftp://ftp.uk.debian.org/debian
[debian-amd64]
backends = 
        http://ftp.ru.debian.org/debian-amd64
        http://ftp.de.debian.org/debian-amd64
        http://ftp.us.debian.org/debian-amd64
        http://ftp2.de.debian.org/debian-amd64
        ftp://ftp.uk.debian.org/debian-amd64
[debian-non-US]
backends =
        http://ftp.de.debian.org/debian-non-US
        http://ftp.ru.debian.org/debian-non-US
        http://ftp.uk.debian.org/debian-non-US
        ftp://ftp.uk.debian.org/debian
        
min_refresh_delay = 1d
[security]
backends = 
        http://security.debian.org/debian-security
        http://ftp.ru.debian.org/debian-security
        http://secure-testing.debian.net/debian-secure-testing
        http://ftp2.de.debian.org/debian-security
min_refresh_delay = 1m
[ubuntu]
backends = http://archive.ubuntu.com/ubuntu
min_refresh_delay = 15m
[ubuntu-security]
backends = http://security.ubuntu.com/ubuntu
min_refresh_delay = 1m
min_refresh_delay = 1d
min_refresh_delay = 1d
# -*- sh -*-
deb file:/var/cache/apt-build/repository/ apt-build main 
# deb copy:///cdrom/ sarge main 

deb http://192.168.130.1:9999/debian/ stable main contrib non-free 
deb http://192.168.130.1:9999/security/ stable/updates main contrib non-free 

deb http://192.168.130.1:9999/debian/ testing main contrib non-free 
deb http://192.168.130.1:9999/security/ testing/updates main contrib non-free

deb http://192.168.130.1:9999/debian/ unstable main contrib non-free 
deb-src http://192.168.130.1:9999/debian/ unstable main contrib non-free 

# deb http://ftp.ru.debian.org/debian/ stable main contrib non-free 
# deb http://ftp.ru.debian.org/debian-security/ stable/updates main contrib 
non-free 

# deb http://ftp.ru.debian.org/debian/ testing main contrib non-free 
# deb http://ftp.ru.debian.org/debian-security/ testing/updates main contrib 
non-free

# deb http://ftp.ru.debian.org/debian/ unstable main contrib non-free 
# deb-src http://ftp.ru.debian.org/debian/ unstable main contrib non-free 

#deb http://192.168.130.1:9999/debian-non-US/ unstable/non-US main contrib 
non-free 
#deb-src http://192.168.130.1:9999/debian-non-US/ unstable/non-US main contrib 
non-free 

# deb http://security.debian.org/ stable/updates main 

# Python Matplot/pylab
#deb http://anakonda.altervista.org/debian packages/
#deb-src http://anakonda.altervista.org/debian sources/

Reply via email to