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

    Latest Development FOG

    Scheduled Pinned Locked Moved
    General
    57
    652
    1.2m
    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.
    • A
      Adam Taylor
      last edited by

      We are trying that svn trunk now. On a note…the * issue does not happen on upload…only downloads does it happen.

      On one other note. This line is repeating ALOT (~5-10 a second) in apache when just sitting at the dashboard doing nothing.

      [CODE][Wed Nov 05 09:22:33 2014] [error] [client 10.16.0.153] PHP Warning: mysqli::select_db(): Couldn’t fetch mysqli in /var/www/html/fog/lib/db/MySQL.class.php on line 74, referer: http://ulm-fog.ulm.edu/fog/management/index.php[/CODE]

      I know it’s just a warning in PHP…but man it fills the logs up quick. Also, anything you do on the web interface (and links clicked, etc…) also shows up as the “line 74” error.

      1 Reply Last reply Reply Quote 0
      • Ray ZuchowskiR
        Ray Zuchowski
        last edited by

        The issue with the
        *
        *
        *
        *
        Is linked to email feature being turned on. My guess is its trying to communicate back to the server and if the smtp settings aren’t configured its just hanging. Some where in the script going to have to probably have a timeout if the email fails to send and then close out the session. Running 2579 with email feature now off and have no issues.

        Ray Z

        RZ

        1 Reply Last reply Reply Quote 0
        • A
          Adam Taylor
          last edited by

          [S]Unfortunally…we do not have email turned on (FOG_EMAIL ACTION) is unchecked.[/S]

          Now that the right test is done…Yes, it now works without the * all the time. This is with the 2579 checkout.

          Sorry about that!

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

            SVN 2580 released.

            With this comes, hopefully, more fixes for multicast session joining. Also allows you, the users, to specify which tasks you want to show up as Used tasks on the dashboard and on taskings during checkin. This is simply a field in General Settings and is a comma separated field. Meaning, 1,15,17 will only deal with download tasks.

            This also should fix issues with the capone plugin not allowing the format of the image to come through to image in partimage/partclone.

            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

              SVN 2598 released.

              With this comes a couple new introductions. First is Replication Bandwidth is now setup and in place. The idea of this is to limit bandwidth usage between nodes. You limit by Kbps just like regular bandwidth limitations usually operate. Basically the intent is to keep your network links unsaturated if we can help it.

              Also, comes an attempt at multiple node replication at the same time. So if your Group has nodes a,b,c in different sites, rather than wait for the first node to complete, it should start replicating to all three nodes. The bandwidth limitations will work in a fashion to limit the total rate of the sending node bandwidth is set. Meaning, if Group 1 has nodes a,b,c,d with d as the master. If node d’s limit is set and starts sending, it will limit all the transfers to the limit set on d. However, if d’s bandwidth is not set, it will use the limits individually set on a,b, and/or c, to transfer to those nodes.

              This, I think leaves the best bandwidth optimization as needed. Is it perfect? Probably not, but it’s a test and something I think people could find extremely useful.

              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
              • Ray ZuchowskiR
                Ray Zuchowski
                last edited by

                Tom,

                Running 2607 right now. Works nice bud. Just wanted to say nice work. Is the email feature working yet ? Do I have to set my smtp settings through my PHP. ini ?

                Ray Z

                RZ

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

                  No, you do not need to setup php.ini sendmail/email smtp stuff.

                  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
                    Adam Taylor
                    last edited by

                    I’ve got one last tiny tiny issue that seems to just be a GUI display issue with the dev build.

                    When i click on Image Management -> List all images -> Click on any image

                    Everything pops up but i am getting a weird box at the top and it seems to be trying to ping all hosts in the system.

                    [CODE]
                    Pinging: image-
                    Progress: 77/1948
                    <*------------> 4%
                    [/CODE]

                    Any ideas?

                    Adam

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

                      I don’t have any ideas.

                      I’ll enable host lookup on my systems when i get home and see if I can narrow this down for you all.

                      Sorry about that.

                      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

                        2612 Should fix the pinging issue.

                        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

                          SVN 2642 released.

                          With this, while seemingly a large jump, comes multicast session joining to non-registered hosts.

                          It also fixes issues with the SnapinReplicator.

                          It fixes compatibility of “old” snapins as well to allow non-grouped snapins to still deploy to hosts.

                          Fixes consistent pinging of hosts on non-host pages.

                          Hopefully you all enjoy.

                          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

                            SVN 2651 released.

                            This release adds/changes the capabilities of Quick image.

                            Quick Image will now present a list of the images from your fog server. You can make a selection of any image of your choice and image your system with that image.

                            If the host is registered and has a valid image assigned to it, it will auto select the host’s image. If the host is registered, but does not have an image assigned, it will always default to the first item in the list.

                            The Host registered items, regardless of the image used, will be logged, so your dashboard will appropriately display the imaging task.

                            Now, the big guy I think most will be excited about (or at least I’m hoping so due to the commonality of this type of request).

                            Non-registered hosts can also be imaged using the quick image option. The option is been moved back into the non-registered and registered items. (BYPASS REGISTRATION ON ADVANCED MENU IS NO LONGER NEEDED YAY!)

                            What does this mean?
                            It means quick image is just that. It is a means to quicking image any host (regardless of the registration status). If the host is not registered, it will not be logged, but it will image just fine.

                            Also with this, you can now specify which menu items you “Do not list” on any of the menu entries. Before there was either all, non-registered, or registered hosts. Now you can specify a simple do not list to not show a specific menu item.

                            Hopefully you all find this useful.

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

                              Yay team! Thx muchly for Quick Image. It works wonderfully!

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

                              1 Reply Last reply Reply Quote 0
                              • ch3iC
                                ch3i Moderator
                                last edited by

                                [quote=“Tom Elliott, post: 39087, member: 7271”]SVN 2651 released.

                                This release adds/changes the capabilities of Quick image.

                                Quick Image will now present a list of the images from your fog server. You can make a selection of any image of your choice and image your system with that image.

                                If the host is registered and has a valid image assigned to it, it will auto select the host’s image. If the host is registered, but does not have an image assigned, it will always default to the first item in the list.

                                The Host registered items, regardless of the image used, will be logged, so your dashboard will appropriately display the imaging task.

                                Now, the big guy I think most will be excited about (or at least I’m hoping so due to the commonality of this type of request).

                                Non-registered hosts can also be imaged using the quick image option. The option is been moved back into the non-registered and registered items. (BYPASS REGISTRATION ON ADVANCED MENU IS NO LONGER NEEDED YAY!)

                                What does this mean?
                                It means quick image is just that. It is a means to quicking image any host (regardless of the registration status). If the host is not registered, it will not be logged, but it will image just fine.

                                Also with this, you can now specify which menu items you “Do not list” on any of the menu entries. Before there was either all, non-registered, or registered hosts. Now you can specify a simple do not list to not show a specific menu item.

                                Hopefully you all find this useful.[/quote]

                                The Quick Image make the same job as Capone Deploy ?

                                Regards,
                                Ch3i.

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

                                  I don’t know what you mean?

                                  Sort of yes, it falsifies the task entry information so it can run without being registered.

                                  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
                                  • ch3iC
                                    ch3i Moderator
                                    last edited by

                                    [quote=“Tom Elliott, post: 39153, member: 7271”]
                                    Sort of yes, [B]it falsifies the task entry information so it can run without being registered[/B].[/quote]

                                    Ok, noted !

                                    Regards,
                                    Ch3i.

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

                                      SVN 2658 released.

                                      With this comes hopefully the starting components with the new client to allow for a more secure channel of communication between the two. Legacy clients should remain as normal, but these steps will make working with the new client that much simpler.

                                      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

                                        SVN 2682 released.

                                        With this release comes many improvements.

                                        First major improvement was working with the Dashboard page. You can now select different time settings. While I know the time itself isn’t 100% accurate, it’s based on the delay’s between return of data from the php that’s called and the delay that’s actually in place. However, the data points do adjust proper for their required time setting. Also, there’s no more sleeping in the php script that is called. This was causing a delay between each node called which ultimately had to be processed before anything could happen such as switching out a link. Sometimes, the largest delay occurred between home page and another link simply because the delay that was set by the PHP plus the delay in timing of when it would re-request data, happened too quickly. This posed issues in Browser Memory leaking as well and could break the page. This is now fixed.

                                        Basically, bandwidth.php now just does it’s action and sends the data back to jquery. Jquery then delay’s and if the previous setting is set, does all the math required to get the proper Mbps. Response is much faster.

                                        Second, the mac-list page. While used to be fast, then made really slow, is now fast again. How fast you ask? Well, before it was collecting the file data from the proper place, and looping the data properly as well. After it got the data, it would insert into the database.

                                        Now it creates the query to insert the data in one line. This ultimately means instead of 45 seconds or more to update, it might take about 3 - 10 seconds. Most of that time is only due to it downloading the latest file. With this, also means, the file is not downloaded into the web directory. This means I can prune svn/git of all the oui.txt files and save quite a bit of space as the file size is now around 3.3MB.

                                        Third, updated the way kernel’s are loaded on the screen. All of my kernels from my website are now on SVN and there’s a new script to generate the file listing as necessary. This means we no longer have to hand peck the kernel update file to insert new records. Because of this, the selector now has three entries. The default being the new mechanism of getting files, which currently just has all the kernel’s I’ve built. This new script also passes the arch type back to the form where you enter the name of the file. It will suggest the name of the file (bzImage/bzImage32) based on the arch of the file returned ultimately meaning you can just start without having to remember which file you clicked on. As always, the existing files are backed up.

                                        With that also comes the download to allow for proxy authentication as well seeing as some proxies require auth to operate. This was lacking before which caused issues for those behind authentication based proxy servers.

                                        The new selections are: Published Kernels, Old Published Kernels, and Unofficial kernels.

                                        Those who know my work, will notice that many of the files in Published Kernels are also the same as on Unofficial kernels. This is intended as I just, quite literally, copied all my kernel files to SVN to get the data else where.

                                        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
                                        • Ray ZuchowskiR
                                          Ray Zuchowski
                                          last edited by

                                          Tom,

                                          On latest svn I cant export my reports to excel anymore or pdf.

                                          RZ

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

                                            SVN 2694 should fix the export issue.

                                            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
                                            • 14
                                            • 15
                                            • 16
                                            • 17
                                            • 18
                                            • 32
                                            • 33
                                            • 16 / 33
                                            • First post
                                              Last post

                                            252

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project