Discover Centmin Mod today
Register Now

Beta Branch LetsEncrypt issue

Discussion in 'Beta release code' started by Matt Williams, Dec 7, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    54,548
    12,221
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,790
    Local Time:
    12:15 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    the letsencrypt client was updated so could of broken something in my integration so will need to test it out


    fyi 123.09beta01le branch is just an experimental branch for testing integration work so not for production use yet :)
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,548
    12,221
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,790
    Local Time:
    12:15 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    oh actually your problem is not enough memory, letsencrypt client currently needs at least 1GB of memory to compile and install the python cryptography package as outlined at SSL - Letsencrypt Free SSL Public Beta December 3th 6PM GMT | Centmin Mod Community

    you only had 188+101 = ~289MB free
    Code:
    (B[m[1;33;40m----------------------------------------------------
    (B[m             total       used       free     shared    buffers     cached
    Mem:           490        302        188         18         21        101
    Low:           490        302        188
    High:            0          0          0
    -/+ buffers/cache:        178        311
    Swap:            0          0          0
    [1;32;40minstalling or updating letsencrypt client
    (B[m
    fatal: destination path 'letsencrypt' already exists and is not an empty directory.
    Updating letsencrypt and virtual environment dependencies......Command "/root/.local/share/letsencrypt/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-_tG5r0/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-lSbzy6-record/install-record.txt --single-version-externally-managed --compile --install-headers /root/.local/share/letsencrypt/include/site/python2.7/cryptography" failed with error code 1 in /tmp/pip-build-_tG5r0/cryptography
     
  3. Z61

    Z61 New Member

    3
    2
    3
    Dec 19, 2015
    Ratings:
    +2
    Local Time:
    9:15 AM
    That's fine,
    Ah I see, thanks. Gonna set up some swap now.