Want to subscribe to topics you're interested in?
Become a Member

Install Install aborted. Error: csf.tgz download failed.

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Raimund, Oct 11, 2014.

  1. Raimund

    Raimund New Member

    4
    1
    3
    Oct 11, 2014
    Ratings:
    +1
    Local Time:
    5:49 PM
    1.7.5
    10
    Hi,
    i have installed CentOS 6.5 Minimal.


    When i installed Centmin Mod v1.2.3-eva2000.07 the script abort with follow error:
    Error: csf.tgz download failed.
    csf_tgz_error.jpg

    When i run follow command i see the server connection fails, reconnect and the second connection is ok.:
    wget http://www.configserver.com/free/csf.tgz
    wget_csf_tgz.jpg

    What can i do, to run the Centmin-Script without breaks?

    I'm very thankful for this!
     
  2. Raimund

    Raimund New Member

    4
    1
    3
    Oct 11, 2014
    Ratings:
    +1
    Local Time:
    5:49 PM
    1.7.5
    10
  3. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:49 PM
    Mainline
    10.2
    Manually edit:
    Code:
    https://github.com/centminmod/centminmod/blob/master/inc/downloadlinks.inc#L166
    /inc/downloadlinks.inc
    Line 166
    to:
    Code:
    CSF_LINK="http://download.configserver.com/${CSF_LINKFILE}"
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,558
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:49 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Last edited: Oct 11, 2014
  5. eva2000

    eva2000 Administrator Staff Member

    53,558
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:49 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  6. Raimund

    Raimund New Member

    4
    1
    3
    Oct 11, 2014
    Ratings:
    +1
    Local Time:
    5:49 PM
    1.7.5
    10
    Thank you very much. It works perfect! ;)
     
  7. eva2000

    eva2000 Administrator Staff Member

    53,558
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:49 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Glad to hear.. most of the Centmin Mod required download urls are in that inc/downloadlinks.inc file, so on occasion may need updating - nature of relying on 3rd party downloads :D
     
  8. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:49 PM
    Mainline
    10.2
    And now I got this:
     
  9. eva2000

    eva2000 Administrator Staff Member

    53,558
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:49 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    doh missing $ in front of ${CSF_LINKFILE}
     
  10. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:49 PM
    Mainline
    10.2
  11. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:49 PM
    Mainline
    10.2
    Just fine to re run the centmin menu?
    no need to re install the OS right? hehe
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,558
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    1:49 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  13. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:49 PM
    Mainline
    10.2
    I just issued this:
    ./centmin.sh install
    And now it's installing stuff hehe