On Thu, Jun 9, 2011 at 4:44 AM, Paolo Bolzoni <ezzet...@hotmail.com> wrote:

>
> > Add the --httptrace option to the "fossil sync" command-line.
>
> I executed `fossil --httptrace sync' and waited until
> `netstat -tu' shown an empty list.
>

A request was sent and it never got a reply, suggesting that the server is
stuck in a loop or something.  Can you verify that the server process is
still running?

Fossil normally tries to limit each HTTP round-trip to 5MB or less.  Did you
change this in your settings?  Or do you have an 80MB file that you are
trying to check in?

I know that the above won't work on my server because I have my server
configured to silently discard HTTP requests that are larger than a few MB -
as a security measure.  What web server are you using?  Do you have size
limits configured?



>
> fossil created four files.
> http-reply-1.txt
> http-reply-2.txt
> http-request-1.txt
> http-request-2.txt
>
> The second one is empty and there is strange (to me)
> message `reqconfig /shun' in http-request-1.txt.
>
> Here is some of the contents:
>
> ---------------------------------- http-reply-1.txt
> HTTP/1.0 200 OK
>
> Status: 200 OK
>
> X-Frame-Options: DENY
>
> Cache-control: no-cache, no-store
>
> Content-Type: application/x-fossil-debug; charset=utf-8
>
> Content-Length: 4174
>
>
>
> gimme ae26700b55f1811dfbaaf3f3b713d7610f7402c7
> gimme 1df0efb574994ef9ca348f60b0f64f04455b3ce1
> ... other igot omitted
> igot ...
> igot b150e152590f431190a4d38327e1293290c0b932
> igot 3d8233122f76e161807bdcdb5f3c72353478a597
> igot 0e5138fc15019f607366aa0c6f45c77226fa4f9c
> # timestamp 2011-06-09T08:13:09
>
>
>
> ---------------------------------- http-reply-2.txt
> EMPTY FILE
>
>
>
>
> ---------------------------------- http-request-1.txt
> POST /fossil/modellazioni_e_simulazioni_numeriche/xfer/xfer HTTP/1.0
>
> Host: turing.lesalab.net:3333
>
> User-Agent: Fossil/[0448438c56]
>
> Content-Type: application/x-fossil-debug
>
> Content-Length: 4467
>
>
>
> login paolo b2d0433dac6a96a1461fdd593d8582af7b9dca02
> 6c8c066469fc8dd2b80b724da8f40bdfd136ce77
> pull 28fec4b973c52f2117c13edd9f7c6167eb20553e
> d00ac8c18561f56eb055de2c8ce7887ba4d1ed0a
> push 28fec4b973c52f2117c13edd9f7c6167eb20553e
> d00ac8c18561f56eb055de2c8ce7887ba4d1ed0a
> ... other igot omitted
> igot ...
> igot 0e5138fc15019f607366aa0c6f45c77226fa4f9c
> igot ae26700b55f1811dfbaaf3f3b713d7610f7402c7
> igot 1df0efb574994ef9ca348f60b0f64f04455b3ce1
> reqconfig /shun
> # 8EF2239951E1B0B2DC40EAB85B947D3CBBFEAAB3
>
>
>
>
>
> ---------------------------------- http-request-2.txt:
> POST /fossil/modellazioni_e_simulazioni_numeriche/xfer/xfer HTTP/1.0
>
> Host: turing.lesalab.net:3333
>
> User-Agent: Fossil/[0448438c56]
>
> Content-Type: application/x-fossil-debug
>
> Content-Length: 79242244
>
>
>
> login paolo 4639136bfb90d08809475ee52935a08d4aa4c989
> 2bddd93a14c71d0dea0eabe1c2bd93afefa8f858
> pull 28fec4b973c52f2117c13edd9f7c6167eb20553e
> d00ac8c18561f56eb055de2c8ce7887ba4d1ed0a
> push 28fec4b973c52f2117c13edd9f7c6167eb20553e
> d00ac8c18561f56eb055de2c8ce7887ba4d1ed0a
> file ae26700b55f1811dfbaaf3f3b713d7610f7402c7 79237692
> ...about 80MB of file content
> ... other igot omitted
> igot ...
> igot 3d8233122f76e161807bdcdb5f3c72353478a597
> igot 0e5138fc15019f607366aa0c6f45c77226fa4f9c
> igot ae26700b55f1811dfbaaf3f3b713d7610f7402c7
> igot 1df0efb574994ef9ca348f60b0f64f04455b3ce1
> # 34A06634A128C7877A49481BE14C7432B804C569
>
>
>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to