<font size=2 face="sans-serif">Many thanks for the information Mike.</font>
<br>
<br><font size=2 face="sans-serif">I think this is not a browser related
issue, the same browser from the same computer success on uploading a 19GB
file before updating the server. One of the updates is changing something
that I am unable to determine. Anyway, I'm using Firefox 38.0.1 on a Windows
7 Enterprise x64, if I use Internet Explorer 11 x64 the transfer start
on browser side but no incoming file reach the server.</font>
<br>
<br><font size=2 face="sans-serif">It is quite annoying, I was hoping any
of you had faced this problem before...</font>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From:
</font><font size=1 face="sans-serif">zendto-request@zend.to</font>
<br><font size=1 color=#5f5f5f face="sans-serif">To:
</font><font size=1 face="sans-serif">zendto@zend.to</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date:
</font><font size=1 face="sans-serif">03-06-15 01:02 PM</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject:
</font><font size=1 face="sans-serif">ZendTo Digest,
Vol 59, Issue 2</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by:
</font><font size=1 face="sans-serif">zendto-bounces@zend.to</font>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2>Send ZendTo mailing list submissions to<br>
zendto@zend.to<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
</font></tt><a href=http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</font></tt></a><tt><font size=2><br>
or, via email, send a message with subject or body 'help' to<br>
zendto-request@zend.to<br>
<br>
You can reach the person managing the list at<br>
zendto-owner@zend.to<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ZendTo digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. ZendTo 4.11-6 2GB limited transfers (marcos.parrell@havasmg.com)<br>
2. Re: ZendTo 4.11-6 2GB limited transfers (Mike Brudenell)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 3 Jun 2015 09:09:45 +0200<br>
From: marcos.parrell@havasmg.com<br>
Subject: [ZendTo] ZendTo 4.11-6 2GB limited transfers<br>
To: zendto@Zend.To<br>
Message-ID:<br>
<OF87AEC9F9.6A2F3D2B-ONC1257E59.0022ADBE-C1257E59.00275936@havasmedia.com><br>
<br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hello all,<br>
<br>
Sorry for interrupt you in the middle of new beta development but I have
<br>
found an issue on existing 4.11 ZendTo Ubuntu based that you could be <br>
aware of.<br>
<br>
I have downloaded the OVA (ZendTo-Ubuntu-x64-4.11-6.ova) and deployed it
<br>
making the minimal changes for being able to login and make a test. The
<br>
tool works properly for any kind of transfer without any issue or problem.<br>
<br>
Then I make an update of the system, configured LDAP authentication and
<br>
increased the values of 'maxBytesForDropoff' and 'maxBytesForFile'
to <br>
20GB (21474836470) and after this, ZendTo is unable to make transfer <br>
superiors to 2GB, when you start this kind of transfers the incoming file
<br>
rise in /var/zendto/incoming/ until it reach the 2GB limit, then it was
<br>
deleted and the browser keeps trying to send it without returning any <br>
error.<br>
<br>
In php.ini (/etc/php5/apache2/php.ini), after updating the system, both
<br>
post_max_size and upload_max_filesize are set to 50GB.<br>
<br>
Are you aware about this "issue", do you know how can i resolve
it?.<br>
<br>
Many thanks in advance.<br>
Marcos.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: </font></tt><a href="http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20150603/ffb80ab9/attachment-0001.html"><tt><font size=2>http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20150603/ffb80ab9/attachment-0001.html</font></tt></a><tt><font size=2>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 3 Jun 2015 10:20:45 +0100<br>
From: Mike Brudenell <mike.brudenell@york.ac.uk><br>
Subject: [ZendTo] Re: ZendTo 4.11-6 2GB limited transfers<br>
To: ZendTo Users <zendto@zend.to><br>
Message-ID:<br>
<CAPXCWavNbrT4T1vcM8Qs6QEEYYW8N=Hu_JdrEGQpry+GhOPpJQ@mail.gmail.com><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi, Marcos -<br>
<br>
Which web browser and version are you using to upload the file(s) to<br>
ZendTo? There were (and I guess still are) issues with different browsers,<br>
different versions of browsers, and even the same version but on different<br>
platforms that make their ability to upload files over certain size<br>
thresholds an interesting challenge:<br>
<br>
- all handle uploads up to 2GB OK<br>
- many handle uploads between 2GB and 4GB OK but not over 4GB<br>
- some handle uploads over 4GB OK<br>
<br>
You might recognise those numbers as Magic Numbers of the Universe:<br>
<br>
- 2GB = maximum value of a signed 32 bit integer<br>
- 4GB = maximum value of an unsigned 32 bit integer<br>
- >4GB = needs a 64 bit integer<br>
<br>
Web browsers with problems can fail in different ways, such as:<br>
<br>
- failing quickly<br>
- appearing to hang and never complete the upload<br>
- navigating/trying to navigate away from the upload page<br>
<br>
It's probably changed since I did my tests way back when we started using<br>
ZendTo but at that time we found no Windows browsers that worked with files<br>
over 4GB, one or two on a Mac that did work, and I think one on Ubuntu
that<br>
worked.<br>
<br>
So your next step is to test your setup using different browsers ? eg,<br>
Internet Explorer, Firefox, Chrome, Safari, Opera, etc. Where you have
a<br>
choice, make sure you're running the 64-bit version of the browser (which<br>
will likely require a 64-bit version of your OS as well?)<br>
<br>
Cheers,<br>
Mike B-)<br>
<br>
<br>
<br>
On 3 June 2015 at 08:09, <marcos.parrell@havasmg.com> wrote:<br>
<br>
> Hello all,<br>
><br>
> Sorry for interrupt you in the middle of new beta development but
I have<br>
> found an issue on existing 4.11 ZendTo Ubuntu based that you could
be aware<br>
> of.<br>
><br>
> I have downloaded the OVA (ZendTo-Ubuntu-x64-4.11-6.ova) and deployed
it<br>
> making the minimal changes for being able to login and make a test.
The<br>
> tool works properly for any kind of transfer without any issue or
problem.<br>
><br>
> Then I make an update of the system, configured LDAP authentication
and<br>
> increased the values of 'maxBytesForDropoff' and 'maxBytesForFile'
to 20GB<br>
> (21474836470) and after this, ZendTo is unable to make transfer superiors<br>
> to 2GB, when you start this kind of transfers the incoming file rise
in<br>
> /var/zendto/incoming/ until it reach the 2GB limit, then it was deleted
and<br>
> the browser keeps trying to send it without returning any error.<br>
><br>
> In php.ini (/etc/php5/apache2/php.ini), after updating the system,
both<br>
> post_max_size and upload_max_filesize are set to 50GB.<br>
><br>
> Are you aware about this "issue", do you know how can i
resolve it?.<br>
><br>
> Many thanks in advance.<br>
> Marcos.<br>
> _______________________________________________<br>
> ZendTo mailing list<br>
> ZendTo@zend.to<br>
> </font></tt><a href=http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</font></tt></a><tt><font size=2><br>
><br>
<br>
<br>
<br>
-- <br>
Systems Administrator & Change Manager<br>
IT Services, University of York, Heslington, York YO10 5DD, UK<br>
Tel: +44-(0)1904-323811<br>
<br>
Web: </font></tt><a href="www.york.ac.uk/it-services"><tt><font size=2>www.york.ac.uk/it-services</font></tt></a><tt><font size=2><br>
Disclaimer: </font></tt><a href=www.york.ac.uk/docs/disclaimer/email.htm><tt><font size=2>www.york.ac.uk/docs/disclaimer/email.htm</font></tt></a><tt><font size=2><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: </font></tt><a href="http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20150603/2089543b/attachment-0001.html"><tt><font size=2>http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20150603/2089543b/attachment-0001.html</font></tt></a><tt><font size=2>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
ZendTo mailing list<br>
ZendTo@zend.to<br>
</font></tt><a href=http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto><tt><font size=2>http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</font></tt></a><tt><font size=2><br>
<br>
End of ZendTo Digest, Vol 59, Issue 2<br>
*************************************<br>
</font></tt>
<br>
<br>