• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Upgrade 1.2 => 1.3 RC10 error Mysql

Scheduled Pinned Locked Moved Solved
FOG Problems
4
7
2.3k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    Seydoo
    last edited by Sep 15, 2016, 8:37 AM

    Hello,

    I tried tu upgrade my fog server but I have an issue during the process :

    • Confirming package installation

    • Checking package: bc…OK

    • Checking package: curl…OK

    • Checking package: dhcp…OK

    • Checking package: gcc…OK

    • Checking package: gcc-c++…OK

    • Checking package: gzip…OK

    • Checking package: httpd…OK

    • Checking package: lftp…OK

    • Checking package: m4…OK

    • Checking package: make…OK

    • Checking package: mod_ssl…OK

    • Checking package: mysql…OK

    • Checking package: mysql-server…OK

    • Checking package: net-tools…OK

    • Checking package: nfs-utils…OK

    • Checking package: php…OK

    • Checking package: php-bcmath…OK

    • Checking package: php-cli…OK

    • Checking package: php-common…OK

    • Checking package: php-fpm…OK

    • Checking package: php-gd…OK

    • Checking package: php-mbstring…OK

    • Checking package: php-mcrypt…OK

    • Checking package: php-mysqlnd…OK

    • Checking package: php-process…OK

    • Checking package: tar…OK

    • Checking package: tftp-server…OK

    • Checking package: vsftpd…OK

    • Checking package: wget…OK

    • Checking package: xinetd…OK

    • Configuring services

    • Setting up fog user…Already setup

    • Setting up fog password…OK

    • Stopping FOGMulticastManager Service…OK

    • Stopping FOGImageReplicator Service…OK

    • Stopping FOGSnapinReplicator Service…OK

    • Stopping FOGScheduler Service…OK

    • Stopping FOGPingHosts Service…OK

    • Setting up and starting MySQL…Failed!

    After that if i try to restart mysqld service I have this error :

    /etc/init.d/mysqld: line 103: Erreur de syntaxe près du symbole inattendu « fi »
    /etc/init.d/mysqld: line 103: ` fi’
    [root@mfvml14 error_logs]#

    I have to reinstall mysql-server with yum if I want to restart the service

    Can someone help me ?

    1 Reply Last reply Reply Quote 0
    • S
      Seydoo
      last edited by Seydoo Sep 15, 2016, 7:35 AM Sep 15, 2016, 1:35 PM

      I finally succeed upgrading FOG
      What I did :

      mysqld return an error on line 103 so I Looked at mysqld : line 103 there was a # inside an IF (put by installfog.sh ?) :

          if [ "$1" = "sos" ] ; then
      

      # MYOPTIONS=“$MYOPTIONS --skip-grant-tables --skip-networking”
      fi
      To solve this i have deactivated these 3 lines

      T W 2 Replies Last reply Sep 16, 2016, 1:26 AM Reply Quote 2
      • Q
        Quazz Moderator
        last edited by Sep 15, 2016, 8:49 AM

        snmysqlhost='localhost' ./installfog.sh
        
        S 1 Reply Last reply Sep 15, 2016, 9:09 AM Reply Quote 0
        • S
          Seydoo @Quazz
          last edited by Sep 15, 2016, 9:09 AM

          @Quazz said in Upgrade 1.2 => 1.3 RC10 error Mysql:

          snmysqlhost='localhost' ./installfog.sh
          

          I tried this command but it still doesn’t work
          Im on RedHat Enterprise 6

          1 Reply Last reply Reply Quote 0
          • S
            Seydoo
            last edited by Seydoo Sep 15, 2016, 7:35 AM Sep 15, 2016, 1:35 PM

            I finally succeed upgrading FOG
            What I did :

            mysqld return an error on line 103 so I Looked at mysqld : line 103 there was a # inside an IF (put by installfog.sh ?) :

                if [ "$1" = "sos" ] ; then
            

            # MYOPTIONS=“$MYOPTIONS --skip-grant-tables --skip-networking”
            fi
            To solve this i have deactivated these 3 lines

            T W 2 Replies Last reply Sep 16, 2016, 1:26 AM Reply Quote 2
            • T
              Tom Elliott @Seydoo
              last edited by Sep 16, 2016, 1:26 AM

              @Seydoo fog does not add any normal service init files. It only adds for the fog services

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              1 Reply Last reply Reply Quote 0
              • W
                Wayne Workman @Seydoo
                last edited by Sep 16, 2016, 6:59 AM

                @Seydoo That’s pretty strange… This must be custom, someone had to have set that up that way, and then commented it without realizing an if statement in BASH cannot do “nothing”.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Oct 13, 2016, 9:51 PM

                  https://forums.fogproject.org/topic/8758/fog-installation-error-cannot-restart-mysql/9#

                  I’ve found and fixed the cause of the issue. It was my scans looking to correct other issues. I didn’t realize some distros were adding that particular if statement. Sorry 😞

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  • First post
                    Last post

                  170

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project