Pau Minoves
Pau Minoves
Hi @ppolewicz Thanks for the prompt reply. > Can you please try to upload the same file with the console tool? I did -> "when using the tool from CLI...
Hello, Thanks for the prompt response. > In the first post you said the problem occurred with a 13MB file too. Please confirm that this was really 13MB - b2...
I definitely need some instructions to rule out those cases :) Do you want dmesg of the virt machine?
Hi! Thanks for the detailed explanations. I'm trying it below. You should know that I'm running b2 inside a docker container on a virtual machine, both debian jessie. The host...
I did a test removing PYTHONUNBUFFERED 1 from the Dockerfile and the behaviour seems better but ends hanging too.
To wrap up the issue, having the client working on a docker is not of interest for this project unless consulting work is paid.
Hi Brian, I tried to run python -m to instrumentalize that, but failed as the b2 has no .py termination. Using a softlink or a rename didn't work. If you...
Ok! I managed to do it with the sources. Profiling output below. No surprises. As mentioned, it blocks on waiter.acquire(). ``` root@684e47ba752a:~/p/B2_Command_Line_Tool/build/lib# python print_dump.py Thu Feb 2 16:51:09 2017 out.log...
Hi @bwbeach, Sure, here you have it. Apparently it works at good speed. ``` root@98464a386713:/srv/src/webapp# curl -v -H "Authorization: X_upld" -H "X-Bz-File-Name: 6d2f27f8a479798c60ea5e2ef3b0e010c999754c" -H "Content-Type: application/octet-stream" -H "X-Bz-Content-Sha1: 6d2f27f8a479798c60ea5e2ef3b0e010c999754c" -H...
Hello @bwbeach could you make any advance? Thanks.