Package: apt-proxy Version: 1.9.29 I have also checked v. 1.9.33 from "testing" with the same result.
When I try to update client PC with recent APT version (0.6.43) apt-get update waits (forever) while there are some inputs in the log. The bug is described here: https://launchpad.net/distros/ubuntu/+source/apt-proxy/+bug/46776 Patch provided and confirmed to be working. Syslog messages: -- cut -- 2006/06/19 13:01 MSD [Channel,0,192.168.0.118] Unhandled error in Deferred: 2006/06/19 13:01 MSD [Channel,0,192.168.0.118] Traceback (most recent call last): 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 1400, in process self.fetch() File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line 1482, in fetch (dummyFetcher, 0, running,), None) File "/usr/lib/python2.3/site-packages/twisted/internet/defer.py", line 205, in addCallbacks self._runCallbacks() --- <exception caught here> --- File "/usr/lib/python2.3/site-packages/twisted/internet/defer.py", line 338, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line 1451, in fetch_real fetcher = dummyFetcher.apEndTransfer(fetcher_class) File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line 463, in apEndTransfer fetcher = fetcher_class(req) File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line 317, in __init__ self.activate(request) File "/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py", line 616, in activate ClientFactory(self), request.backend.config.timeout) File "/usr/lib/python2.3/site-packages/twisted/internet/default.py", line 289, in connectTCP c = tcp.Connector(host, port, factory, timeout, bindAddress, self) File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py", line 708, in __init__ raise error.ServiceNameUnknownError(string=str(e)) twisted.internet.error.ServiceNameUnknownError: Service name given as port is unknown: service/proto not found. -- cut -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]