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

FOG 1.5.10 officially released

Scheduled Pinned Locked Moved
Announcements
17
34
11.9k
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.
  • T
    Trev-lchs @george1421
    last edited by Sebastian Roth Mar 11, 2023, 12:12 AM Mar 8, 2023, 7:53 AM

    @george1421 Hi George, sorry buddy it is a typo, its 16.04.6 LTS Xenial Xerus. Thanks for getting back to me, just for info I took Sabastian’s advice and took a snapshot of the server and installed1.5.10 and all seems ok for now. I will however look to upgrade to the latest LST version.

    1 Reply Last reply Reply Quote 0
    • P
      plegrand @Sebastian Roth
      last edited by plegrand Mar 16, 2023, 2:41 AM Mar 16, 2023, 8:38 AM

      @Sebastian-Roth
      Hello,
      until now I was using the “dev-branch” branch of git:

      git branch -vv
      * dev-branch ddb9904a7 [origin/dev-branch] Fix https build failing due to inline tests
       master 171d63724 [origin/master] FOG 1.5.9 Officially Released
      

      For the latest update of fog: 1.5.10, is it better to switch to the master branch?
      This is a production server and I don’t want to “break” it.

      Once the choice of the branch is made, the update procedure is always the same?

      Change the reference branch to master or dev-branch (To be done the first time)
      	git checkout master or git checkout dev-branch
      Initialize git :
      	git init
      Update the git repository:
      	git pull
      Install FOG
      cd bin/
      ./installfog.sh
      

      Thanks for your help.
      Pascal

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by Sebastian Roth Mar 16, 2023, 5:50 AM Mar 16, 2023, 11:20 AM

        @plegrand Good you are asking. Going forward is always supported. So in your particular case coming from commit ddb9904a7 (version 1.5.9.111) you can safely switch to the master branch and then follow the known update commands:

        cd /path/to/fogproject
        git checkout master
        git pull
        # Make sure this succeeds as it can fail when you have made changes to the repo files,
        # e.g. compiled ipxe binaries. If this fails, then you can drop all modifications using "git reset --hard HEAD"
        cd bin
        ./installfog.sh
        

        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

        P 1 Reply Last reply Mar 16, 2023, 12:44 PM Reply Quote 0
        • P
          plegrand @Sebastian Roth
          last edited by Mar 16, 2023, 12:44 PM

          @Sebastian-Roth
          Thank you for your answer.
          I didn’t touched anything in the deposits.
          I use Fog as it is, without changing anything.
          So I will do the update and I will come back here to tell you if everything went well.
          Thanks again.

          1 Reply Last reply Reply Quote 0
          • O
            Oleg
            last edited by Mar 20, 2023, 10:26 AM

            Thanks you guys for keeping this project alive. We really love that because it’s saving us so much time.
            Big thanks to all developers and supporters for their time!

            1 Reply Last reply Reply Quote 0
            • K
              Kureebow
              last edited by Mar 22, 2023, 8:27 PM

              This seems like a dumb question but is there a way for us to “Upgrade to FOG 1.5.10” without a complete uninstallation?

              Thanks.

              G 1 Reply Last reply Mar 22, 2023, 9:31 PM Reply Quote 0
              • G
                george1421 Moderator @Kureebow
                last edited by Mar 22, 2023, 9:31 PM

                @Kureebow Yes, if you installed FOG originally using the git method, just change to that directory (typically /root/fogproject) and execute the command git pull then change into the bin directory and run the installfog.sh script once again. That will update fog from a previous release to 1.5.10.

                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!

                K 1 Reply Last reply Mar 27, 2023, 3:53 PM Reply Quote 0
                • K
                  Kureebow @george1421
                  last edited by Mar 27, 2023, 3:53 PM

                  @george1421 Sorry for the late response I have been out of my office for a family emergency. This is the response I got when attempting that command. Thanks

                  [root@localhost fogproject]# git pull
                  fatal: Not a git repository (or any parent up to mount point /home)
                  Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
                  [root@localhost fogproject]#

                  G 1 Reply Last reply Mar 27, 2023, 9:19 PM Reply Quote 0
                  • G
                    george1421 Moderator @Kureebow
                    last edited by Mar 27, 2023, 9:19 PM

                    @Kureebow It sounds like you crated the fogproject directory using the tarball and not the git clone method?

                    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 Mar 28, 2023, 11:13 AM

                      @Kureebow May I please ask you to open a new topic as this issue is not really related to the initial post.

                      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
                      • S
                        Sebastian Roth Moderator
                        last edited by Mar 30, 2023, 10:46 PM

                        FOG 1.5.10 was kind of re-released (technically just re-tagged on Github) just now to patch issues causing trouble when updating from an earlier version with the location plugin enabled.

                        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
                        • S
                          Squanchy2112
                          last edited by May 12, 2023, 2:59 PM

                          Thank you all for the hard work we all truly appreciate it, for updating can we just install this on to of 1.5.9?

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by May 13, 2023, 6:23 AM

                            @Squanchy2112 Yes sure, you can Update from 1.5.9 by simply running the 1.5.10 FOG installer.

                            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

                            L 1 Reply Last reply May 23, 2023, 10:06 AM Reply Quote 0
                            • L
                              lebrun78 @Sebastian Roth
                              last edited by May 23, 2023, 10:06 AM

                              Hello and thank you for your very useful job ! 👍

                              The installation instructions in https://news.fogproject.org/fog-1-5-10-officially-released/ link seams not good.
                              The link drives me to installer archive

                              Arnaud

                              Fog Version: Fog 1.5.10
                              Server OS: AlmaLinux release 8.8

                              Tom ElliottT 1 Reply Last reply May 23, 2023, 11:37 AM Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott @lebrun78
                                last edited by May 23, 2023, 11:37 AM

                                @lebrun78 I’m not seeing any issues.

                                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
                                • S
                                  Sebastian Roth Moderator
                                  last edited by Sebastian Roth Jul 3, 2023, 11:01 PM Jul 2, 2023, 6:11 AM

                                  @lebrun78 said in FOG 1.5.10 officially released:

                                  The installation instructions in https://news.fogproject.org/fog-1-5-10-officially-released/ link seams not good.

                                  The link changed over time as we are working on the docs as well. This should be fixed now.

                                  @JJ-Fullmer Will the links change again in the future you reckon?

                                  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

                                  JJ FullmerJ 1 Reply Last reply Jul 15, 2023, 9:49 PM Reply Quote 0
                                  • D
                                    Dyego Sales
                                    last edited by Jul 3, 2023, 2:04 PM

                                    Thank you so much FOG team!!!😊

                                    1 Reply Last reply Reply Quote 0
                                    • JJ FullmerJ
                                      JJ Fullmer Testers @Sebastian Roth
                                      last edited by Jul 15, 2023, 9:49 PM

                                      @Sebastian-Roth I have a work in progress concept for permanent links. But things have gotten busy and I haven’t had much free time to get it working in full.
                                      Short version is that we’ll be able to create uuids for all pages and that can be used as a permanent link even if it moves elsewhere in the doc.

                                      Have you tried the FogApi powershell module? It's pretty cool IMHO
                                      https://github.com/darksidemilk/FogApi
                                      https://fogapi.readthedocs.io/en/latest/
                                      https://www.powershellgallery.com/packages/FogApi
                                      https://forums.fogproject.org/topic/12026/powershell-api-module

                                      1 Reply Last reply Reply Quote 1
                                      • M
                                        milsondc
                                        last edited by Aug 10, 2023, 6:16 PM

                                        After upgrade 1.5.9.110 to 1.5.10 fog stopped sending email, i can still send through terminal with sendmail -v , is this a know bug ?

                                        Tom ElliottT 1 Reply Last reply Aug 10, 2023, 6:24 PM Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott @milsondc
                                          last edited by Aug 10, 2023, 6:24 PM

                                          @milsondc Fog doesn’t send email period.

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

                                          191

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project