[Bug 362979] Re: apt-p2p 504 Gateway Timeout error due to Network Proxy being set

2012-04-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apt-p2p (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/362979 Title: apt

[Bug 362979] Re: apt-p2p 504 Gateway Timeout error due to Network Proxy being set

2009-05-13 Thread Graham
I would also prefer to use Acquire::http::Proxy instead of having to change sources.list lines. That will make apt-p2p much easier to install. Please make the /var/lib/python-support/python2.6/apt_p2p/HTTPServer.py patch (removing the 'http:/' addition as above) a permanent part of the package a

[Bug 362979] Re: apt-p2p 504 Gateway Timeout error due to Network Proxy being set

2009-04-23 Thread Tim Schofield
OK so I have now traced where the extra http:/ is coming from so I kludged /var/lib/python-support/python2.6/apt_p2p/HTTPServer.py as below if self.manager: #path = 'http:/' + req.uri path = req.uri if resp.code >= 200 and resp.code < 400: deleted /var/lib/py

[Bug 362979] Re: apt-p2p 504 Gateway Timeout error due to Network Proxy being set

2009-04-22 Thread Tim Schofield
Thought I would see what would happen if I tried configuring it the apt- cacher way i.e a clean sources.list file (no localhost:9977 amendments) and having a file /etc/apt/apt.conf.d/10apt-p2p with the following line:- Acquire::http::Proxy "http://localhost:9977";; This bypasses the system pro

[Bug 362979] Re: apt-p2p 504 Gateway Timeout error due to Network Proxy being set

2009-04-17 Thread Tim Schofield
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/25632530/Dependencies.txt -- apt-p2p 504 Gateway Timeout error due to Network Proxy being set https://bugs.launchpad.net/bugs/362979 You received this bug notification because you are a member of Ubuntu Bugs, which is subs