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

    FOG 1.5.7 Officially Released

    Scheduled Pinned Locked Moved
    Announcements
    7
    13
    3.6k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by Sebastian Roth

      Please make sure you say NO if asked about removing and re-installing PHP and Apache when upgrading to 1.5.7 on Ubuntu!!! There is an issue within the installer trying to switch to MariaDB that causes a problem on Ubuntu installs otherwise. If you have such an issue see here: https://forums.fogproject.org/post/126476 and https://forums.fogproject.org/topic/13447/lost-database

      https://news.fogproject.org/fog-1-5-7-officially-released/

      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 5
      • fry_pF
        fry_p Moderator
        last edited by

        Well done lads!

        Like open source community computing? Why not do it for a good cause?
        Use your computer/server for humanitarian projects when it is idle!
        https://join.worldcommunitygrid.org?recruiterId=1026912

        1 Reply Last reply Reply Quote 0
        • N
          NTLINUX
          last edited by

          Hello Tom I did a Fresh installation on Ubuntu with Version 1.5.7
          It works perfectly.

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

            @NTLINUX Yes right, fresh installs are not affected by this! Fresh installs on Ubuntu with 1.5.7 work perfectly fine.

            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
            • sudburrS
              sudburr
              last edited by

              What is the lowest version kernel that is compatible with 1.5.7 ?

              [ Standing in between extinction in the cold and explosive radiating growth ]

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

                @sudburr Good question… kernel version is bound to init version more closely than to the rest of FOG. For a long time kernel and init needed to “match” quite closely and therefore I’d advice you to use those “as package”. Download https://fogproject.org/binaries1.5.7.zip, https://fogproject.org/binaries1.5.6.zip, … https://fogproject.org/binaries1.3.0.zip

                I can’t promise you 1.3.0 kernel and inits will work with 1.5.7 but I think we have not changed much of what is interacting between FOG webserver and FOS system.

                Though I am still wondering why you want to go back? So many things have been fixed within the inits and added hardware compatibility. You only loose going back. 😉

                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
                • sudburrS
                  sudburr
                  last edited by

                  Things can break from time to time, and given the sheer variety of … variety, it’s good to know for testing purposes if there is a cutoff for how far back one can go for testing before you reach incompatibility.

                  That also goes for going forward, using for example a 1.4.4 system, how far up the food chain can one go with the kernels for testing?

                  [ Standing in between extinction in the cold and explosive radiating growth ]

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

                    @sudburr said in FOG 1.5.7 Officially Released:

                    That also goes for going forward, using for example a 1.4.4 system, how far up the food chain can one go with the kernels for testing?

                    Pretty much the same answer as I gave you before!

                    Please be aware that DB-wise going forward/upgrading is supported but going back is NOT!!! Not even a single version. While it should work for some version steps it surely causes issues that are really hard to track down. I suggest, never downgrade unless you have a backup of the old version DB and really know what you do. Snapshot is a save was to Go though.

                    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
                    • A
                      astrugatch
                      last edited by

                      @Tom-Elliott

                      What is the error on Ubuntu? I’m running on 18.04.3 LTSB and upgraded a while back and haven’t been having issues. What should I be looking out for?

                      Q 1 Reply Last reply Reply Quote 0
                      • Q
                        Quazz Moderator @astrugatch
                        last edited by

                        @astrugatch https://github.com/FOGProject/fogproject/commit/29af4df767775e08fc102ea1cf61b4da789b61d5

                        Fixed on dev as far as I’m aware, but essentially the issue was that moving from Mysql to Mariadb caused the database to not be moved properly and thus it would appear as if the database is gone to the end user.

                        If you’re already on the dev branch or if you already had Mariadb installed then you’re likely fine.

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          astrugatch @Quazz
                          last edited by

                          @Quazz

                          That’s weird. I’m definitely on master branch (at least according to #git branch) but I’m still running MySQL.

                          Q 1 Reply Last reply Reply Quote 0
                          • Q
                            Quazz Moderator @astrugatch
                            last edited by Quazz

                            @astrugatch Looks like there would be an edge case if you answered ‘no’ to php/apache reinstall during update where it would just carry on with the ‘packages’ line from .fogsettings and thus cause no problems.

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

                              @astrugatch Quazz is spot on with what he says.

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

                              165

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project