Summary: | sudden breakage on PORTAGE_BINHOST | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Spider (RETIRED) <spider> |
Component: | Unclassified | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Spider (RETIRED)
![]() Badlands root # emerge -kvgp gnome These are the packages that I would merge, in order: Fetching binary packages info... Traceback (most recent call last): File "/usr/bin/emerge", line 2100, in ? mydepgraph=depgraph(myaction,myopts) File "/usr/bin/emerge", line 625, in __init__ portage.db["/"]["bintree"].populate(("--getbinpkg" in myopts), ("--getbinpkg only" in myopts)) File "/usr/lib/python2.2/site-packages/portage.py", line 4291, in populate self.remotepkgs = getbinpkg.dir_get_metadata(settings["PORTAGE_BINHOST"], ch unk_size=chunk_size) File "/usr/lib/python2.2/site-packages/getbinpkg.py", line 391, in dir_get_met adata conn,protocol,address = create_conn(baseurl, conn) File "/usr/lib/python2.2/site-packages/getbinpkg.py", line 104, in create_conn conn = ftplib.FTP(host) File "/usr/lib/python2.2/ftplib.py", line 108, in __init__ self.connect(host) File "/usr/lib/python2.2/ftplib.py", line 133, in connect self.welcome = self.getresp() File "/usr/lib/python2.2/ftplib.py", line 215, in getresp raise error_perm, resp ftplib.error_perm: 500 OOPS: child died seems ftp didn't work too great either Wanna 'emerge info' for me? Anything weird on your system? I looks to me like you're having issues with actually connecting. The errors make it look like something on your box is misbehaving. Actually it was the remote host that closed the connection after a few seconds, rather abruptly at that. I think remote fixing needs a few more error messages. |