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

Backing up database... Failed!

Scheduled Pinned Locked Moved Solved
FOG Problems
3
15
3.1k
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.
  • W
    WourN
    last edited by Dec 8, 2016, 11:16 AM

    Version 1.3.0-RC-1
    SVN Revision: 5936

    SVN revision is before I updated SVN though, I have now reverted the server to before it was updated.

    T 1 Reply Last reply Dec 8, 2016, 11:19 AM Reply Quote 0
    • T
      Tom Elliott @WourN
      last edited by Dec 8, 2016, 11:19 AM

      @WourN So I don’t understand why you’re still installing -RC-1?

      We’re up to 30.

      If you’re running svn up you should be getting the most current.

      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

      W 2 Replies Last reply Dec 8, 2016, 11:24 AM Reply Quote 1
      • W
        WourN
        last edited by Dec 8, 2016, 11:20 AM

        as I said, this is before I update SVN. Will run svn upgrade now

        1 Reply Last reply Reply Quote 0
        • W
          WourN @Tom Elliott
          last edited by Dec 8, 2016, 11:24 AM

          @Tom-Elliott all right, I ran svn up
          Now I need to run ./installfog.sh again right?

          Q 1 Reply Last reply Dec 8, 2016, 11:26 AM Reply Quote 0
          • Q
            Quazz Moderator @WourN
            last edited by Dec 8, 2016, 11:26 AM

            @WourN That’s correct.

            1 Reply Last reply Reply Quote 1
            • W
              WourN @Tom Elliott
              last edited by Dec 8, 2016, 11:30 AM

              @Tom-Elliott @quazz All right so now I ran installfog.
              I got the php… Failed!! as expected because I have the 5.6 version.
              so I uninstalled it, and now it’s installing the 5.3.3 version again.
              So, running ./installfog.sh right now, and Backing up database… Failed!!
              Also, the webGUI is now blank.

              What now?

              Q T 2 Replies Last reply Dec 8, 2016, 11:32 AM Reply Quote 0
              • Q
                Quazz Moderator @WourN
                last edited by Dec 8, 2016, 11:32 AM

                @WourN I believe this is an issue due to Centos 6 officially only supporting PHP5.3 so that’s what’s in the default repo. However, FOG should be able to install the correct version.

                Only thing I can think off is that you have to remove the packages= line from /opt/fog/.fogsettings

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott @WourN
                  last edited by Dec 8, 2016, 11:33 AM

                  @WourN What do you mean?

                  “Failed!! as expected because I have the 5.6 version.”?

                  That is supposed to be the case.

                  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

                  W 1 Reply Last reply Dec 8, 2016, 11:37 AM Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Dec 8, 2016, 11:35 AM

                    Try this:

                    wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
                    sudo rpm -Uvh epel-release-6*.rpm
                    wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
                    sudo rpm -Uvh remi-release-6*.rpm
                    

                    Then retry installing FOG.

                    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
                      WourN @Tom Elliott
                      last edited by Dec 8, 2016, 11:37 AM

                      @Tom-Elliott @Quazz
                      Running yum update or yum install php will install the 5.3.3 version. If I let fog install php, it will still be the 5.3.3 version.
                      I found a way to install 5.6, so that the webgui could work. But running ./installfog with the 5.6 installed, results in Php… Failed!
                      Anyway, I’ve remove the packages line from fogsettings, but I’m still getting failed on backing up database

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Dec 8, 2016, 11:46 AM

                        I know I need to be patient, but did you try the commands I just posted?

                        wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
                        sudo rpm -Uvh epel-release-6*.rpm
                        wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
                        sudo rpm -Uvh remi-release-6*.rpm

                        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

                        W 1 Reply Last reply Dec 8, 2016, 12:08 PM Reply Quote 0
                        • W
                          WourN @Tom Elliott
                          last edited by Dec 8, 2016, 12:08 PM

                          @Tom-Elliott Sorry I was at lunch.
                          But Elliot, you are a legend. It works now. No errors, and the webgui works. Gonna make a new image and try upload/download and all that.
                          I’m not good with linux in general, what did those commands do exactly?

                          T 1 Reply Last reply Dec 8, 2016, 12:16 PM Reply Quote 0
                          • T
                            Tom Elliott @WourN
                            last edited by Dec 8, 2016, 12:16 PM

                            @WourN The installer should have taken care of it for you (but most people installing fog tend toward fresh which means they’re likely installing CentOS 7). Basically, those commands downloaded and installed the repositories FOG is supposed to be installing for you.

                            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 1
                            • 1 / 1
                            1 / 1
                            • First post
                              12/15
                              Last post

                            212

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.4k

                            Posts
                            Copyright © 2012-2024 FOG Project