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

Latest Development FOG

Scheduled Pinned Locked Moved General
652 Posts 57 Posters 1.8m Views
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
    Tom Elliott
    last edited by Nov 5, 2014, 1:49 AM

    So all of you having issues are trying to use the email functionality?

    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
    • T
      Tom Elliott
      last edited by Nov 5, 2014, 1:53 AM

      I’ve tried changing the way that setting is looked at. 2576 release to try fixing the issue you’re seeing.

      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
      • F
        Fernando Gietz Developer
        last edited by Nov 5, 2014, 9:55 AM

        Now, with revision 2578, I can not access to dashboard. I have problems with the browsers:
        “[SIZE=13px][FONT=Helvetica][COLOR=#a0a0a0]Error Code: ERR_CONTENT_DECODING_FAILED[/COLOR][/FONT][/SIZE]”

        1 Reply Last reply Reply Quote 0
        • F
          Fernando Gietz Developer
          last edited by Nov 5, 2014, 9:59 AM

          If I change the php.ini config:
          zlib.output_compression = On
          I can access but appears a php error:
          [SIZE=13px][FONT=Ubuntu][COLOR=#555555]/var/www/html/fog/lib/db/MySQL.class.php on line 74 Warning: mysqli::select_db(): Couldn’t fetch mysqli in /var/www/html/fog/lib/db/MySQL.class.php on line 74 Warning: ob_start(): output handler ‘ob_gzhandler’ conflicts with ‘zlib output compression’ in /var/www/html/fog/management/index.php on line 42[/COLOR][/FONT][/SIZE]

          1 Reply Last reply Reply Quote 0
          • L
            Lee Rowlett Developer
            last edited by Nov 5, 2014, 10:52 AM

            turn off Display_Errors also

            1 Reply Last reply Reply Quote 0
            • F
              Fernando Gietz Developer
              last edited by Nov 5, 2014, 11:15 AM

              Now works fine. But, the compression is necessary? Until now was not necessary

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Nov 5, 2014, 12:40 PM

                The compression isn’t necessary but is used to try limiting the bandwidth usage on your network.

                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 Nov 5, 2014, 2:35 PM

                  Here is my apache error log when sending my last image:

                  [CODE][Tue Nov 04 17:14:25 2014] [error] [client 10.96.14.226] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/html/fog/lib/db/MySQL.class.php on line 164
                  [Tue Nov 04 17:14:25 2014] [error] [client 10.96.14.226] PHP Warning: mysqli::mysqli(): (HY000/2002): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) in /var/www/html/fog/lib/db/MySQL.class.php on line 69
                  [Tue Nov 04 17:14:25 2014] [error] [client 10.96.14.226] PHP Warning: mysqli::query(): Couldn’t fetch mysqli in /var/www/html/fog/lib/db/MySQL.class.php on line 102
                  [Tue Nov 04 17:14:25 2014] [error] [client 10.96.14.226] PHP Warning: MySQL::query(): Couldn’t fetch mysqli in /var/www/html/fog/lib/db/MySQL.class.php on line 103
                  [Tue Nov 04 17:14:25 2014] [error] [client 10.96.14.226] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/html/fog/lib/db/MySQL.class.php on line 164
                  [Tue Nov 04 17:14:25 2014] [error] [client 10.96.14.226] PHP Warning: mysqli::escape_string(): Couldn’t fetch mysqli in /var/www/html/fog/lib/db/MySQL.class.php on line 262
                  [/CODE]

                  I also have a load of other SQL errors from many other clients…all like the above but in slightly different orders.

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Nov 5, 2014, 3:03 PM

                    2579 should fix the array_key_exists errors, though there shouldn’t really be any issues as their just warnings.

                    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 Nov 5, 2014, 3:27 PM

                      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
                      • R
                        Ray Zuchowski
                        last edited by Nov 5, 2014, 5:44 PM

                        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 Nov 5, 2014, 7:34 PM

                          [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
                          • T
                            Tom Elliott
                            last edited by Nov 6, 2014, 1:19 AM

                            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
                            • T
                              Tom Elliott
                              last edited by Nov 9, 2014, 5:46 PM

                              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
                              • R
                                Ray Zuchowski
                                last edited by Nov 10, 2014, 2:38 PM

                                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
                                • T
                                  Tom Elliott
                                  last edited by Nov 10, 2014, 4:39 PM

                                  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 Nov 10, 2014, 5:46 PM

                                    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
                                    • T
                                      Tom Elliott
                                      last edited by Nov 10, 2014, 6:50 PM

                                      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
                                      • T
                                        Tom Elliott
                                        last edited by Nov 10, 2014, 7:40 PM

                                        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
                                        • T
                                          Tom Elliott
                                          last edited by Nov 12, 2014, 1:49 AM

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

                                          187

                                          Online

                                          12.4k

                                          Users

                                          17.4k

                                          Topics

                                          155.9k

                                          Posts
                                          Copyright © 2012-2025 FOG Project