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

    Can't open multicast on clients (login issue)

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    14
    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.
    • Q
      Quazz Moderator
      last edited by Quazz

      It returns to menu too quickly for me to see what exactly it says.

      I tried adding new users or even login with default user, but none of it is working.

      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      

      That’s the code I have for multicast atm

      I also can’t delete any multicast sessions through webgui

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

        @Quazz What do you mean?

        How did you start the multicast session?

        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

        Q 1 Reply Last reply Reply Quote 0
        • Q
          Quazz Moderator
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • Q
            Quazz Moderator @Tom Elliott
            last edited by Quazz

            @Tom-Elliott
            By choosing the multicast option in the iPXE menu.

            It then gives me the login menu, I enter the credentials and it brings me back to main menu.

            Also, when I check the status of FOG services they are all running twice, is that normal?

            Main PID: 1949 (FOGMulticastMan)
               CGroup: /system.slice/FOGMulticastManager.service
                       ├─1949 /usr/bin/php -q /opt/fog/service/FOGMulticastManager/FOGMulticastManager &
                       └─1950 /usr/bin/php -q /opt/fog/service/FOGMulticastManager/FOGMulticastManager &
            

            We need to image 300 laptops in little time so I’d like to get it to work, otherwise I’ll have to resert to unicast.

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

              @Quazz Is there a multicast image task already running? If there is, how was it started?

              Yes, there should be two processes. One that spawns the real process, and the real process itself.

              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

              Q 1 Reply Last reply Reply Quote 0
              • Q
                Quazz Moderator @Tom Elliott
                last edited by Quazz

                @Tom-Elliott I removed any remnants as per the wiki troubleshooting guide.

                I then added a new session through the WebGUI.

                If you mean if there’s any client in the proces of multicasting right now then the answer should be no.

                If I remove all sessions and try to launch it I see “No sessions to join” or something to that affect flashing up real quick.

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

                  @Quazz That’s why it’s not working.

                  There’s nothing for the clients to join.

                  You need to start a multicast task, either by using Groups->Basic Tasks->Multicast, or go to images and select the “multicast image” option and define the parameters.

                  If you go the group route, they clients should automatically start loading into fog when they reboot (no menu option to use).

                  If you go the multicast image route, you can associate the client by using the name you created during the task generation.

                  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

                  Q 1 Reply Last reply Reply Quote 0
                  • Q
                    Quazz Moderator @Tom Elliott
                    last edited by Quazz

                    @Tom-Elliott Yes, I did create one (through the image menu), but the issue remains the same. It’s like it’s auto entering a blank entry for session name, which it cant’ find so throws me back to main menu.

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

                      @Quazz said:

                      @Tom-Elliott Yes, I did create one (through the image menu), but the issue remains the same. It’s like it’s auto entering a blank entry for session name, which it cant’ find so throws me back to main menu.

                      Tom is suggesting (and I agree) to use groups instead.

                      Make a group, then put the computers you want to multicast into that group. Then from the group, go to basic tasks and pick multicast.

                      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/

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

                        @Wayne-Workman No not at all, just wanted to know exactly how i could replicate.

                        @Quazz I have replicated and fixed the problem. Please update and things should be better.

                        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

                        Q 2 Replies Last reply Reply Quote 2
                        • Q
                          Quazz Moderator @Tom Elliott
                          last edited by

                          @Tom-Elliott Thanks for the quick help, I will be able to check this out tomorrow morning, I will report back asap.

                          1 Reply Last reply Reply Quote 0
                          • Q
                            Quazz Moderator @Tom Elliott
                            last edited by

                            @Tom-Elliott I just tested and now I see something along the lines of read sessnamehttp://(fogiphere)/fog/service/boot.php and then it throws me back to main menu.

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

                              @Quazz you’re still getting this or not? Did you update?

                              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

                              Q 1 Reply Last reply Reply Quote 0
                              • Q
                                Quazz Moderator @Tom Elliott
                                last edited by

                                @Tom-Elliott I updated before testing again, yes, still this issue. Don’t know if it’s related but something similar happens with the debug options.

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post

                                176

                                Online

                                12.1k

                                Users

                                17.3k

                                Topics

                                155.3k

                                Posts
                                Copyright © 2012-2024 FOG Project