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

    Unsolved FOG Multicast Issue

    FOG Problems
    6
    12
    2597
    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.
    • V
      Vanderhoff91
      last edited by

      Just recently updated from 1.2.0 to the latest trunk version (3480). I cannot seem to multicast at all. When selecting the option in the boot menu, text flashes by quickly after logging in, I briefly see the messages:

      http://serverip/fog/service/ipxe/boot.php... ok
      Please enter the session name to join>read sessname
      http://serverip/fog/service/ipxe/boot.php... ok
      http://serverip/fog/service/ipxe/bg.png... ok
      

      Then immediatley after the last message is displayed, I’m thrown back into the boot menu. Has anyone come across this issue?

      Here is what the multitask.log file shows:

      [05-27-15 5:31:03 pm]  * No Tasks Found!
      [05-27-15 5:31:13 pm]  | Task (1) Test is new!
      [05-27-15 5:31:13 pm]  | Task (1) /images/2120Factory image file found.
      [05-27-15 5:31:13 pm]  | Task (1) 1 client(s) found.
      [05-27-15 5:31:13 pm]  | Task (1) Test sending on base port: 63100
      [05-27-15 5:31:13 pm] CMD: cat /images/2120Factory/d1p1.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/2120Factory/d1p2.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/2120Factory/d1p3.img | /usr/local/sbin/udp-sender --interface eth1 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint;
      [05-27-15 5:31:13 pm]  | Task (1) Test has started.
      [05-27-15 5:31:23 pm]  | Task (1) Test is already running PID 7982
      

      PS. I also noticed the time in the log is very different from the system time, is that normal?

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

        @Wayne-Workman said:

        Inside the FOG DB, there are two multicast association tables. Can you delete all the rows in those tables, re-install FOG, and try again and see what happens?

        TRUNCATE TABLE multicastSessions; 
        TRUNCATE TABLE multicastSessionsAssoc; 
        DELETE FROM tasks WHERE taskTypeId=8;
        

        Via MySQL cli or phpmyadmin (easy to install)

        1 Reply Last reply Reply Quote 1
        • Wayne WorkmanW
          Wayne Workman
          last edited by

          Inside the FOG DB, there are two multicast association tables. Can you delete all the rows in those tables, re-install FOG, and try again and see what happens?

          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/

          ch3iC 1 Reply Last reply Reply Quote 0
          • Wayne WorkmanW
            Wayne Workman
            last edited by

            Can you run the troubleshooting script found here: https://forums.fogproject.org/topic/4581/let-s-make-scripts

            And see if it points anything out?

            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
              Tune389
              last edited by

              same Problem here -> /topic/5022/image-download-is-stuck-at-99

              1 Reply Last reply Reply Quote 0
              • V
                Vanderhoff91 @Tom Elliott
                last edited by Vanderhoff91

                @Tom-Elliott
                Multicast is not working, still the same issues as above.
                I can start a session, but I am unable to get any machines to join it.

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

                  So multicast is working or not?

                  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

                  V 1 Reply Last reply Reply Quote 0
                  • V
                    Vanderhoff91
                    last edited by

                    Ubuntu 14.04 x64
                    Fog Version 3488
                    I have been able to successfully upload an image and deploy via quick image btw.
                    Also thank you very much for the quick replies!

                    1 Reply Last reply Reply Quote 0
                    • M
                      Mark Bridges
                      last edited by

                      Good to know. Thanks for that and all your work here.

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

                        @Mark-Bridges This will work for 1.2.0, but a forewarning/notice of SVN Revisions, this is not the case.

                        The time is now set directly in the GUI.

                        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
                        • M
                          Mark Bridges
                          last edited by

                          I found the log time off as well in my Fog install on Ubuntu. Updating a couple config files fixes this. Here’s the wiki entry.
                          https://wiki.fogproject.org/wiki//index.php/Time_off

                          Tom ElliottT 1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman
                            last edited by

                            What OS and version are you running FOG on?
                            Any updates on this?

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

                            93

                            Online

                            10.6k

                            Users

                            16.5k

                            Topics

                            151.1k

                            Posts
                            Copyright © 2012-2023 FOG Project