[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2017-06-24 Thread Jelmer Vernooij
** Changed in: brz Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/365874 Title: curl error: necessary data rewind wasn't possible To manage notifications

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2017-06-22 Thread Jelmer Vernooij
** Also affects: brz Importance: Undecided Status: New ** Changed in: brz Status: New => Triaged ** Changed in: brz Importance: Undecided => Medium ** Changed in: brz Assignee: (unassigned) => Jelmer Vernooij (jelmer) ** Changed in: brz Milestone: None => 3.0.0 --

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2014-10-10 Thread cicuclaudiu
** Changed in: bzr (Ubuntu) Status: Triaged = Confirmed ** Changed in: bzr Assignee: (unassigned) = cicuclaudiu (cicuclaudiu) ** Changed in: bzr (Ubuntu) Assignee: (unassigned) = cicuclaudiu (cicuclaudiu) -- You received this bug notification because you are a member of Ubuntu

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2013-05-29 Thread Wim Lewis
FWIW, I think this can happen any time you set curl's READFUNCTION but do not set its SEEKFUNCTION. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/365874 Title: curl error: necessary data rewind

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2013-02-27 Thread Vincent Ladeuil
@Callum: Please read the comments on this bug and follow the instructions there. Telling us which bzr version you're using is also needed to diagnose what is happening in your case. Also, from your comment, it's a bit unclear what your context is, you say: my host does not support the plain HTTPS

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2013-02-26 Thread Callum Macdonald
I receive this error when pushing to a bzr+https:// repository since installing pycurl. Prior to pycurl's installation, the push command worked. Since I installed pycurl, it now throws the necessary data rewind wasn't possible error. In my case, using https+urllib:// is not an option as my host

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2012-12-10 Thread Jaap Karssenberg
Got the same error while trying to set up bzr access through corporate proxy server with authentication. I set the http_proxy environment to include user and password, this gives the following error: bzr: ERROR: pycurl.error: (65, necessary data rewind wasn't possible\n) Traceback (most recent

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2012-12-10 Thread Vincent Ladeuil
@jaap: You're using bzr-1.5 which was released more than 4 years ago and is not maintained any more (but newer versions are backward compatible). Can you try again with a more recent version (see https://launchpad.net/bzr/+download) -- You received this bug notification because you are a member

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2012-02-27 Thread LluĂ­s Vilanova
I tried these two commands in the recent bazaar 2.5.0, resulting in the attached failure log: bzr co https://code.server/bzr/project bzr co https://user@code.server/bzr/project As others said, using https+urllib works around the problem, but it is still a hassle to have it failing by default.

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2011-05-12 Thread Marius Kruger
Failing log as requested. I did not see any headers content, maybe I'm running the wrong thing. Let me know if you need me to run/test anything else. (This is on natty with a fairly recent bzr.dev) ** Attachment added: bzr_pycurl_cert_fail.bzr.log

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2011-05-12 Thread Marius Kruger
I have this problem with bzr and bzr-svn to the same server, here is a log when trying with svn. With bzr branches I can work arround it with https+urllib:// , but with bzr-svn I get another error: $ bzr push https+urllib://svn branch bzr: ERROR: Transport operation not possible: http does not

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2011-05-12 Thread Marius Kruger
Ok now https://svn branch and https+urllib://svn branch works for me again (that error was just a bad way of saying bzr-svn is not installed) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/365874

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2011-04-28 Thread Jelmer Vernooij
** Changed in: bzr (Ubuntu) Importance: Undecided = Medium ** Changed in: bzr (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/365874 Title: curl error:

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2011-02-22 Thread Vincent Ladeuil
I never thought about http 100-continue (and my gut feeling/confused memories on the topic is that the client initiates the 100-continue and we explicitly don't do that), but I may be wrong. I thought this bug was triggered by some 401 error requiring resending the request (hence the rewind). In

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2011-02-20 Thread Martin Pool
Given the recent apparent dupe bug 722001 I think this is not actually fixed. I think this is something do do with http 100-continue. It may be specific to servers (or proxies) that either do send it or don't send it, or perhaps send it even when they're not asked to. ** Changed in: bzr

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2011-02-01 Thread Jelmer Vernooij
** Tags added: pycurl ** Tags added: http -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/365874 Title: curl error: necessary data rewind wasn't possible -- ubuntu-bugs mailing list

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2011-02-01 Thread Vincent Ladeuil
I'm pretty sure this has been fixed with recent versions of bzr/pycurl/gnutls, re-open and attach your log file as explained above if you run into this bug again. ** Changed in: bzr Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2010-03-10 Thread Khairul Aizat Kamarudzzaman
cannot remove python-pycurl because ... some other application depend on it such as gwibber-services -- curl error: necessary data rewind wasn't possible https://bugs.launchpad.net/bugs/365874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-18 Thread unchiujar
Log after running: bzr info -Dhttp bzr+https://vasi...@rares.cs.ubbcluj.ro/project/aport/master/trunk is attached. Hope this helps :) ** Attachment added: bzr_https_fail.log http://launchpadlibrarian.net/35819208/bzr_https_fail.log -- curl error: necessary data rewind wasn't possible

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-17 Thread Vincent Ladeuil
Could you attach the relevant part of your .bzr.log ('bzr version' will tell you where it is) after issuing the failing command adding '-Dhttp' in the parameters ? That will provide more information about how the bug occurs. As mentioned in previous comments, this behavior is rare and hard to

Re: [Bug 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-16 Thread John A Meinel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 unchiujar wrote: An alternative method of hacking around this problem is to install virtualenv http://pypi.python.org/pypi/virtualenv Create virtual environment: virtualenv -p python2.4 /usr/share/virtual_python2.4 Edit the bazaar executable:

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-16 Thread unchiujar
The issue appears when I specifically use https (I am forced to use https by the way the repository I work with is configured). My guess is that it isn't python2.5 or 2.6 but that you don't have pycurl installed in python2.4. I just checked and after removing pycurl bzr works with python 2.6 so

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-15 Thread unchiujar
An alternative method of hacking around this problem is to install virtualenv http://pypi.python.org/pypi/virtualenv Create virtual environment: virtualenv -p python2.4 /usr/share/virtual_python2.4 Edit the bazaar executable: nano -w $(which bzr) and replace #!/usr/bin/python with

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-14 Thread unchiujar
Found and the problem and hacked around it. It seems bazaar doesn't like python2.5 and 2.6. Changing the system version to 2.4 fixed the problem. These are the steps I did to fix it on my system. # Install python2.4 # edit: /usr/share/python/debian_defaults and change

[Bug 365874] Re: curl error: necessary data rewind wasn't possible

2009-11-13 Thread unchiujar
Installing the latest version from the nightly build gives the same error. ** Also affects: bzr (Ubuntu) Importance: Undecided Status: New ** Changed in: bzr Status: Incomplete = Confirmed -- curl error: necessary data rewind wasn't possible