Unable to pull bzr.dev

View: New views
5 Messages — Rating Filter:   Alert me  

Unable to pull bzr.dev

by dhruva-3 :: Rate this Message:

| View Threaded | Show Only this Message


Hello,
 I am using bzr from the development repository. I am getting this error repeatedly. I am able to browse the repo link on my browser though.

[dk]bzr pull
Using saved parent location: http://bazaar-vcs.org/bzr/bzr.dev/
bzr: ERROR: Connection error: while sending POST http://bazaar-vcs.org/bzr/bzr.dev/.bzr/smart: [Errno 10061] No connection could be made because the target machine actively refused it


-dhruva



      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/


Re: Unable to pull bzr.dev

by Robert Collins :: Rate this Message:

| View Threaded | Show Only this Message

On Sun, 2009-02-15 at 06:41 -0800, dhruva wrote:
> Hello,
>  I am using bzr from the development repository. I am getting this error repeatedly. I am able to browse the repo link on my browser though.
>
> [dk]bzr pull
> Using saved parent location: http://bazaar-vcs.org/bzr/bzr.dev/
> bzr: ERROR: Connection error: while sending POST http://bazaar-vcs.org/bzr/bzr.dev/.bzr/smart: [Errno 10061] No connection could be made because the target machine actively refused it

Thats interesting that you get a connection error - I would have
expected a HTTP error code though.

please try
bzr pull nosmart+http://bazaar-vcs.org/bzr/bzr.dev

Cheers,
Rob


signature.asc (204 bytes) Download Attachment

Re: Unable to pull bzr.dev

by dhruva-3 :: Rate this Message:

| View Threaded | Show Only this Message


Hello,
 I get the same error. I tried doing a clone and still get the same error! This is happening from yesterday, I keep updating on a regular basis. I am using bzr with Activestate Python 2.61 on WXP.

 I tried 'bzr branch' and face the same problem. This is not bzr.dev repo specific, I even tried bzrtools repo and get the same error.

-dhruva



----- Original Message ----

> From: Robert Collins <robertc@...>
> To: dhruva <dhruva@...>
> Cc: Bazaar <bazaar@...>
> Sent: Monday, 16 February, 2009 2:21:23 AM
> Subject: Re: Unable to pull bzr.dev
>
> On Sun, 2009-02-15 at 06:41 -0800, dhruva wrote:
> > Hello,
> >  I am using bzr from the development repository. I am getting this error
> repeatedly. I am able to browse the repo link on my browser though.
> >
> > [dk]bzr pull
> > Using saved parent location: http://bazaar-vcs.org/bzr/bzr.dev/
> > bzr: ERROR: Connection error: while sending POST
> http://bazaar-vcs.org/bzr/bzr.dev/.bzr/smart: [Errno 10061] No connection could
> be made because the target machine actively refused it
>
> Thats interesting that you get a connection error - I would have
> expected a HTTP error code though.
>
> please try
> bzr pull nosmart+http://bazaar-vcs.org/bzr/bzr.dev
>
> Cheers,
> Rob



      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/


Parent Message unknown Re: Unable to pull bzr.dev

by dhruva-3 :: Rate this Message:

| View Threaded | Show Only this Message


Hello,
 I found out the problem area. It is nothing related to bzr code and apologies for misleading the folks here. I had installed privoxy (a proxy server to filter ads) and modified "Internet Options" in IE to use it as a proxy server. I removed privoxy as I did not need it. Since I use FireFox mostly, I did not go and revert the "Internet Options" to connect to internet directly. Now, bzr uses the IE setting to establish the connection and I was clueless. I always assumed that it had its own setting somewhere to specify the proxy if required! Once I set IE to connect to internet directly, bzr started working!
 IMHO, I feel we should use a bzr specific setting for proxies and not depend on browser based setting.

-dhruva



----- Original Message ----

> From: dhruva <dhruva@...>
> To: Robert Collins <robertc@...>
> Cc: Bazaar <bazaar@...>
> Sent: Monday, 16 February, 2009 9:18:46 AM
> Subject: Re: Unable to pull bzr.dev
>
> Hello,
> I get the same error. I tried doing a clone and still get the same error! This
> is happening from yesterday, I keep updating on a regular basis. I am using bzr
> with Activestate Python 2.61 on WXP.
>
> I tried 'bzr branch' and face the same problem. This is not bzr.dev repo
> specific, I even tried bzrtools repo and get the same error.
>
> -dhruva
>
>
>
> ----- Original Message ----
> > From: Robert Collins
> > To: dhruva
> > Cc: Bazaar
> > Sent: Monday, 16 February, 2009 2:21:23 AM
> > Subject: Re: Unable to pull bzr.dev
> >
> > On Sun, 2009-02-15 at 06:41 -0800, dhruva wrote:
> > > Hello,
> > >  I am using bzr from the development repository. I am getting this error
> > repeatedly. I am able to browse the repo link on my browser though.
> > >
> > > [dk]bzr pull
> > > Using saved parent location: http://bazaar-vcs.org/bzr/bzr.dev/
> > > bzr: ERROR: Connection error: while sending POST
> > http://bazaar-vcs.org/bzr/bzr.dev/.bzr/smart: [Errno 10061] No connection
> could
> > be made because the target machine actively refused it
> >
> > Thats interesting that you get a connection error - I would have
> > expected a HTTP error code though.
> >
> > please try
> > bzr pull nosmart+http://bazaar-vcs.org/bzr/bzr.dev


      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/


Re: Unable to pull bzr.dev

by Andrew Bennetts-6 :: Rate this Message:

| View Threaded | Show Only this Message

dhruva wrote:
>
> Hello,
>  I get the same error. I tried doing a clone and still get the same error!
>  This is happening from yesterday, I keep updating on a regular basis. I
>  am using bzr with Activestate Python 2.61 on WXP.
>
>  I tried 'bzr branch' and face the same problem. This is not bzr.dev repo
>  specific, I even tried bzrtools repo and get the same error.

Perhaps something is wrong with your HTTP proxy setting?  That could explain
a connection refused error.  Can you access repositories via e.g. bzr+ssh://
rather than http:// ?

-Andrew.