[Bug 308290] Re: apt-p2p causes some updates to fail

2009-03-25 Thread goto
I really can't imagine that the error is caused by my connection. :/

Anyway, you know better for sure, I'll close the bugs. Thanks for the
support :)

** Changed in: apt-p2p (Ubuntu)
   Status: New = Invalid

-- 
apt-p2p causes some updates to fail
https://bugs.launchpad.net/bugs/308290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308290] Re: apt-p2p causes some updates to fail

2009-03-24 Thread goto
Just had this (or a similar) error again:
 I tried this:
~$ sudo apt-get install privoxy
[...]
Fehl http://localhost intrepid/universe privoxy 3.0.8-1
  500 Internal Server Error
Konnte 
http://localhost:9977/archive.ubuntu.com/ubuntu/pool/universe/p/privoxy/privoxy_3.0.8-1_amd64.deb
 nicht holen  500 Internal Server Error
[...]

and in the logfile from apt-p2p:


2009-03-24 17:09:48+0100 [-] '\x0c\x06\xbct\x9a\xa7?\xa39M 
\xb6\xc3\x89)\x97I\x91\xd8\x94' timed out after 9.00 sec
2009-03-24 17:09:48+0100 [-] action find_value failed on 61.95.189.180/9977: 
(102, timeout waiting for 'find_value' from ('61.95.189.180', 9977))
2009-03-24 17:09:48+0100 [-] 
'\xc1\xdb\xb2\x0e\x16n\x12\xce);0\xb7\xaf^kbx\xf3\x8d' timed out after 9.00 sec
2009-03-24 17:09:48+0100 [-] action find_value failed on 90.227.204.179/9977: 
(102, timeout waiting for 'find_value' from ('90.227.204.179', 9977))
2009-03-24 17:09:48+0100 [-] Got the answers we need, aborting search
2009-03-24 17:09:48+0100 [-] Peers for 
http://archive.ubuntu.com/ubuntu/pool/universe/p/privoxy/privoxy_3.0.8-1_amd64.deb
 were not found
2009-03-24 17:09:48+0100 [-] Downloading (GET) from mirror 
http://archive.ubuntu.com/ubuntu/pool/universe/p/privoxy/privoxy_3.0.8-1_amd64.deb
2009-03-24 17:09:48+0100 [-] Connecting to (archive.ubuntu.com, 80)
2009-03-24 17:09:48+0100 [-] Failed to connect to the peer by HTTP.
2009-03-24 17:09:48+0100 [-] Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.error.DNSLookupError: DNS lookup failed: 
address 'archive.ubuntu.com' not found: (-5, 'No address associated with 
hostname').

2009-03-24 17:09:48+0100 [-] Error occurred downloading 
http://archive.ubuntu.com/ubuntu/pool/universe/p/privoxy/privoxy_3.0.8-1_amd64.deb
2009-03-24 17:09:48+0100 [-] Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.error.DNSLookupError: DNS lookup failed: 
address 'archive.ubuntu.com' not found: (-5, 'No address associated with 
hostname').

2009-03-24 17:09:48+0100 [-] Exception rendering:
2009-03-24 17:09:48+0100 [-] Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.error.DNSLookupError: DNS lookup failed: 
address 'archive.ubuntu.com' not found: (-5, 'No address associated with 
hostname').

2009-03-24 17:09:48+0100 [-] Lost the connection to (archive.ubuntu.com, 80)


Thanks.

-- 
apt-p2p causes some updates to fail
https://bugs.launchpad.net/bugs/308290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 308290] Re: apt-p2p causes some updates to fail

2009-03-24 Thread Cameron Dale
On Tue, Mar 24, 2009 at 9:14 AM, goto bugme...@mailinator.com wrote:
 2009-03-24 17:09:48+0100 [-] Downloading (GET) from mirror 
 http://archive.ubuntu.com/ubuntu/pool/universe/p/privoxy/privoxy_3.0.8-1_amd64.deb
 2009-03-24 17:09:48+0100 [-] Connecting to (archive.ubuntu.com, 80)
 2009-03-24 17:09:48+0100 [-] Failed to connect to the peer by HTTP.
 2009-03-24 17:09:48+0100 [-] Unhandled Error
        Traceback (most recent call last):
        Failure: twisted.internet.error.DNSLookupError: DNS lookup failed: 
 address 'archive.ubuntu.com' not found: (-5, 'No address associated with 
 hostname').

This is pretty obviously not apt-p2p's fault. It looks to me like you
are having Internet connection issues.

Cameron

-- 
apt-p2p causes some updates to fail
https://bugs.launchpad.net/bugs/308290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 308290] Re: apt-p2p causes some updates to fail

2009-03-24 Thread goto
Actually I think my connection is perfect, but it seems, it is not.
Actually I never had problems. In which way does apt-p2p try to look up
the IP adress?

-- 
apt-p2p causes some updates to fail
https://bugs.launchpad.net/bugs/308290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 308290] Re: apt-p2p causes some updates to fail

2009-03-24 Thread Cameron Dale
On Tue, Mar 24, 2009 at 1:56 PM, goto bugme...@mailinator.com wrote:
 Actually I think my connection is perfect, but it seems, it is not.
 Actually I never had problems. In which way does apt-p2p try to look up
 the IP adress?

Twisted will lookup the address, which it does by calling python's
socket.gethostbyname().

Cameron

-- 
apt-p2p causes some updates to fail
https://bugs.launchpad.net/bugs/308290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308290] Re: apt-p2p causes some updates to fail

2009-01-01 Thread goto
** Description changed:

  Binary package hint: apt-p2p
  
  I tried to install the package rosegarden via sudo apt-get install 
rosegarden.
  This error appeared:
  
  Fehl http://localhost intrepid/main texlive-latex-recommended-doc 
2007.dfsg.1-2
500 Internal Server Error
  Fehl http://localhost intrepid/main texlive-pstricks-doc 2007.dfsg.2-1ubuntu1 
 
500 Internal Server Error
  Fehl http://localhost intrepid/main tipa 2:1.3-12 
 
500 Internal Server Error
  Fehl http://localhost intrepid/universe rosegarden 1:1.7.0-1ubuntu3   
 
500 Internal Server Error
  Es wurden 127MB in 3min40s geholt (577kB/s)   
 
  Konnte 
http://localhost:9977/de.archive.ubuntu.com/ubuntu/pool/main/t/texlive-base/texlive-latex-recommended-doc_2007.dfsg.1-2_all.deb
 nicht holen  500 Internal Server Error
  Konnte 
http://localhost:9977/de.archive.ubuntu.com/ubuntu/pool/main/t/texlive-extra/texlive-pstricks-doc_2007.dfsg.2-1ubuntu1_all.deb
 nicht holen  500 Internal Server Error
  Konnte 
http://localhost:9977/de.archive.ubuntu.com/ubuntu/pool/main/t/tipa/tipa_1.3-12_all.deb
 nicht holen  500 Internal Server Error
  Konnte 
http://localhost:9977/de.archive.ubuntu.com/ubuntu/pool/universe/r/rosegarden/rosegarden_1.7.0-1ubuntu3_amd64.deb
 nicht holen  500 Internal Server Error
  E: Konnte einige Archive nicht herunterladen, vielleicht »apt-get update« 
oder mit »--fix-missing« probieren?
  
  In the apt-p2p log are many lines like:
  
  2008-12-15 21:29:21+0100 [LoggingHTTPClientProtocol,client] Error occurred 
downloading 
http://de.archive.ubuntu.com/ubuntu/pool/main/t/texlive-base/texlive-latex-recommended-doc_2007.dfsg.1-2_all.deb
  2008-12-15 21:29:21+0100 [LoggingHTTPClientProtocol,client] Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionDone: Connection was closed 
cleanly.
  
  2008-12-15 21:29:21+0100 [LoggingHTTPClientProtocol,client] Exception 
rendering:
  2008-12-15 21:29:21+0100 [LoggingHTTPClientProtocol,client] Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionDone: Connection was closed 
cleanly.
  
  2008-12-15 21:29:21+0100 [LoggingHTTPClientProtocol,client] Exception 
rendering:
  2008-12-15 21:29:21+0100 [LoggingHTTPClientProtocol,client] Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionDone: Connection was closed 
cleanly.
  
  Could it be that those packages are nowhere available? After and apt-get
  update the download ran through.
  
  Thanks so much! :)
+ 
+ 
+ Edit: I talked to the developer and it's probably not a problem of apt-p2p. 
Maybe the package list was old or it was just a transient error. I let this bug 
open for a while though, maybe someone can confirm this.

-- 
apt-p2p causes some updates to fail
https://bugs.launchpad.net/bugs/308290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs