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

image deploy help

Scheduled Pinned Locked Moved Solved
FOG Problems
2
22
1.8k
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.
  • S
    Sebastian Roth Moderator
    last edited by Mar 5, 2019, 6:46 AM

    @Bullet Why did you copy&paste your own output to execute in the shell???

    Were my instrctions missleading? Simple run thise two commands (as root):

    kill -9  1026  3908
    /usr/bin/php /opt/fog/service/FOGMulticastManager/FOGMulticastManager
    

    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
    • B
      Bullet
      last edited by Sebastian Roth Mar 5, 2019, 12:55 PM Mar 5, 2019, 12:27 PM

      Sorry. I ran the kill and it comes up no such process.

      Other comes up with:

      PHP Warning:  Error while sending QUERY packet. PID=19012 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=19159 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=19495 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=19640 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=19976 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=20115 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=20440 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=20588 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=20914 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=21073 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=21330 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=21552 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=21879 in /var/www/fog/lib/db/pdodb.class.php on line 591
      PHP Warning:  Error while sending QUERY packet. PID=22050 in /var/www/fog/lib/db/pdodb.class.php on line 591
      
      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by Mar 5, 2019, 6:23 PM

        @Bullet Seems like the MulticastManager has a major issue issuing a query to the database but it’s kind of strange because the other services do query the database as well and so does the web UI.

        • Can you still use the FOG web UI without a problem?
        • Is it slow on certain page loads?
        • How many hosts with fog-client installed do you have?
        • What is CLIENT CHECKIN TIME time set to (FOG Configuration -> FOG Settings -> FOG Client section)?
        • How much memory do you have in your FOG server (command free -m)?

        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
        • B
          Bullet
          last edited by Sebastian Roth Mar 5, 2019, 12:54 PM Mar 5, 2019, 6:45 PM

          We can use the UI fine and from any system.
          No slowness at all.
          12 Hosts
          Checkin Time is 60
          8gb memory installed

                        total        used        free      shared  buff/cache   available
          Mem:           7822        2154        3836         341        1831        5039
          Swap:          2047           0        2047
          
          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Mar 5, 2019, 7:56 PM

            We did a remote session. Turned out to be a case of corrupt entries in the multicastSession table in the datebase. We fixed those as described in the wiki: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_MySQL#Database_Maintenance_Commands

            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
            • S
              Sebastian Roth Moderator
              last edited by Mar 5, 2019, 7:57 PM

              @Bullet Sorry, I forgot to start all the other services again. Maybe it’s good you restart your FOG server and all will be fine up again.

              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
              • B
                Bullet
                last edited by Mar 5, 2019, 8:01 PM

                Thanks again for the help!

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Mar 9, 2019, 7:25 AM

                  I am re-opening this topic as @Bullet told me in a chat session that the same issue occurred again. Hope we can figure out which steps led to it so we might be able to fix this in the code.

                  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
                  • B
                    Bullet
                    last edited by Mar 15, 2019, 6:52 PM

                    Sorry been away. I was able to fix the issue acting I was installing all over again.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Mar 15, 2019, 7:04 PM

                      @Bullet Please keep us posted if the issue is coming up again.

                      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
                      • B
                        Bullet
                        last edited by Mar 15, 2019, 9:01 PM

                        Will do.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        2 / 2
                        • First post
                          21/22
                          Last post

                        208

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project