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

    FOG 1.6 Testing Needed - Help would be greatly appreciated as needed

    Scheduled Pinned Locked Moved
    Announcements
    14
    51
    18.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.
    • J
      JGallo @Tom Elliott
      last edited by

      @tom-elliott Sweet. Got it working and looks very fresh and feels snappy. I found a couple cosmetic items already but I wanted to ask where would be the best place to inform you of observations or bugs we find? In this thread or private messages? Thanks.

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

        @jgallo I’d actually recommend opening them up in Bug reports. I’ll create a thread for 1.6 specific things, just post in that thread, similar to the old 0.33b days I guess?

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

          Any chance 1.6 introduces unique identifier? This is the feature I’ve been most waiting on so I can stop dancing around with MAC address settings for hosts.

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

            @astrugatch It does not currently, not that it can’t be added later though.

            This isn’t because we don’t want to, but rather because the UUID field is more unreliable than the MAC Address method. (Not all machines set the UUID, and some even set the UUID to the same for all machines in the model).

            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

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

              @tom-elliott

              Would System Serial be more reliable, at least with major manufacturers?

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

                @astrugatch That’s just it, there isn’t a single point that seems to be very solid, so we’re trying to think of a multi tiered approach, it’s just very limited people to do the work load.

                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
                • L
                  lebrun78
                  last edited by

                  Hello,
                  I try to upgrade my test server to 1.6 version.
                  But I have a problem with git:
                  When I try tu update the directory I get : “fatal: ‘working-1.6’ does not appear to be a git repository”

                  [root@cosinus fogproject]# git checkout working-1.6
                  Already on 'working-1.6'
                  [root@cosinus fogproject]# git pull working-1.6
                  fatal: 'working-1.6' does not appear to be a git repository
                  fatal: The remote end hung up unexpectedly
                  [root@cosinus fogproject]# git reset --hard
                  HEAD is now at d1ea5e5 Fix api for slack return information
                  [root@cosinus fogproject]# git pull working-1.6
                  fatal: 'working-1.6' does not appear to be a git repository
                  fatal: The remote end hung up unexpectedly
                  

                  Arnaud

                  Fog Version: Fog 1.5.10
                  Server OS: AlmaLinux release 8.8

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

                    @lebrun78 Do just git pull first to update your branch info.

                    1 Reply Last reply Reply Quote 0
                    • L
                      lebrun78
                      last edited by

                      [root@cosinus fogproject]# git pull 
                      Already up-to-date.
                      

                      But when I execute installfog.sh I have Version: 1.5.4.562 Installer/Updater

                      Fog Version: Fog 1.5.10
                      Server OS: AlmaLinux release 8.8

                      Q Matthieu JacquartM 2 Replies Last reply Reply Quote 0
                      • Q
                        Quazz Moderator @lebrun78
                        last edited by

                        @lebrun78 Does the WebUI look different now after running installfog.sh?

                        1 Reply Last reply Reply Quote 0
                        • Matthieu JacquartM
                          Matthieu Jacquart @lebrun78
                          last edited by

                          @lebrun78 It’s the new web interface 1.6 (don’t care about 1.5.4.562)
                          0_1531214133537_fog.JPG

                          Fog 1.5.9.138
                          Debian 11
                          Vmware ESXi

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

                            The steps, typically, would be:

                            git pull
                            git fetch --all
                            git checkout working-1.6
                            

                            The fetch is probably the more important as it will pull in any new branches and tags. It will not clean older branches though.

                            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
                            • J
                              Joe Gill
                              last edited by

                              @Tom-Elliott

                              I like the new look! Where can we post requests / bugs?

                              Thanks!

                              L 1 Reply Last reply Reply Quote 0
                              • L
                                lebrun78 @Joe Gill
                                last edited by

                                @joe-gill
                                https://forums.fogproject.org/category/11/feature-request

                                Fog Version: Fog 1.5.10
                                Server OS: AlmaLinux release 8.8

                                1 Reply Last reply Reply Quote 1
                                • THEMCVT
                                  THEMCV
                                  last edited by

                                  Wooooooow it looks great! I’ll poke around and hunt for some bugs. 🙂

                                  1 Reply Last reply Reply Quote 0
                                  • Z
                                    Zer0Cool @Tom Elliott
                                    last edited by

                                    @tom-elliott said in FOG 1.6 Testing Needed - Help would be greatly appreciated as needed:

                                    I know you all have been hearing about our work on 1.6 and maybe even our “kind of” roadmap with 1.7, 1.8, 1.9, and 2.0.

                                    Is there any specific place we can check this info out? I would be interested to read about future plans. Thanks

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

                                      @zer0cool just where I wrote it already. Right now Joe is very very limited in his ability to help with the project so it really is just me at this point. We have our other people but they are very busy as well.

                                      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
                                      • J
                                        Joe Gill
                                        last edited by

                                        This post is deleted!
                                        1 Reply Last reply Reply Quote 0
                                        • I
                                          INF3
                                          last edited by

                                          Hey, testing with 1.6 I have found that I’m having trouble creating tasks for hosts. When trying to create any task you get a toast notification in the top right saying ‘Internal Server Error.’

                                          I saw a number of other posts advising to check the apache logs however it doesn’t appear to create an entry when the task creation fails.

                                          Is there other log files I could check for more information?

                                          alt text

                                          Im running Centos 7.5 with mysql Ver 15.1 Distrib 5.5.60-MariaDB.

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            jms
                                            last edited by

                                            Having some trouble on CentOS 7.5 (with all updates). Everything seems to go fine and I can log into the web console and then just get to a blank page. Happens on both Safari and Firefox (latest versions).

                                            Here are my steps … CentOS 7.5 VM – fresh install, freshly updated and rebooted.

                                            #> cd /opt
                                            #> git clone https://github.com/FOGProject/fogproject.git
                                            #> cd fogproject
                                            
                                            #> git pull
                                            #> git fetch --all
                                            #> git checkout working-1.6
                                            
                                            #> cd bin
                                            #> ./installfog.sh
                                            

                                            Set up as Fog server with DHCP and gateway, but not DNS. Then updated firewall …

                                            #> for service in http https tftp ftp mysql nfs mountd rpc-bind proxy-dhcp; do firewall-cmd --permanent --zone=public --add-service=$service; done
                                            #> firewall-cmd --permanent --add-port=49152-65532/udp
                                            #> firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -p igmp -j ACCEPT
                                            #> systemctl restart firewalld
                                            

                                            Next completed the database install via the GUI and completed the text based installer with no issues. But as I’ve said I get sent to the following URL which is just a blank page in both browsers I tried …

                                            https://XXX.XXX.XXX.35/fog/management/index.php?node=home

                                            I have attached the full text output of the installation process.

                                            Sorry - I’m sure I’ve missed something simple and obvious – but can anyone spare a few minutes to take a look and provide some guidance? Thank you !!
                                            0_1540930468007_Fog Installation Log.txt

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post

                                            273

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project