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

RC10 Broken Items on upgrade

Scheduled Pinned Locked Moved Solved
Bug Reports
6
146
108.6k
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
    adukes40 @adukes40
    last edited by Sep 13, 2016, 1:29 PM

    On a side note, It seems the remote sites cant get past network boot. If I try to boot a machine from the local site where the master server is, it will work, and get to the FOG pxe screen, but its does take longer than normal.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott @adukes40
      last edited by Sep 13, 2016, 1:32 PM

      @adukes40 can you increase your MySQL max_connections? I’m also going to remove persistent connections from the main and addressed the error of calling method debug statically when it is not a static method. I doubt any one of these things will fix what you’re seeing but based on the information I think your MySQL is just not responding to some connections. This makes php wait which would also explain the Max workers issue you’re seeing. You can try running the rc-11 build to see if it helps out of the box. For this I leave someone else to direct as explaining is a bit hard over a 'mobile phone.

      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
        adukes40
        last edited by Sep 13, 2016, 1:34 PM

        Ok, so I can just SVN up? and Where would I increase max_connections, and by how much?

        T W 2 Replies Last reply Sep 13, 2016, 1:38 PM Reply Quote 0
        • T
          Tom Elliott @adukes40
          last edited by Sep 13, 2016, 1:38 PM

          @adukes40 The RC working is done purely through git as branching is greatly simplified. So svn up will not work in your case.

          I dont know the os fog is running on but it normally is found in /etc/my.cnf or /etc/mysql/my.cnf but your location might vary.

          I’d say start by setting max_connections to 300. Once you make the change you will have to restart the MySQL service.

          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 Sep 13, 2016, 1:45 PM Reply Quote 0
          • W
            Wayne Workman @adukes40
            last edited by Sep 13, 2016, 1:40 PM

            @adukes40, I only know how with git. Message me and I’ll give you the commands.

            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!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • A
              adukes40 @Tom Elliott
              last edited by Sep 13, 2016, 1:45 PM

              @Tom-Elliott Before I read this I found the my.cnf file. It currently shows:

              #max_connections = 100

              Do I also need to remove the # sign?

              T 1 Reply Last reply Sep 13, 2016, 1:46 PM Reply Quote 0
              • T
                Tom Elliott @adukes40
                last edited by Sep 13, 2016, 1:46 PM

                @adukes40 yes the Linux class you’re taking probably hasn’t told you yet, typically # in scripting means a comment so anything after that point will not be executed for that line.

                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 Sep 13, 2016, 1:51 PM Reply Quote 0
                • A
                  adukes40 @Tom Elliott
                  last edited by Sep 13, 2016, 1:51 PM

                  @Tom-Elliott Ok, so max_connections is now set to 300
                  when I type mysql it lets me in now. it was saying too many connections before. However the GUI is still the same. can’t load/slow. I haven’t updated yet though.

                  1 Reply Last reply Reply Quote 0
                  • A
                    adukes40
                    last edited by Sep 13, 2016, 1:58 PM

                    BTW its almost feels like the slowness when one of the remote nodes can’t contact the master, and causes it to load slower. except in this situation when I see the dashboard, it cannot see any of the remote sites. It shows then on the graph, but this is all I see.

                    0_1473775084148_upload-179956b5-f99f-476d-b1f7-5f953f2e9284

                    T 1 Reply Last reply Sep 13, 2016, 2:09 PM Reply Quote 0
                    • T
                      Tom Elliott @adukes40
                      last edited by Sep 13, 2016, 2:09 PM

                      @adukes40 to test your theory just disable graph enabled on all nodes. For now it’s likely faster to do this than to try testing potentially many other unknowns. Of course this could all be fixed in RC 11 already but I doubt it. There is minimal reliance on nodes being available or not though. It really only needs “access” to see if the node is available or not. This shouldn’t hurt anything but it may delay load up of dashboard page by two seconds per node that’s disabled. This is because I have to check twice if the page is available to generate my URL lists for bandwidth and client checks. I’ll rework it tonight to generate the list of URLs only once on initial load up of the page. This should help limit redundant checks and improve overall availability

                      If you can

                      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 Sep 13, 2016, 2:19 PM Reply Quote 0
                      • A
                        adukes40 @Tom Elliott
                        last edited by adukes40 Sep 13, 2016, 8:20 AM Sep 13, 2016, 2:19 PM

                        @Tom-Elliott It is brutal, but I will try to disable the nodes first.Good news is that imaging actually works here at the master site. Takes a bit longer to get to the image part, but its actually makes it. Just anytime it needs to communicate to the DB it takes its sweet time.

                        W 1 Reply Last reply Sep 13, 2016, 2:48 PM Reply Quote 0
                        • A
                          adukes40
                          last edited by Sep 13, 2016, 2:30 PM

                          OK, all disabled except the master, but no change in performance.

                          1 Reply Last reply Reply Quote 0
                          • W
                            Wayne Workman @adukes40
                            last edited by Sep 13, 2016, 2:48 PM

                            @adukes40 graph disabled and node disabled are two different things. Graph disabled just doesn’t report disk usage or bandwidth usage. The node still operates fully.

                            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!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            A 1 Reply Last reply Sep 13, 2016, 2:57 PM Reply Quote 0
                            • A
                              adukes40 @Wayne Workman
                              last edited by Sep 13, 2016, 2:57 PM

                              @Wayne-Workman All graphs are now disabled. Still having issues connecting to home page. and still looks like this:
                              0_1473778655093_upload-34313270-dee1-4467-88af-a386837090c4

                              W 1 Reply Last reply Sep 13, 2016, 3:09 PM Reply Quote 0
                              • W
                                Wayne Workman @adukes40
                                last edited by Wayne Workman Sep 13, 2016, 9:10 AM Sep 13, 2016, 3:09 PM

                                @adukes40 check your cpu usage on your desktop when accessing the web interface. See how much power the browser is using.

                                Also, the output from top on the server when trying to access the dashboard would be 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!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

                                A 1 Reply Last reply Sep 13, 2016, 3:14 PM Reply Quote 0
                                • A
                                  adukes40 @Wayne Workman
                                  last edited by Sep 13, 2016, 3:14 PM

                                  @Wayne-Workman Computer CPU - Chrome hit 02% max…

                                  here is best I could get you from TOP

                                  0_1473779649323_upload-d8145ae5-beb9-4cfc-9dac-4ab7f22b9e74

                                  W T 2 Replies Last reply Sep 13, 2016, 3:17 PM Reply Quote 0
                                  • W
                                    Wayne Workman @adukes40
                                    last edited by Sep 13, 2016, 3:17 PM

                                    @adukes40 apache is working pretty hard. And I’m not positive but it looks like some of those apache processes have been running a long time. @Tom-Elliott @george1421?

                                    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!
                                    Daily Clean Installation Results:
                                    https://fogtesting.fogproject.us/
                                    FOG Reporting:
                                    https://fog-external-reporting-results.fogproject.us/

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott @adukes40
                                      last edited by Tom Elliott Sep 13, 2016, 9:19 AM Sep 13, 2016, 3:17 PM

                                      @adukes40 said in RC10 Broken Items on upgrade:

                                      Can you reset all host encryption data? Do this from mysql cli

                                      Connect by:
                                      mysql -u root fog

                                      Run command
                                      update hosts set hostSecToc='';

                                      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 Sep 13, 2016, 3:19 PM Reply Quote 0
                                      • A
                                        adukes40 @Tom Elliott
                                        last edited by Sep 13, 2016, 3:19 PM

                                        @Tom-Elliott root@MSDCATS09:~# mysql -u fog
                                        ERROR 1045 (28000): Access denied for user ‘fog’@‘localhost’ (using password: NO)

                                        T 1 Reply Last reply Sep 13, 2016, 3:20 PM Reply Quote 0
                                        • T
                                          Tom Elliott @adukes40
                                          last edited by Sep 13, 2016, 3:20 PM

                                          @adukes40 please see same post after edit sorry I forgot to add root for the -u arg

                                          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 Sep 13, 2016, 3:21 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 6
                                          • 7
                                          • 8
                                          • 1 / 8
                                          1 / 8
                                          • First post
                                            20/146
                                            Last post

                                          166

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.4k

                                          Posts
                                          Copyright © 2012-2024 FOG Project