Join the community today
Become a Member

Install New ovh server has problems with Centminmod installation

Discussion in 'Install & Upgrades or Pre-Install Questions' started by pamamolf, Feb 23, 2016.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    using 123.09beta01 ?

    also what's output for
    Code (Text):
    grep -R 'HostKey' /etc/ssh/sshd_config 


     
  2. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    7:56 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Yes using latest 123.09beta01 ...

    Code:
    [root@server ~]# grep -R 'HostKey' /etc/ssh/sshd_config
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    HostKey /etc/ssh/ssh_host_ecdsa_key
    HostKey /etc/ssh/ssh_host_ed25519_key
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    ok if you restart sshd is the /etc/ssh/ssh_host_ed25519_key file created ?
    Code:
    service sshd restart
    ls -lah /etc/ssh/ssh_host_ed25519_key*
     
  4. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    7:56 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Code:
    [root@server ~]# service sshd restart
    Redirecting to /bin/systemctl restart  sshd.service
    
    [root@server ~]# ls -lah /etc/ssh/ssh_host_ed25519_key*
    -rw-r----- 1 root ssh_keys 387 Mar 10 17:21 /etc/ssh/ssh_host_ed25519_key
    -rw-r--r-- 1 root root      82 Mar 10 17:21 /etc/ssh/ssh_host_ed25519_key.pub
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    thanks looks like it's regenerating missing host keys via restart but not reload.

    Already made fix to latest centmin mod 123.09beta01 branch Commits · centminmod/centminmod · GitHub
     
  6. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    7:56 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Great :)

    Can you also check the zend opcache admin panel file that is missing from /usr/local/nginx/html/ ?
    Also if you can add some info related to that file as memcached info at the end of Centminmod installation?

    What about the Redis installation that ignore the two 'n' values and is installing ?

    thanks :)
     
  7. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    will look into those 2
     
  8. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    7:56 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Code:
    Installing deltarpm
    ----------------------------------------------------------------------------------
    http://mirror.vutbr.cz/epel/7/x86_64/repodata/b0b669b11555557436c35421a026af14feafd01ee60059737cddbc39853c66eb-updateinfo.xml.bz2: 
    [Errno 14] HTTP Error 404 - Not Found
    
    http://mirrors.nic.cz/epel/7/x86_64/repodata/cc3f49539ef815bfd2510b007f84702b9aa4a10c822838752d29c97eb0ff700f-primary.sqlite.xz: 
    [Errno 14] HTTP Error 404 - Not Found
    
    There is no connectivity issues on the vps....
     
  9. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    means the mirror yum is giving you is broken or down
     
  10. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    7:56 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Code:
    Download srcache-nginx-module_v0.30.tar.gz ...
    Error: srcache-nginx-module_v0.30.tar.gz not found!!! Downloading now......
    --2016-03-10 14:37:04--  https://github.com/openresty/srcache-nginx-module/archive/v0.30
    Resolving github.com (github.com)... 192.30.252.129
    Connecting to github.com (github.com)|192.30.252.129|:443... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2016-03-10 14:37:04 ERROR 404: Not Found.
    I think i should drop that vps if it has so many connection issues :(

    Don't get it how this is possible with default installation :(
     
  11. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    that one might be a bug on my end in 123.09beta01 heh
     
  12. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    7:56 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Another vps from another country same error:

    Code:
    Download srcache-nginx-module_v0.30.tar.gz ...
    Error: srcache-nginx-module_v0.30.tar.gz not found!!! Downloading now......
    --2016-03-10 14:58:11--  https://github.com/openresty/srcache-nginx-module/archive/v0.30
    Resolving github.com (github.com)... 192.30.252.128
    Connecting to github.com (github.com)|192.30.252.128|:443... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2016-03-10 14:58:11 ERROR 404: Not Found.
    
    Error: srcache-nginx-module_v0.30.tar.gz download failed.
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script...
    :(

    Anyway to fix this?
     
  13. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    it's a bug on my end due to download missing .tar.gz extension. there's another bug further along anyway as it seems the updated set-misc-nginx module 0.30 version requires nginx module ordering differently
    Code (Text):
    configuring additional modules
    adding module in ../nginx-module-vts
    + ngx_http_vhost_traffic_status_module was configured
    adding module in ../ngx-fancyindex-0.3.6
    + ngx_http_fancyindex_module was configured
    adding module in ../ngx_cache_purge-2.3
    + ngx_http_cache_purge_module was configured
    adding module in ../ngx_devel_kit-0.2.19
    + ngx_devel_kit was configured
    adding module in ../set-misc-nginx-module-0.30
    error: ngx_devel_kit is required to build ngx_set_misc; please put it before ngx_set_misc.
    
    Thu Mar 10 20:04:14 UTC 2016
    Error: 1, Nginx configure failed
    


    bug reported at error: ngx_devel_kit is required to build ngx_set_misc; please put it before ngx_set_misc. · Issue #27 · openresty/set-misc-nginx-module · GitHub
     
    Last edited: Mar 11, 2016
  14. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    7:56 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Ok then i will wait for a fix as i can't install Centminmod and do more tests :)
     
  15. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    i updated 123.09beta01 and downgraded back to working set-misc-nginx 0.29 version for now
     
  16. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  17. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    7:56 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Great :)

    You may want to do this a bit silent or change the output with No installed or something related than command not found?

    Code:
    --------------------------------------------------------
    Check NSD Bind Version:
    --------------------------------------------------------
    which: no nsd in (/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
    inc/centminfinish.inc: line 120: -v: command not found
    I disable NSD installation as i don't use it.....
     
  18. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    cheers just updated 123.09beta01 with fix for this :)
     
  19. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    7:56 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Cool now i am waiting only for the zend opcache admin file in /usr/local/nginx/html/ and for related output at the end of Centminmod installation :)
     
  20. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:56 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    fixed Beta Branch - update inc/zendopcache_55ini.inc | Centmin Mod Community
    Code (Text):
    ls -lahrt /usr/local/nginx/html/ | grep opcache
    -rw-r--r--  1 nginx nginx  24K Mar 10 23:32 30d5c4cc_opcache.php