• 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

      I know this is uncommon, but I need testing on the normalized elements of FOG under a new GUI I’ve been slowly working on. It was originally under ‘bootstrap’ for the branch label under git.

      I need people or are daring/willing enough to checkout the working branch now and run this version of fog. It is still in active development, and I know it’s not 100% complete yet. The main components should all work as they had in the past.

      The idea is I’ve been converting to bootstrap which essentially rids the need of “mobile only” users. Mobile Only users could still “do” everything other users could they were just restricted to using the mobile page. With the access control plugin by Fernando, I think more suitable restraints are more properly in place.

      With the new GUI stuff, memory limits should be handled a lot better as we’re now using api elements to get the data within the GUI.

      I ask for help in seeing if there’s any significant issues and where those issues are, so please if you’re willing update to the working branch and try using it.

      it looks completely different, but oddly familiar if that makes any sense. I hope you enjoy the new layout, look, and operation. Please report any issues you do see from the GUI perspective so I can get them fixed much faster. For the better part of the last month it’s been basically me looking/editing/playing with one or two people that look at things and give simple guidance. While it’s gotten us this far, I need more hands/eyes on if/where possible.

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

        As we have a week and a half of school left, I will move to this in production (server + 1 node) and keep you posted, thanks Tom

        1 Reply Last reply Reply Quote 0
        • 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

                              218

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project