From: Julien A. <jul...@kd...> - 2005-03-03 11:57:06
|
I cant seem to get apt-proxy-v2 working. apt-proxy.log contains, after an "apt-get update" on the clients : 2005/03/03 13:23 CET [Channel,48,192.168.1.2] [debug] Headers: Host: 192.168.1.3:9999, Connection: keep-alive, User-Agent: Debian APT-HTTP/1.3 2005/03/03 13:23 CET [Channel,48,192.168.1.2] [debug] Request: GET /dists/unstable/non-free/binary-i386/Release 2005/03/03 13:23 CET [Channel,48,192.168.1.2] [debug] Adding dists backend dynamicaly 2005/03/03 13:23 CET [Channel,48,192.168.1.2] Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/twisted/internet/default.py", line 526, in doSelect _logrun(selectable, _drdw, selectable, method, dict) File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line 65, in callWithLogger callWithContext({"system": lp}, func, *args, **kw) File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line 52, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.3/site-packages/twisted/python/context.py", line 43, in callWithContext return func(*args,**kw) --- <exception caught here> --- File "/usr/lib/python2.3/site-packages/twisted/internet/default.py", line 535, in _doReadOrWrite why = getattr(selectable, method)() File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py", line 255, in doRead return self.protocol.dataReceived(data) File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py", line 223, in dataReceived why = self.lineReceived(line) File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", line 965, in lineReceived self.allContentReceived() File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line 1628, in allContentReceived http.HTTPChannel.allContentReceived(self) File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", line 1006, in allContentReceived req.requestReceived(command, path, version) File "/usr/lib/python2.3/site-packages/twisted/protocols/http.py", line 557, in requestReceived self.process() File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line 1349, in process self.backend = Backend(self.uri[1:].split('/')[0], self.factory exceptions.AttributeError: Factory instance has no __call__ method any clue ?? (Debian SID system) Julien Antille |