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

    Working Tree

    Scheduled Pinned Locked Moved
    Announcements
    4
    13
    4.2k
    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

      For those interested.

      Quickest method to install working:

      git clone https://github.com/fogproject/fogproject.git /opt/fogproject
      cd /opt/fogproject
      git checkout working
      git pull
      cd bin
      ./installfog.sh -y
      

      If you need to switch branches to dev-branch (currently same as master)

      cd /opt/fogproject
      git checkout dev-branch
      git pull
      cd bin
      ./installfog.sh
      

      If you need to switch branches to master

      cd /opt/fogproject
      git checkout master
      git pull
      cd bin
      ./installfog.sh
      

      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
      • falkoF
        falko Moderator
        last edited by

        Just updated from 1.4.4, Reporting doesn’t work for me, when I select any of the reports the page errors out and says unable to handle this request

        Tom ElliottT 1 Reply Last reply Reply Quote 0
        • J
          jmeyer
          last edited by jmeyer

          As I work under VMWare, i’ll make a snapshot of my server and run the update.
          I missed bothering Thomas for bugs. 😉

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

            @falko Anything in your apache error logs?

            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

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

              Please also, as an assurance the new files are in place as/where appropriate:

              mv /var/www/fog{,_orig}
              mv /var/www/html/fog{,_orig}
              

              Then run the installer. While it shouldn’t pose a problem by itself, this should ensure a clean GUI state rather than a potential miss-match of files from the original file layout.

              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

                Found an issue with displays not showing anything on the pages thanks to @jmeyer and @THEMCV .

                This was specific to Plugins tying in with the API backend. This has now been corrected for and all should work with or without plugins again. Thankfully the “blank” wasn’t lost data, just mis-representation of how to create the displayed data.

                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

                THEMCVT J 2 Replies Last reply Reply Quote 2
                • THEMCVT
                  THEMCV @Tom Elliott
                  last edited by

                  @Tom-Elliott Always happy to help. 🙂

                  1 Reply Last reply Reply Quote 0
                  • falkoF
                    falko Moderator @Tom Elliott
                    last edited by

                    @Tom-Elliott https://pastebin.com/LwNLnvAv

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

                      @falko You must have a lot of data.

                      Allowed memory size of 134217728 bytes exhausted

                      Can you update from 128 to say 512 and see if it helps?

                      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

                      falkoF 1 Reply Last reply Reply Quote 0
                      • falkoF
                        falko Moderator @Tom Elliott
                        last edited by falko

                        @Tom-Elliott same issue, loading host list or running INventry report seems to lock up the server for a few minutes.

                        In terms of hosts I have less then 600 to report on

                        This morning I was in a hurry for a report so had to roll back the VM snapshot.

                        1 Reply Last reply Reply Quote 0
                        • J
                          jmeyer @Tom Elliott
                          last edited by jmeyer

                          @Tom-Elliott I have make a look at GUI this morning and I didn’t see anything blocking me. I would like to say that it looks functional for an average use.

                          • The view in “Hosts and Users Login” with 50 users in a column is a bit hard to read. 😛
                          • “User tracking - Search” give blank page.
                          1 Reply Last reply Reply Quote 0
                          • 1 / 1
                          • First post
                            Last post

                          194

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project