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

Probleme mit apt-proxy



Hi Leute,

seit Etch habe ich sehr häufig Probleme mit apt-proxy. Im log steht
u.a. sowas:

2007/07/01 22:43 CEST [-] Log opened.
2007/07/01 22:43 CEST [-] twistd 2.4.0 (/usr/bin/python 2.4.4) starting up
2007/07/01 22:43 CEST [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
2007/07/01 22:43 CEST [-] Loading /usr/sbin/apt-proxy...
2007/07/01 22:43 CEST [-] /usr/lib/python2.4/site-packages/twisted/manhole/telnet.py:8: exceptions.DeprecationWarning: As of Twisted 2.1, twisted.protocols.telnet is deprecated. See twisted.conch.telnet for the current, supported API.
2007/07/01 22:43 CEST [-] Loaded.
2007/07/01 22:43 CEST [-] apt_proxy.apt_proxy.Factory starting on 9999
2007/07/01 22:43 CEST [-] Starting factory <apt_proxy.apt_proxy.Factory instance at 0xb76a412c>
2007/07/01 22:43 CEST [-] set uid/gid 110/65534
2007/07/01 22:44 CEST [Channel,0,127.0.0.1] [CacheEntry] start download:dists/etch/updates/Release.gpg
2007/07/01 22:44 CEST [Channel,0,127.0.0.1] Starting factory <apt_proxy.fetchers.HttpFetcher instance at 0xb76b514c>
2007/07/01 22:44 CEST [Channel,0,127.0.0.1] [CacheEntry] start download:dists/etch/Release.gpg
2007/07/01 22:44 CEST [Channel,0,127.0.0.1] Starting factory <apt_proxy.fetchers.HttpFetcher instance at 0xb76b558c>
2007/07/01 22:44 CEST [FetcherHttpClient,client] [CacheEntry] download started:/var/cache/apt-proxy/debian/dists/etch/Release.gpg
2007/07/01 22:44 CEST [Uninitialized] '[error] [None] Connection Failed: /dists/etch/updates/Release.gpg (Connection was refused by other side: 111: Connection refused.)'
2007/07/01 22:44 CEST [Uninitialized] Starting factory <apt_proxy.fetchers.HttpFetcher instance at 0xb76b526c>
2007/07/01 22:44 CEST [Uninitialized] [CacheEntry] download_failure /var/cache/apt-proxy/security/dists/etch/updates/Release.gpg: (503) [Failure instance: Traceback (failure with no frames): /twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
         ]
         2007/07/01 22:44 CEST [Uninitialized] Stopping factory <apt_proxy.fetchers.HttpFetcher instance at 0xb76b514c>
         2007/07/01 22:44 CEST [FetcherHttpClient,client] [CacheEntry] download_data_end:/var/cache/apt-proxy/debian/dists/etch/Release.gpg
         2007/07/01 22:44 CEST [FetcherHttpClient,client] [CacheEntry] file_sent:/var/cache/apt-proxy/debian/dists/etch/Release.gpg
         2007/07/01 22:44 CEST [FetcherHttpClient,client] Stopping factory <apt_proxy.fetchers.HttpFetcher instance at 0xb76b558c>
         2007/07/01 22:44 CEST [Channel,0,127.0.0.1] [CacheEntry] start download:dists/etch/updates/Release
         2007/07/01 22:44 CEST [Channel,0,127.0.0.1] Starting factory <apt_proxy.fetchers.HttpFetcher instance at 0xb76b512c>
         2007/07/01 22:44 CEST [Channel,0,127.0.0.1] [CacheEntry] start download:dists/etch/Release
         2007/07/01 22:44 CEST [Channel,0,127.0.0.1] Starting factory <apt_proxy.fetchers.HttpFetcher instance at 0xb76b556c>
         2007/07/01 22:44 CEST [Uninitialized] "[error] [None] Connection Failed: /debian-security/dists/etch/updates/Release (HttpFetcher instance has no attribute 'connection')"
         2007/07/01 22:44 CEST [Uninitialized] [CacheEntry] download_failure /var/cache/apt-proxy/security/dists/etch/updates/Release : (503) [Failure instance: Traceback: exceptions.AttributeError: HttpFetcher instance has no attribute 'connection'
         /usr/lib/python2.4/site-packages/apt_proxy/fetchers.py:319:connectionMade
         /usr/lib/python2.4/site-packages/apt_proxy/fetchers.py:507:connected
         /usr/lib/python2.4/site-packages/twisted/internet/defer.py:229:callback
         /usr/lib/python2.4/site-packages/twisted/internet/defer.py:294:_startRunCallbacks
         --- <exception caught here> ---
         /usr/lib/python2.4/site-packages/twisted/internet/defer.py:307:_runCallbacks
         /usr/lib/python2.4/site-packages/apt_proxy/fetchers.py:196:connected
         /usr/lib/python2.4/site-packages/apt_proxy/fetchers.py:201:download
         /usr/lib/python2.4/site-packages/apt_proxy/fetchers.py:525:download
        ]
        2007/07/01 22:44 CEST [Channel,0,127.0.0.1] [CacheEntry] start download:dists/etch/updates/main/binary-i386/Packages.bz2
        2007/07/01 22:44 CEST [Channel,0,127.0.0.1] Traceback (most recent call last):
        File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line 53, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw)
        File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line 38, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw)
        File "/usr/lib/python2.4/site-packages/twisted/python/context.py", line 59, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw)
        File "/usr/lib/python2.4/site-packages/twisted/python/context.py", line 37, in callWithContext return func(*args,**kw)
        --- <exception caught here> ---
        File "/usr/lib/python2.4/site-packages/twisted/internet/selectreactor.py", line 139, in _doReadOrWrite why = getattr(selectable, method)()
        File "/usr/lib/python2.4/site-packages/twisted/internet/tcp.py", line 348, in doRead return self.protocol.dataReceived(data)
        File "/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", line 232, in dataReceived why = self.lineReceived(line)
        File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 1004, in lineReceived self.allContentReceived()
        File "/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py", line 374, in allContentReceived http.HTTPChannel.allContentReceived(self)
        File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 1045, in allContentReceived req.requestReceived(command, path, version)
        File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 601, in requestReceived self.process()
        File "/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py", line 282, in process self.cacheEntry.add_request(self)
        File "/usr/lib/python2.4/site-packages/apt_proxy/cache.py", line 98, in add_request self.get()
        File "/usr/lib/python2.4/site-packages/apt_proxy/cache.py", line 157, in get self.start_download()
        File "/usr/lib/python2.4/site-packages/apt_proxy/cache.py", line 285, in start_download self.backend.start_download(self)
        File "/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py", line 139, in start_download self.queue.addFile(entry)
        File "/usr/lib/python2.4/site-packages/apt_proxy/fetchers.py", line 1125, in addFile q.addFile(cacheEntry)
        File "/usr/lib/python2.4/site-packages/apt_proxy/fetchers.py", line 1038, in addFile self.startNextDownload()
        File "/usr/lib/python2.4/site-packages/apt_proxy/fetchers.py", line 1064, in startNextDownload if self.fetcher.backendServer.backend != !self.activeFile.backend: exceptions.AttributeError: 'NoneType' object has no attribute 'backend'
2007/07/01 22:44 CEST [Channel,1,127.0.0.1] [CacheEntry] start download:dists/etch/updates/contrib/binary-i386/Packages.bz2
2007/07/01 22:44 CEST [FetcherHttpClient,client] [fetcher] (dists/etch/Release) up_to_date
2007/07/01 22:44 CEST [FetcherHttpClient,client] [CacheEntry] sending hits to all clients (/var/cache/apt-proxy/debian/dists/etch/Release)
2007/07/01 22:44 CEST [FetcherHttpClient,client] Stopping factory /<apt_proxy.fetchers.HttpFetcher instance at 0xb76b556c>


Ich habe /var/cache/apt-proxy auch schon komplett entleert - keine
Änderung:-(

Jemand eine Idee?!?


ciao, Dirk
-- 
|           Akkuschrauber and AEG GSM stuff           |
|  The "Ruhrgebiet", best place to live in Germany!   |
| Visit my homepage:   http://www.nutrimatic.ping.de/ |



Reply to: