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

    Upload Image From HDD 500GB to SSD 120GB

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    6
    35
    5.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.
    • george1421G
      george1421 Moderator @Gilberto Ferraz
      last edited by george1421

      @Gilberto-Ferraz then try sudo apt-get install mysql

      I do find it very strange that the database service would be installed by the fog installer. Something unexpected must be going on with ubuntu.

      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!

      Gilberto FerrazG Tom ElliottT 2 Replies Last reply Reply Quote 0
      • Gilberto FerrazG
        Gilberto Ferraz @george1421
        last edited by

        @george1421 It is very strange I do not know what happened also does not let install mysql. I try to install version 1.5.7 again?
        alt text

        1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott @george1421
          last edited by

          @george1421 What OS is this being installed from?

          I’m fairly sure 18.04 and newer have mariadb available.

          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
          • Tom ElliottT
            Tom Elliott
            last edited by

            On Ubuntu 18.04 it’s mariadb-server I think

            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

            Gilberto FerrazG 1 Reply Last reply Reply Quote 1
            • Gilberto FerrazG
              Gilberto Ferraz @Tom Elliott
              last edited by

              @Tom-Elliott I thought so too, but the update turned out not to work well 😞 I try to install fog 1.5.7 again ??

              alt text

              george1421G 1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator @Gilberto Ferraz
                last edited by

                @Gilberto-Ferraz So if you follow Tom’s lead does sudo apt-get install mariadb-server work better.

                Secondly, I feel I need to apologies since the upgrade should have worked no problem. I have no idea that ubuntu would break.

                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!

                Gilberto FerrazG 1 Reply Last reply Reply Quote 0
                • Gilberto FerrazG
                  Gilberto Ferraz @george1421
                  last edited by

                  @george1421 said in [Upload Image From HDD 500GB to SSD 120GB]

                  when i try to reinstall fog 1.5.7 again give me this error when installing mariadb-client and mariadb-server package.

                  alt text

                  george1421G 1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @Gilberto Ferraz
                    last edited by

                    @Gilberto-Ferraz so again, if you run sudo apt-get install mariadb-server (now that we know the package name) what does apt-get tell 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!

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Sebastian Roth

                      @Gilberto-Ferraz Too bad I have been away for a couple of hours and did not know the Linux OS you have. If I’d known I would have warned you.

                      There is a known issue when upgrading to 1.5.7 on Ubuntu!! If you say yes when the installer asks if it should re-install Apache/PHP it will also try to force a migration from mysql to mariadb and fails.

                      Here are the steps to manually roll back to MySQL that will still have all your FOG information:

                      sudo -i
                      mv /var/lib/mysql /var/lib/mysql-mariadb
                      apt-get remove mariadb-client mariadb-server
                      cp -a /var/lib/mysql-5.7 /var/lib/mysql
                      apt-get install mysql-client mysql-server
                      systemctl start mysql
                      

                      For more detailed infos read:
                      https://forums.fogproject.org/topic/13492/fog-1-5-7-update-database-issue
                      https://forums.fogproject.org/topic/13703/missing-data-after-fog-1-5-7-upgrade
                      https://forums.fogproject.org/topic/13447/lost-database

                      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

                      Gilberto FerrazG 1 Reply Last reply Reply Quote 1
                      • Gilberto FerrazG
                        Gilberto Ferraz @Sebastian Roth
                        last edited by

                        @Sebastian-Roth

                        Thanks a lot for the help. I’m already weekend. But then I test your solution. I’m glad to hear that the problem was not mine 🙂 but ubuntu 18.04 🙂 You will try to recover the system and install new centos.

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by

                          @Gilberto-Ferraz said in Upload Image From HDD 500GB to SSD 120GB:

                          will try to recover the system and install new centos.

                          First make sure you get this all back to running on Ubuntu. Don’t try to move to CentOS in a rush. There are more things that can go wrong when moving to a new Linux OS.

                          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
                          • 2
                          • 2 / 2
                          • First post
                            Last post

                          190

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project