** 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 about
** 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
--
** 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 Ubun
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 wasn
@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
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 d
@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
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 rec
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.
Ok now https:// and https+urllib:// 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
Title:
curl error: nece
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://
bzr: ERROR: Transport operation not possible: http does not support mkdi
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"
https://bugs.launchpad.net/bzr/+bug/365874/
** 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
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
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
S
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
** 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
ubuntu-bugs@lis
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 Ubunt
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
ht
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 rep
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
-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 execu
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
#!/usr/share
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
default-versio
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
https://bugs.launchpad.net/bugs/365
25 matches
Mail list logo