Discover Centmin Mod today
Register Now

Beta Branch Centmin Update Errors from Github

Discussion in 'Beta release code' started by negative, Oct 10, 2016.

  1. negative

    negative Active Member

    415
    50
    28
    Apr 11, 2015
    Ratings:
    +98
    Local Time:
    7:58 AM
    1.9.10
    10.1.11
    Hello

    When i enter the #23 and then submenu #2 for upgrade centmin to latest revision, console gives an error.

    Code (Text):
    Updating Current Centmin Mod code branch via git
    fatal: unable to access 'https://github.com/centminmod/centminmod.git/': TCP connection reset by peer
    
     Centmin Mod local code up to date at /usr/local/src/centminmod
     no available updates at this time...


    then other tests;


    Code (Text):
    Updating Current Centmin Mod code branch via git
    error: RPC failed; result=35, HTTP code = 0
    fatal: The remote end hung up unexpectedly
    
     Centmin Mod local code up to date at /usr/local/src/centminmod
     no available updates at this time...


    What is the problem and how can i fix this ? Is it temporary problem?

    P.S: I had never problem before. Just today, i can't update it.
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,212
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,650
    Local Time:
    2:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Is it still happening now ? sometimes it can be an issue or maintenance on Github.com end

    let's see what happens if you manually do the centmin.sh menu option 23 submenu option 2 equivalent via the command line with below commands but with extra diganostic checking

    can you post out from these commands to pastebin.com or gist.github.com as they can be very verbose
    Code (Text):
    CM_DIRSIZE=$(df -P /usr/local/src/centminmod | awk '{print $4}' | tail -1 | awk '{print $1}')
    TOTALMEMSWAP=$(egrep '^MemTotal|^SwapTotal' /proc/meminfo | awk '{ t+=$2 } END { print t }')
    echo $CM_DIRSIZE
    echo $TOTALMEMSWAP
    export GIT_TRACE=1
    export GIT_TRACE_PACKET=1
    export GIT_CURL_VERBOSE=1
    cd /usr/local/src/centminmod
    du -sh
    git rev-parse HEAD
    git rev-parse @{u}
    git stash
    git pull
    git count-objects -v
    
     
  3. negative

    negative Active Member

    415
    50
    28
    Apr 11, 2015
    Ratings:
    +98
    Local Time:
    7:58 AM
    1.9.10
    10.1.11
    For now, i just tried again and it works without problem. So it occurring temporary sometimes.
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,212
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,650
    Local Time:
    2:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    sounds like Github.com end issue :)