Re: easy_install --upgrade hangs

2009-04-15 Thread Anverc
So I attempted to upgrade by downloading the eggs and doing an upgrade on them, but now I have two copies of ReviewBoard and Djiblits egg files... I assume this is a bad thing? see log below: [r...@home src]# wget http://downloads.review-board.org/releases/ReviewBoard-1.0beta2-py2.4.egg

Re: easy_install --upgrade hangs

2009-04-15 Thread Anverc
one more thing... if I go into the admin area of reviewboard, i see this: Review Board version1.0beta2 but I haven't run the rb-site upgrade command yet (by the way, the reviewboard website is all 500 errors) so, after running rb-site upgrade, it appears like things are ok... except that

Re: easy_install --upgrade hangs

2009-04-15 Thread Anverc
here I am answering my own questions, perhaps someone else will have the same problem as me... when you're done upgrading, you can safely delete the old .egg files the easy_install system keeps these old egg files around, you can read all about it here:

Re: easy_install --upgrade hangs

2009-04-15 Thread Christian Hammond
Yeah, it's sort of confusing. I'd like down the road to have something a bit more custom for keeping servers installed and auto-upgrading sites, which could delete the old eggs. Still, I suppose there's reasons you may want old eggs around, but as you noticed, the newest version will be used by

Re: easy_install --upgrade hangs

2009-04-14 Thread Anverc
Looks like if I leave it along for several minutes, it eventually times out and I get the following information: Traceback (most recent call last): File /usr/bin/easy_install, line 7, in ? sys.exit( File /usr/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/

Re: easy_install --upgrade hangs

2009-04-14 Thread Christian Hammond
This appears to be your proxy. Try unsetting your HTTP_PROXY variable. Running without -U will only install if it isn't already installed. It won't check for upgrades. That's why it settled on alpha4. Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: easy_install --upgrade hangs

2009-04-14 Thread Anverc
I get no response when I try to echo the HTTP_PROXY variable, so I assume it isn't set: [r...@home]# echo $HTTP_PROXY [r...@home]# echo test test [r...@home]# On Apr 14, 4:43 pm, Christian Hammond chip...@chipx86.com wrote: This appears to be your proxy. Try unsetting your HTTP_PROXY

Re: easy_install --upgrade hangs

2009-04-14 Thread Christian Hammond
Maybe $http_proxy? (Not sure which Python uses. Some apps use one or the other). Other than that, not sure. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue, Apr 14, 2009 at 5:03 PM, Anverc

Re: easy_install --upgrade hangs

2009-04-14 Thread Anverc
:/ no luck [r...@home]# echo $http_proxy [r...@home]# echo $httpproxy [r...@home]# echo $HTTP_PROXY [r...@home]# echo $HTTPPROXY [r...@home]# I tried setting them to anyway to see what would happen and got the same hang followed by the same error dump. On Apr 14, 8:07 pm, Christian