Join the community today
Register Now

[Solved] 123.09beta01 ssh login motd = remote branch has changed error

Discussion in 'Bug Reports' started by eva2000, Aug 23, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    55,400
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    5:18 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Heads up I ran into a temp error on 123.09beta01 based servers when ssh login for first time, you get the error with a bunch of html code i.e.


    error on ssh login for git check from DigitalOcean San Francisco
    Code (Text):
     Centmin Mod remote branch has changed
     from https://github.com/centminmod/centminmod.git
     to <!DOCTYPE html>
    <!--
    
    Hello future GitHubber! I bet you're here to remove those nasty inline styles,
    DRY up these templates and make 'em nice and re-usable, right?
    
    Please, don't. https://github.com/styleguide/templates/2.0
    
    -->
    <html>
      <head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8">
        <title>Unicorn! &middot; GitHub</title>
        <style type="text/css" media="screen">
          body {
            background-color: #f1f1f1;
            margin: 0;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          }
    
          .container { margin: 50px auto 40px auto; width: 600px; text-align: center; }
    

    or from Vultr Sydney
    Code (Text):
     Centmin Mod remote branch has changed
     from https://github.com/centminmod/centminmod.git
     to
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
      <head>
        <title>503 first byte timeout</title>
      </head>
      <body>
        <h1>Error 503 first byte timeout</h1>
        <p>first byte timeout</p>
        <h3>Guru Mediation:</h3>
        <p>Details: cache-syd1621-SYD 1503489931 2909250560</p>
        <hr>
        <p>Varnish cache server</p>
      </body>
    </html>
     to update re-run centmin.sh menu option 23 submenu option 1
    ===============================================================================
    ===============================================================================
     Centmin Mod code updates available for /usr/local/src/centminmod
     to update re-run centmin.sh menu option 23 submenu option 1
    ===============================================================================
    [12:05][root@host.cachewp.xyz ~]#
    

    This is because github's varnish caching server is returning 503 site unavailable error - probably github's backend servers are having issues. Though they seem to be reporting okay at GitHub System Status

    DigitalOcean VPS
    Code (Text):
    curl -I4 https://raw.githubusercontent.com/centminmod/centminmod/123.09beta01/giturl.txt
    HTTP/1.1 503 Service Unavailable
    Cache-Control: no-cache
    Content-Type: text/html
    Fastly-Restarts: 1
    Transfer-Encoding: chunked
    Accept-Ranges: bytes
    Date: Wed, 23 Aug 2017 12:01:35 GMT
    Via: 1.1 varnish
    Connection: keep-alive
    X-Served-By: cache-sjc3149-SJC
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1503489695.359244,VS0,VE262
    Access-Control-Allow-Origin: *
    X-Fastly-Request-ID: 94b697952a5bf6a4287226be76610cbd65af93d0
    Expires: Wed, 23 Aug 2017 12:06:35 GMT
    Vary: Authorization,Accept-Encoding
    

    Vultr VPS
    Code (Text):
    curl -I4 https://raw.githubusercontent.com/centminmod/centminmod/123.09beta01/giturl.txt
    HTTP/1.1 503 first byte timeout
    Server: Varnish
    Retry-After: 0
    Content-Type: text/html; charset=utf-8
    Content-Length: 448
    Accept-Ranges: bytes
    Date: Wed, 23 Aug 2017 12:09:57 GMT
    Via: 1.1 varnish
    Connection: close
    X-Served-By: cache-syd1626-SYD
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1503490173.542039,VS0,VE25187
    Access-Control-Allow-Origin: *
    X-Fastly-Request-ID: 31b9785da47f57debbb0ed216fae10159285f152
    Expires: Wed, 23 Aug 2017 12:14:57 GMT
    Vary: Authorization,Accept-Encoding
    


    varnish-503-230817.png

    now internal 500 errors
    Code (Text):
    curl -I4 https://raw.githubusercontent.com/centminmod/centminmod/123.09beta01/giturl.txt
    HTTP/1.1 500 Internal Server Error
    Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'
    Strict-Transport-Security: max-age=31536000
    X-Content-Type-Options: nosniff
    X-Frame-Options: deny
    X-XSS-Protection: 1; mode=block
    X-GitHub-Request-Id: 370A:5BBE:160CE:19195:599D7536
    Fastly-Restarts: 1
    Content-Length: 27
    Accept-Ranges: bytes
    Date: Wed, 23 Aug 2017 12:29:53 GMT
    Via: 1.1 varnish
    Connection: keep-alive
    X-Served-By: cache-syd1626-SYD
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1503491373.893604,VS0,VE20192
    Vary: Authorization,Accept-Encoding
    Access-Control-Allow-Origin: *
    X-Fastly-Request-ID: 88f7e5aebb0037f509a6fb14c55205826127ebde
    Expires: Wed, 23 Aug 2017 12:34:53 GMT
    
     
    Last edited: Aug 23, 2017
  2. eva2000

    eva2000 Administrator Staff Member

    55,400
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    5:18 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    confirmed issue with Github support
    GitHub System Status
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,400
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    5:18 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Looks like github has fixed their 503/500 errors now :)