Join the community today
Register Now

Install Google Cloud Compute Install errors - GCE SDK Yum

Discussion in 'Install & Upgrades or Pre-Install Questions' started by ahmed, Mar 20, 2017.

  1. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    3:43 AM
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit ?
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: i.e. 1.11.10
    • PHP Version Installed: i.e. 5.6.30 or 7.0.15
    • MariaDB MySQL Version Installed: i.e. 10.0.21 or 10.1.21
    • When was last time updated Centmin Mod code base ? : i.e. run centmin.sh menu option 23 submenu option 2
    • Persistent Config: Do you have any persistent config file options set in /etc/centminmod/custom_config.inc ? You can check via this command:

      cat /etc/centminmod/custom_config.inc


      Post output in CODE tags.
    Code:
    Warning: google-accounts-daemon.service changed on disk. Run 'systemctl daemon-reload' to reload units.
    
    Warning: google-clock-skew-daemon.service changed on disk. Run 'systemctl daemon-reload' to reload units.
    
    Warning: google-ip-forwarding-daemon.service changed on disk. Run 'systemctl daemon-reload' to reload units.
    
      Updating   : google-compute-engine-2.3.4-0.1488484901.el7.noarch                                                                                                             20/75 
    
      Updating   : python-firewall-0.4.3.2-8.1.el7_3.2.noarch                                                                                                                      21/75 
    
      Updating   : selinux-policy-3.13.1-102.el7_3.15.noarch                                                                                                                       22/75 
    
      Updating   : firewalld-filesystem-0.4.3.2-8.1.el7_3.2.noarch                                                                                                                 23/75 
    
      Updating   : firewalld-0.4.3.2-8.1.el7_3.2.noarch                                                                                                                            24/75 
    
      Updating   : selinux-policy-targeted-3.13.1-102.el7_3.15.noarch                                                                                                              25/75 
    
      Updating   : kernel-tools-3.10.0-514.10.2.el7.x86_64                                                                                                                         26/75 
    
      Updating   : 1:NetworkManager-bluetooth-1.4.0-17.el7_3.x86_64                                                                                                                27/75 
    
      Updating   : 1:NetworkManager-wifi-1.4.0-17.el7_3.x86_64                                                                                                                     28/75 
    
      Updating   : 1:NetworkManager-adsl-1.4.0-17.el7_3.x86_64                                                                                                                     29/75 
    
      Updating   : 1:NetworkManager-tui-1.4.0-17.el7_3.x86_64                                                                                                                      30/75 
    
      Updating   : 1:NetworkManager-team-1.4.0-17.el7_3.x86_64                                                                                                                     31/75 
    
      Updating   : nss-tools-3.28.2-1.6.el7_3.x86_64                                                                                                                               32/75 
    
      Updating   : 1:NetworkManager-glib-1.4.0-17.el7_3.x86_64                                                                                                                     33/75 
    
      Updating   : audit-2.6.5-3.el7_3.1.x86_64                                                                                                                                    34/75 
    
      Updating   : python-perf-3.10.0-514.10.2.el7.x86_64                                                                                                                          35/75 
    
      Updating   : tzdata-2017a-1.el7.noarch                                                                                                                                       36/75 
    
      Updating   : google-cloud-sdk-147.0.0-1.el7.noarch                                                                                                                           37/75 
    
    ERROR: gcloud crashed (AttributeError): 'module' object has no attribute 'GetJobDirFlag'
    
    
    If you would like to report this issue, please run the following command:
    
      gcloud feedback
    
    
    To check gcloud for common problems, please run the following command:
    
      gcloud info --run-diagnostics
    
    Compiling platform/gsutil/third_party/httplib2/python3/httplib2/__init__.py ...
    
      File "platform/gsutil/third_party/httplib2/python3/httplib2/__init__.py", line 347
    
        print('%s:' % h, end=' ', file=self._fp)
    
                            ^
    
    SyntaxError: invalid syntax
    
    
    warning: %post(google-cloud-sdk-147.0.0-1.el7.noarch) scriptlet failed, exit status 1
    
    Non-fatal POSTIN scriptlet failure in rpm package google-cloud-sdk-147.0.0-1.el7.noarch
    
    


     
  2. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    11:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @ahmed thanks for the heads up, I don't use Google Cloud Compute myself so haven't tested Centmin Mod installs on them. But will use my google-fu skills and your error report (and install log if you can provide)

    Could also be a problem specific to CentOS 7 usage at GCE gcloud sdk fails on yum update fresh centos7 running on GCE - was this an initial install ? sounds like problems with GCE SDK ?

    Troubleshooting Initial Install



    To troubleshoot initial installation, you need to check the initial install log at /root/centminlogs and instructions under Sharing logs and errors heading for using Pastebin.com or Gists to share a sanitised version of the contents of the initial install log. You can see full details at How to troubleshoot Centmin Mod initial install issues

    Example list /root/centminlogs files in date ascending order and grep for install.log
    Code (Text):
    ls -lahrt /root/centminlogs | grep install.log
    

    example output returns install log at /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_install.log
    Code (Text):
    ls -lahrt /root/centminlogs | grep install.log
    -rw-r--r--  1 root root 2.2M Oct 11 01:40 centminmod_1.2.3-eva2000.09.001_111016-112321_install.log
    

    in SSH use cat to ouput contents of /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_install.log. Clear your SSH client window/buffer so only output is the contents of the file
    Code (Text):
    cat /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_install.log
    

    Then copy and paste into Pastebin.com or Gists entry. If your SSH window scroll buffer isn't that large to get the whole contents of the install log, you can download file manually and copy and paste contents. But makes sure it's sanitised version of the contents of the initial install log as outlined at How to troubleshoot Centmin Mod initial install issues
     
    Last edited: Mar 20, 2017
  3. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    11:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    also what is output for this command
    Code (Text):
    yum -q list google-*
    
     
  4. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    3:43 AM
    Thanks EVA for great informative reply "as ususal"
    Code:
    Installed Packages
    
    google-cloud-sdk.noarch                                                                     147.0.0-1.el7                                                       @google-cloud-sdk    
    
    google-compute-engine.noarch                                                                2.3.4-0.1488484901.el7                                              @google-cloud-compute
    
    google-compute-engine-init.x86_64                                                           2.1.2-0.1488484921.el7                                              @google-cloud-compute
    
    google-config.x86_64                                                                        2.1.2-0.1484936429.el7                                              @google-cloud-compute
    
    Available Packages
    
    google-authenticator.x86_64                                                                 1.03-1.el7                                                          epel                 
    
    google-cloud-sdk-app-engine-java.noarch                                                     147.0.0-1                                                           google-cloud-sdk     
    
    google-cloud-sdk-app-engine-python.noarch                                                   147.0.0-1                                                           google-cloud-sdk     
    
    google-cloud-sdk-datalab.noarch                                                             147.0.0-1                                                           google-cloud-sdk     
    
    google-cloud-sdk-datastore-emulator.noarch                                                  147.0.0-1                                                           google-cloud-sdk     
    
    google-cloud-sdk-pubsub-emulator.noarch                                                     147.0.0-1                                                           google-cloud-sdk     
    
    google-cloud-sdk-tests.noarch                                                               147.0.0-1.el7                                                       google-cloud-sdk     
    
    google-crosextra-caladea-fonts.noarch                                                       1.002-0.4.20130214.el7                                              base                 
    
    google-crosextra-carlito-fonts.noarch                                                       1.103-0.2.20130920.el7                                              base                 
    
    google-guice.noarch                                                                         3.1.3-9.el7                                                         base                 
    
    google-guice-javadoc.noarch                                                                 3.1.3-9.el7                                                         base                 
    
    google-noto-cjk-fonts.noarch                                                                1.004-7.el7                                                         epel                 
    
    google-noto-emoji-fonts.noarch                                                              20160406-6.el7                                                      epel                 
    
    google-noto-fonts-common.noarch                                                             20141117-5.el7                                                      base                 
    
    google-noto-kufi-arabic-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-naskh-arabic-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-naskh-arabic-ui-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-armenian-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-avestan-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-balinese-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-bamum-fonts.noarch                                                         20141117-5.el7                                                      base                 
    
    google-noto-sans-batak-fonts.noarch                                                         20141117-5.el7                                                      base                 
    
    google-noto-sans-bengali-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-bengali-ui-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-brahmi-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-buginese-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-buhid-fonts.noarch                                                         20141117-5.el7                                                      base                 
    
    google-noto-sans-canadian-aboriginal-fonts.noarch                                           20141117-5.el7                                                      base                 
    
    google-noto-sans-carian-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-cham-fonts.noarch                                                          20141117-5.el7                                                      base                 
    
    google-noto-sans-cherokee-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-cjk-fonts.noarch                                                           20141117-5.el7                                                      base                 
    
    google-noto-sans-coptic-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-cuneiform-fonts.noarch                                                     20141117-5.el7                                                      base                 
    
    google-noto-sans-cypriot-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-deseret-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-devanagari-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-devanagari-ui-fonts.noarch                                                 20141117-5.el7                                                      base                 
    
    google-noto-sans-egyptian-hieroglyphs-fonts.noarch                                          20141117-5.el7                                                      base                 
    
    google-noto-sans-ethiopic-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-fonts.noarch                                                               20141117-5.el7                                                      base                 
    
    google-noto-sans-georgian-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-glagolitic-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-gothic-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-gujarati-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-gujarati-ui-fonts.noarch                                                   20141117-5.el7                                                      base                 
    
    google-noto-sans-gurmukhi-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-gurmukhi-ui-fonts.noarch                                                   20141117-5.el7                                                      base                 
    
    google-noto-sans-hanunoo-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-hebrew-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-imperial-aramaic-fonts.noarch                                              20141117-5.el7                                                      base                 
    
    google-noto-sans-inscriptional-pahlavi-fonts.noarch                                         20141117-5.el7                                                      base                 
    
    google-noto-sans-inscriptional-parthian-fonts.noarch                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-japanese-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-javanese-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-kaithi-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-kannada-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-kannada-ui-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-kayah-li-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-kharoshthi-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-khmer-fonts.noarch                                                         20141117-5.el7                                                      base                 
    
    google-noto-sans-khmer-ui-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-korean-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-lao-fonts.noarch                                                           20141117-5.el7                                                      base                 
    
    google-noto-sans-lao-ui-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-lepcha-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-limbu-fonts.noarch                                                         20141117-5.el7                                                      base                 
    
    google-noto-sans-linear-b-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-lisu-fonts.noarch                                                          20141117-5.el7                                                      base                 
    
    google-noto-sans-lycian-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-lydian-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-malayalam-fonts.noarch                                                     20141117-5.el7                                                      base                 
    
    google-noto-sans-malayalam-ui-fonts.noarch                                                  20141117-5.el7                                                      base                 
    
    google-noto-sans-mandaic-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-meetei-mayek-fonts.noarch                                                  20141117-5.el7                                                      base                 
    
    google-noto-sans-mongolian-fonts.noarch                                                     20141117-5.el7                                                      base                 
    
    google-noto-sans-myanmar-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-myanmar-ui-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-new-tai-lue-fonts.noarch                                                   20141117-5.el7                                                      base                 
    
    google-noto-sans-nko-fonts.noarch                                                           20141117-5.el7                                                      base                 
    
    google-noto-sans-ogham-fonts.noarch                                                         20141117-5.el7                                                      base                 
    
    google-noto-sans-ol-chiki-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-old-italic-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-old-persian-fonts.noarch                                                   20141117-5.el7                                                      base                 
    
    google-noto-sans-old-south-arabian-fonts.noarch                                             20141117-5.el7                                                      base                 
    
    google-noto-sans-old-turkic-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-osmanya-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-phags-pa-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-phoenician-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-rejang-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-runic-fonts.noarch                                                         20141117-5.el7                                                      base                 
    
    google-noto-sans-samaritan-fonts.noarch                                                     20141117-5.el7                                                      base                 
    
    google-noto-sans-saurashtra-fonts.noarch                                                    20141117-5.el7                                                      base                 
    
    google-noto-sans-shavian-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-simplified-chinese-fonts.noarch                                            20141117-5.el7                                                      base                 
    
    google-noto-sans-sinhala-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-sundanese-fonts.noarch                                                     20141117-5.el7                                                      base                 
    
    google-noto-sans-syloti-nagri-fonts.noarch                                                  20141117-5.el7                                                      base                 
    
    google-noto-sans-symbols-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-syriac-eastern-fonts.noarch                                                20141117-5.el7                                                      base                 
    
    google-noto-sans-syriac-estrangela-fonts.noarch                                             20141117-5.el7                                                      base                 
    
    google-noto-sans-syriac-western-fonts.noarch                                                20141117-5.el7                                                      base                 
    
    google-noto-sans-tagalog-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-tagbanwa-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-tai-le-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-tai-tham-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-tai-viet-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-tamil-fonts.noarch                                                         20141117-5.el7                                                      base                 
    
    google-noto-sans-tamil-ui-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-telugu-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-telugu-ui-fonts.noarch                                                     20141117-5.el7                                                      base                 
    
    google-noto-sans-thaana-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-sans-thai-fonts.noarch                                                          20141117-5.el7                                                      base                 
    
    google-noto-sans-thai-ui-fonts.noarch                                                       20141117-5.el7                                                      base                 
    
    google-noto-sans-tifinagh-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-traditional-chinese-fonts.noarch                                           20141117-5.el7                                                      base                 
    
    google-noto-sans-ugaritic-fonts.noarch                                                      20141117-5.el7                                                      base                 
    
    google-noto-sans-ui-fonts.noarch                                                            20141117-5.el7                                                      base                 
    
    google-noto-sans-vai-fonts.noarch                                                           20141117-5.el7                                                      base                 
    
    google-noto-sans-yi-fonts.noarch                                                            20141117-5.el7                                                      base                 
    
    google-noto-serif-armenian-fonts.noarch                                                     20141117-5.el7                                                      base                 
    
    google-noto-serif-fonts.noarch                                                              20141117-5.el7                                                      base                 
    
    google-noto-serif-georgian-fonts.noarch                                                     20141117-5.el7                                                      base                 
    
    google-noto-serif-khmer-fonts.noarch                                                        20141117-5.el7                                                      base                 
    
    google-noto-serif-lao-fonts.noarch                                                          20141117-5.el7                                                      base                 
    
    google-noto-serif-thai-fonts.noarch                                                         20141117-5.el7                                                      base                 
    
    google-roboto-mono-fonts.noarch                                                             2.000986-0.1.20150923git.el7                                        epel                 
    
    google-roboto-slab-fonts.noarch                                             
    
    
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    11:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    from that install log seems Centmin Mod installed successfully despite those errors as those are related to Google Cloud Compute SDK only and shouldn't affect Centmin Mod's install or usage. You'd probably need to contact Google Cloud tech support to report that error and let us know what they say and the fix.

    removed the install log for privacy even though you had removed the passwords already :)
     
  6. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    3:43 AM
    ok, thanks a lot will do that for sure, thanks a lot for great effort :)
     
  7. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    3:43 AM
    submited the bug on issue tracker.

    what about this please:

    Code:
    *WARNING* LF_DISTFTP sanity check. LF_DISTFTP = 40. Recommended range: 0-20 (Default: 0)
    
    *WARNING* LF_DISTFTP_UNIQ sanity check. LF_DISTFTP_UNIQ = 40. Recommended range: 2-20 (Default: 2)
    
    *WARNING* DENY_TEMP_IP_LIMIT sanity check. DENY_TEMP_IP_LIMIT = 3000. Recommended range: 10-1000 (Default: 100)
    
    
    
    *WARNING* RESTRICT_SYSLOG is disabled. See SECURITY WARNING in /etc/csf/csf.conf.
    
    
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
      CCAS     aes/bsaes-elf-x86_64.lo
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
      CCAS     aes/vpaes-elf-x86_64.lo
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
      CCAS     aes/aesni-elf-x86_64.lo
    
      CCAS     aes/aesni-sha1-elf-x86_64.lo
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
      CCAS     bn/modexp512-elf-x86_64.lo
    
      CCAS     bn/mont-elf-x86_64.lo
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
      CCAS     bn/mont5-elf-x86_64.lo
    
      CCAS     bn/gf2m-elf-x86_64.lo
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
      CCAS     camellia/cmll-elf-x86_64.lo
    
      CCAS     md5/md5-elf-x86_64.lo
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
      CCAS     modes/ghash-elf-x86_64.lo
    
      CCAS     rc4/rc4-elf-x86_64.lo
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
      CCAS     rc4/rc4-md5-elf-x86_64.lo
    
      CCAS     sha/sha1-elf-x86_64.lo
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
      CPPAS    sha/libcrypto_la-sha256-elf-x86_64.lo
    
      CPPAS    sha/libcrypto_la-sha512-elf-x86_64.lo
    
      CCAS     whrlpool/wp-elf-x86_64.lo
    
    clang: warning: argument unused during compilation: '-ferror-limit=0'
    
    clang: warning: argument unused during compilation: '-Wall'
    
    clang: warning: argument unused during compilation: '-std=gnu99'
    
    clang: warning: argument unused during compilation: '-fno-strict-aliasing'
    
    clang: warning: argument unused during compilation: '-fno-strict-overflow'
    
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    
    clang: warning: argument unused during compilation: '-D HAVE_GNU_STACK'
    
    clang: warning: argument unused during compilation: '-fPIC'
    
    clang: warning: argument unused during compilation: '-D PIC'
    
    
    
    
    
    
    
     
  8. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    11:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    can be ignored just clang reporting unused compile arguments :)
     
  9. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    3:43 AM
    But the ones related to CSF

    Code:
    *WARNING* LF_DISTFTP sanity check. LF_DISTFTP = 40. Recommended range: 0-20 (Default: 0)
    
    *WARNING* LF_DISTFTP_UNIQ sanity check. LF_DISTFTP_UNIQ = 40. Recommended range: 2-20 (Default: 2)
    
    *WARNING* DENY_TEMP_IP_LIMIT sanity check. DENY_TEMP_IP_LIMIT = 3000. Recommended range: 10-1000 (Default: 100)
    
    
    
    *WARNING* RESTRICT_SYSLOG is disabled. See SECURITY WARNING in /etc/csf/csf.conf.
    
     
  10. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    11:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    those can be ignored too as Centmin Mod sets those values differently as recommended too strict for some usage cases (like multiple local lan devices/pcs/laptops trying to simultaneously connect to server via pure-ftpd - see FAQ items 40 & 41 for details)
     
  11. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    3:43 AM

    this is their reply:

    For now, looking at the issue you’ve posted, answering the following questions will help further our investigation:
    1. What is the exact command that you are running?
    2. Does this issue happen upon updating to the latest Python release (version 2.7.13 [1]).

    [1] Python Release Python 2.7.13
     
  12. ahmed

    ahmed Active Member

    361
    49
    28
    Feb 21, 2017
    Ratings:
    +63
    Local Time:
    3:43 AM
    @eva2000 please help whenever you have the time :)
     
  13. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    11:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    From the install log error seems it happening when Centmin Mod does a yum update, so the command you were running was
    Code (Text):
    yum -y update
    

    You can verify this if you start a fresh GCE server instance and just try typing to confirm
    Code (Text):
    yum -y update