Learn about Centmin Mod LEMP Stack today
Register Now

Axel problem on CentOS 6.8 64bit OS

Discussion in 'Bug Reports' started by rdan, Jun 21, 2016.

Tags:
  1. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    2:17 PM
    Mainline
    10.2

     
  2. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    2:17 PM
    Mainline
    10.2
    Thanks :D
     
  4. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    2:17 PM
    Mainline
    10.2
    Installed fine now?
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yup i need to update the last message to make it more clear though :)
     
  6. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    2:17 PM
    Mainline
    10.2
    But for some reason on CentOS 6.8 one server it continue showing just like this until now.
     
  7. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    hmm sounds like autogen.sh in axel might have failed on centos 6.x vs centos 7.x due to maybe gettext version dependency

    will have to check but that's the theory :)
     
  8. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    2:17 PM
    Mainline
    10.2
    But works fine in all CentOS 7 Server :).
     
  9. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yup suspected as much ! CentOS 7 has newer gettext version that CentOS 6

    Code (Text):
    ./autogen.sh
    autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac               file requires the infrastructure from gettext-0.18 but this version               is older. Please upgrade to gettext-0.18 or newer.
    autopoint: *** Stop.
    autoreconf: autopoint failed with exit status: 1
    We have a problem...


    centos 6
    Code (Text):
    rpm -qa gettext
    gettext-0.17-18.el6.x86_64
     
  10. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    updated 123.09beta01 to revert back to axel 2.6 for centos 6 and axel 2.11 for centos 7 for now
     
  11. arlon

    arlon Member

    95
    6
    8
    Feb 20, 2016
    Ratings:
    +12
    Local Time:
    1:17 PM
    1.13.6
    10.1
    i can't install 09beta got the following error: Latest Centos 6 64bit

    Resolving codeload.github.com... 192.30.253.120
    Connecting to codeload.github.com|192.30.253.120|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [application/x-gzip]
    Saving to: “axel-2.6.tar.gz”

    [ <=> ] 266,243 --.-K/s in 10s

    2016-06-21 03:15:38 (25.7 KB/s) - “axel-2.6.tar.gz” saved [266243]

    Download axel-2.6.tar.gz done.

    gzip: stdin: not in gzip format
    tar: Child returned status 1
    tar: Error is not recoverable: exiting now
    Error: axel-2.6.tar.gz extraction failed.
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Tried again on fresh centos os reload?
     
  13. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    2:17 PM
    Mainline
    10.2
     
  14. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looking at the github resolved ip it seems to the a specific ip 192.30.253.120 as i tried on different ip and axel-2.6.tar.gz is valid

    manually removing corrupted tar.gz files for axel and redownloading seems to work for me but for new installs will need to look into that

    manual fix works with cmds below

    Code (Text):
    AXEL_VER='2.6'
    AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
    AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
    AXEK_LINKGITLAB="https://gitlab.com/centminmod-github-mirror/axel/repository/archive.tar.gz?ref=${AXEL_VER}"
    AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
    rm -rf /svr-setup/axel-*
    cd /svr-setup
    wget -O $AXEK_LINKFILE $AXEK_LINK
    tar xvzf axel-2.6.tar.gz 


    notice different ip 192.30.252.130 for github download
    Code (Text):
    wget -O $AXEK_LINKFILE $AXEK_LINK
    --2016-06-21 16:58:42--  https://github.com/eribertomota/axel/archive/2.6.tar.gz
    Resolving github.com (github.com)... 192.30.252.130
    Connecting to github.com (github.com)|192.30.252.130|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://codeload.github.com/eribertomota/axel/tar.gz/2.6 [following]
    --2016-06-21 16:58:42--  https://codeload.github.com/eribertomota/axel/tar.gz/2.6
    Resolving codeload.github.com (codeload.github.com)... 192.30.253.120
    Connecting to codeload.github.com (codeload.github.com)|192.30.253.120|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 266229 (260K) [application/x-gzip]
    Saving to: ‘axel-2.6.tar.gz’
    
    100%[================================================================================================================================================================================================================>] 266,229     --.-K/s   in 0.1s  
    
    2016-06-21 16:58:42 (1.73 MB/s) - ‘axel-2.6.tar.gz’ saved [266229/266229]


    EDIT: looks end result is same ip redirect 192.30.253.120
     
  15. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @RoldanLT try updated 123.09beta01 i added a routine to fallback to centminmod.com local mirror download if github version is corrupted
     
  16. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    2:17 PM
    Mainline
    10.2
    That works fine.
     
  17. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    2:17 PM
    Mainline
    10.2
    I didn't receive any error now.
    But I don't know how to re-install Axel just to be sure I have it working fine.
     
  18. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    delete the download tarball from /svr-setup it will trigger an axel update on centmin.sh launch
    Code (Text):
    cd /svr-setup
    rm -rf /svr-setup/axel-*
     
    Last edited: Jun 22, 2016