<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Ken,<br>
    <br>
    As it doesn't appear to be a RAM problem, the beta won't help you
    anyway.<br>
    <br>
    How did you upgrade from 4.x to 5.15 ?<br>
    The safest, quickest and easiest way is to start again with a new
    server/VM. Set it all up with my Installer, get everything working,
    then port across your database and drop-offs (if you want to).<br>
    <br>
    To see exactly why this might be failing, check the ZendTo log
    (either in /var/zendto/zendto.log or else
    /var/log/zendto/zendto.log).<br>
    And then check your web server error logs (either in /var/log/httpd
    or /var/log/apache2 depending on what Linux variant you are using).<br>
    <br>
    One of those logs should give some clues.<br>
    <br>
    Let me know how you get on.<br>
    <br>
    Cheers,<br>
    Jules.<br>
    <br>
    P.S. Sorry, yes, it wouldn't be NSSUtils.c as I wrote it in PHP. My
    bad. Long day. :(<br>
    <br>
    <div class="moz-cite-prefix">On 25/10/2018 15:44, Ken Etter wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:WM!a0e059cbe1bb3b78a226ee31553b75d452e389f6540e2a5865c7f2a083ff3a07ed1541782a2d740db14774a6ca534083!@mx.jul.es">
      <meta name="Generator" content="Novell Groupwise Client (Version
        14.2.2 Build: 129589)">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div class="GroupWiseMessageBody"
        id="GroupWiseSection_1540477712000_KLE">
        <div>I don't see any instructions on the website for trying out
          the beta version.  Not sure how to do that.</div>
        <div>Ken<br>
        </div>
        <meta name="Generator" content="Novell Groupwise Client (Version
          14.2.2 Build: 129589)">
        <div class="GroupWiseMessageBody"
id="GroupWiseSection_1540477619000_KLE@msktd.com_1FEF159614D20000B1ED8700B3004500_"><span
            class="GroupwiseReplyHeader">>>> Ken Etter
            10/25/2018 10:28 AM >>><br>
          </span>
          <div>Jules,</div>
          <div>Thanks for the quick reply.</div>
          <div><br>
          </div>
          <div>/opt/zendto/lib/NSSUtils.c does not exist.</div>
          <div>/opt/zendto/lib/NSSUtils.php does exist.  So I edited
            that and restarted apache.  No change - still get the error.</div>
          <div><br>
          </div>
          <div># free -m</div>
          <div>              total        used        free      shared 
            buff/cache   available<br>
            Mem:           2000         673         833         
            10         492        1158<br>
            Swap:          2047           0        2047</div>
          <div><br>
          </div>
          <div>Doesn't look like a memory issue.  Thoughts?</div>
          <div><br>
          </div>
          <div>Ken<br>
          </div>
          <div><br>
          </div>
          <div><span class="GroupwiseReplyHeader">>>> Jules
              Field <a class="moz-txt-link-rfc2396E" href="mailto:Jules@Zend.To"><Jules@Zend.To></a> 10/25/2018 10:17 AM
              >>><br>
            </span>
            <div><span style="background-color: rgb(255, 255, 255);"
                text="#000000" bgcolor="#FFFFFF">> Ken,
                <div><br>
                </div>
                <div> </div>
                <div> The problem here appears to be the encryption
                  using massive amounts of RAM to generate the actual
                  encryption key from the passphrase you type in.</div>
                <div> </div>
                <div> If you upgrade to the latest beta, I have tweaked
                  the encryption so it uses a lot less RAM.</div>
                <div> </div>
                <div> Otherwise, do a "free -m" or look at the output of
                  "top" to see what memory is in use.</div>
                <div> </div>
                <div> If you want to just edit the code for the memory
                  reduction tweak, look in /opt/zendto/lib/NSSUtils.c.
                  In there, you will find 2 occurrences of "MODERATE"
                  (in caps). Change those to "INTERACTIVE" and then
                  restart Apache.</div>
                <div> </div>
                <div> That will tell you very quickly if it's the RAM
                  problem.</div>
                <div> </div>
                <div> Cheers,</div>
                <div> Jules.</div>
                <div> </div>
                <div class="moz-cite-prefix">On 25/10/2018 13:38, Ken
                  Etter via ZendTo wrote:<br>
                </div>
                <blockquote
cite="mid:WM!08b0d30c5341d0193934a3ab10704a62b2193dd7f8c4e3caef820cac7ac336816da8e26beac801a965be7ad6e7f6d088!@mx.jul.es"
                  type="cite">
                  <meta name="Generator" content="Novell Groupwise
                    Client (Version&#xA; 14.2.2 Build: 129589)">
                  <div class="GroupWiseMessageBody"
id="GroupWiseSection_1540471110000_KLE@msktd.com_1FEF159614D20000B1ED8700B3004500_">
                    <div>I am running this on Ubuntu 16.04.5 LTS if that
                      matters.</div>
                    <div><br>
                      Ken<br>
                    </div>
                    <meta name="Generator" content="Novell Groupwise
                      Client (Version&#xA; 14.2.2 Build: 129589)">
                    <div class="GroupWiseMessageBody"
id="GroupWiseSection_1540470843000_KLE@msktd.com_1FEF159614D20000B1ED8700B3004500_"><span
                        class="GroupwiseReplyHeader">>>> Ken
                        Etter via ZendTo <a
                          class="moz-txt-link-rfc2396E"
                          href="mailto:zendto@zend.to"
                          moz-do-not-send="true"><zendto@zend.to></a>
                        10/25/2018 8:36 AM >>><br>
                      </span>
                      <div>Just upgraded my Zend.To installation from
                        4.x to 5.15-1. Everything appeared to go ok. But
                        when I click drop-off files, I get an error that
                        states: "Sorry, I failed to drop-off your files!
                        Note that you cannot drop-off directories, only
                        files." I'm not dropping off a directory, just a
                        single file. I tried a couple different file
                        types - same error each time. Any suggestions
                        for fixing this? Thanks!<br>
                      </div>
                      <span id="GWSignatureSent" style="padding-right:
                        0px; padding-left: 0px; margin-bottom: 5px;
                        display: block;"><span style="display: block;"><br>
                          <span style="font-size: 10pt; display:
                            inline-block; -ms-word-wrap: normal;">
                            <div>
                              <div style="color: rgb(0, 0, 0);
                                text-transform: none; text-indent: 0px;
                                letter-spacing: normal; font-family:
                                "Open Sans", sans-serif;
                                font-size: 13.33px; font-style: normal;
                                font-weight: 400; word-spacing: 0px;
                                white-space: normal; orphans: 2; widows:
                                2; background-color: inherit;
                                -webkit-text-stroke-width: 0px;
                                font-variant-ligatures: normal;
                                font-variant-caps: normal;
                                text-decoration-style: initial;
                                text-decoration-color: initial;"><font
                                  face="Arial" color="#000000"><strong>Ken
                                    Etter</strong>, System Administrator</font></div>
                              <div style="color: rgb(0, 0, 0);
                                text-transform: none; text-indent: 0px;
                                letter-spacing: normal; font-family:
                                "Open Sans", sans-serif;
                                font-size: 13.33px; font-style: normal;
                                font-weight: 400; word-spacing: 0px;
                                white-space: normal; orphans: 2; widows:
                                2; background-color: inherit;
                                -webkit-text-stroke-width: 0px;
                                font-variant-ligatures: normal;
                                font-variant-caps: normal;
                                text-decoration-style: initial;
                                text-decoration-color: initial;"><font
                                  face="Arial" color="#00abe2">Architectural
                                  Group</font></div>
                              <div style="color: rgb(0, 0, 0);
                                text-transform: none; text-indent: 0px;
                                letter-spacing: normal; font-family:
                                "Open Sans", sans-serif;
                                font-size: 13.33px; font-style: normal;
                                font-weight: 400; word-spacing: 0px;
                                white-space: normal; orphans: 2; widows:
                                2; background-color: inherit;
                                -webkit-text-stroke-width: 0px;
                                font-variant-ligatures: normal;
                                font-variant-caps: normal;
                                text-decoration-style: initial;
                                text-decoration-color: initial;"><font
                                  face="Arial" color="#000000">260.432.9337</font><font
                                  face="Arial" color="#000000"><span> </span>|<span>
                                  </span></font><a style="border:
                                  currentColor; border-image: none;
                                  color: rgb(0, 0, 0); text-decoration:
                                  none;" href="http://msktd.com/"
                                  moz-do-not-send="true"><font
                                    face="Arial" color="#000000">msktd.com</font></a></div>
                              <br>
                              <div style="color: rgb(0, 0, 0);
                                text-transform: none; text-indent: 0px;
                                letter-spacing: normal; font-family:
                                "Open Sans", sans-serif;
                                font-size: 13.33px; font-style: normal;
                                font-weight: 400; word-spacing: 0px;
                                white-space: normal; orphans: 2; widows:
                                2; background-color: inherit;
                                -webkit-text-stroke-width: 0px;
                                font-variant-ligatures: normal;
                                font-variant-caps: normal;
                                text-decoration-style: initial;
                                text-decoration-color: initial;"><a
                                  style="border: currentColor;
                                  border-image: none; color: rgb(0, 0,
                                  0); text-decoration: none;"
                                  href="http://msktd.com/"
                                  moz-do-not-send="true"><img
                                    style="border: currentColor;
                                    border-image: none;"
                                    src="cid:part3.9A689249.8E295669@Zend.To"
                                    class=""></a></div>
                            </div>
                          </span></span></span><span
                        style="margin-bottom: 5px; display: block;"><br>
                      </span> </div>
                  </div>
                  <div><br>
                  </div>
                  <fieldset class="mimeAttachmentHeader"></fieldset>
                  <pre class="moz-quote-pre" wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to" moz-do-not-send="true">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://jul.es/mailman/listinfo/zendto" moz-do-not-send="true">http://jul.es/mailman/listinfo/zendto</a>
</pre>
                </blockquote>
                <div><br>
                </div>
                <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CEng CITP MBCS MIEEE MACM

The current UK shipping forecast:
Shannon: Variable 3 or 4, becoming north 5 to 7, perhaps gale 8 later.
Moderate, becoming rough or very rough. Rain then squally showers. Good,
occasionally poor.

<a class="moz-txt-link-abbreviated" href="http://www.Zend.To" moz-do-not-send="true">www.Zend.To</a>
Twitter: @JulesFM
</pre>
              </span></div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CEng CITP MBCS MIEEE MACM

'If I were a Brazilian without land or money or the means to feed
 my children, I would be burning the rain forest too.' - Sting

<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
</pre>
  </body>
</html>