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

    Multicast in FOG 1.3.3 Not Starting

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    multicast 1.3.3
    2
    8
    2.5k
    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.
    • P
      PBrow
      last edited by

      Server
      • FOG Version: 1.3.3
      • OS: Ubuntu Server 16.4 LTS
      Client
      • Service Version:
      • OS: Win 7 Pro
      Description

      Hey Guys! Recently upgraded to FOG 1.3.3 (SVN Revision: 6061) and it seems that my multicast functionality has stopped. When I was using 1.3 RC it was working properly.

      I start the session through the Image Management page on the Fog web interface. I am able to join and the session and get Partclone to load but that’s when things stop, I know its supposed to start after either the timeout or client count is reached but that doesn’t happen.

      I can see the multicast session on the fog web interface and see that there are machines in it and it says the session is “In Progress”

      I’m wondering if this is a known issue or if its just happening to me.

      Any advice?

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

        Is the FOG Multicast Manager service running?

        systemctl status FOGMulticastManager -l should give us any errors being thrown.
        Can you give us a view of the Logs? (From GUI goto FOG Configuration Page->Log Viewer->Select Multicast Manager from the dropdown on the left top of the window)

        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

        P 1 Reply Last reply Reply Quote 0
        • P
          PBrow @Tom Elliott
          last edited by

          @Tom-Elliott

          ● FOGMulticastManager.service - FOGMulticastManager
             Loaded: loaded (/lib/systemd/system/FOGMulticastManager.service; enabled; vendor preset: enabled)
             Active: failed (Result: exit-code) since Wed 2017-01-18 15:08:14 EST; 1 day 3h ago
           Main PID: 16218 (code=exited, status=255)
          
          Jan 18 15:08:14 ubuntu FOGMulticastManager[16218]: Stack trace:
          Jan 18 15:08:14 ubuntu FOGMulticastManager[16218]: #0 /var/www/html/fog/commons/init.php(319): Initiator::_extCheck()
          Jan 18 15:08:14 ubuntu FOGMulticastManager[16218]: #1 /var/www/html/fog/commons/base.inc.php(48): Initiator::startInit()
          Jan 18 15:08:14 ubuntu FOGMulticastManager[16218]: #2 /opt/fog/service/lib/service_lib.php(22): require('/var/www/html/f...')
          Jan 18 15:08:14 ubuntu FOGMulticastManager[16218]: #3 /opt/fog/service/FOGMulticastManager/FOGMulticastManager(25): require('/opt/fog/servic...')
          Jan 18 15:08:14 ubuntu FOGMulticastManager[16218]: #4 {main}
          Jan 18 15:08:14 ubuntu FOGMulticastManager[16218]:   thrown in /var/www/html/fog/commons/init.php on line 453
          Jan 18 15:08:14 ubuntu systemd[1]: FOGMulticastManager.service: Main process exited, code=exited, status=255/n/a
          Jan 18 15:08:14 ubuntu systemd[1]: FOGMulticastManager.service: Unit entered failed state.
          Jan 18 15:08:14 ubuntu systemd[1]: FOGMulticastManager.service: Failed with result 'exit-code'.
          

          And the GUI Log Viewer is saying No Task Found

          Tom ElliottT 2 Replies Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @PBrow
            last edited by

            @PBrow Can you stop the service:

            systemctl stop FOGMulticastManager

            And attempt starting the service manually?

            php -f /opt/fog/service/FOGMulticastManager/FOGMulticastManager

            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 @PBrow
              last edited by

              @PBrow Also, based on what I’m seeing it appears the extensions FOG requires are not availabled (probably because ubuntu separates php processes of “apache” based and “cli” based.

              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

              P 1 Reply Last reply Reply Quote 0
              • P
                PBrow @Tom Elliott
                last edited by

                @Tom-Elliott

                root@ubuntu:~# php -f /opt/fog/service/FOGMulticastManager/FOGMulticastManager
                PHP Fatal error:  Uncaught Exception: Missing one or more extensions. in /var/www/html/fog/commons/init.php:453
                Stack trace:
                #0 /var/www/html/fog/commons/init.php(319): Initiator::_extCheck()
                #1 /var/www/html/fog/commons/base.inc.php(48): Initiator::startInit()
                #2 /opt/fog/service/lib/service_lib.php(22): require('/var/www/html/f...')
                #3 /opt/fog/service/FOGMulticastManager/FOGMulticastManager(25): require('/opt/fog/servic...')
                #4 {main}
                  thrown in /var/www/html/fog/commons/init.php on line 453
                root@ubuntu:~#
                
                1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott
                  last edited by

                  Attempting to hit you up in chat.

                  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

                    Remoted in. Issue possibly appeared from an Ubuntu update.

                    Essentially, however, the services were not able to start because PHP was missing the mysqli extension. I suspect it was removed (or at least unlinked) during one of these OS updates.

                    Cleaned up/fixed this by editing the /opt/fog/.fogsettings file and removing the php_ver, php_verAdds, and packages lines. Reran the installer and everything needed installed properly and the services all appear to be working properly too now.

                    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 / 1
                    • First post
                      Last post

                    156

                    Online

                    12.0k

                    Users

                    17.3k

                    Topics

                    155.2k

                    Posts
                    Copyright © 2012-2024 FOG Project