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

    Does the fog client service check for pending tasks for all MACs, or just the active one?

    Scheduled Pinned Locked Moved Solved
    Windows Problems
    6
    15
    5.4k
    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.
    • Joseph HalesJ
      Joseph Hales Testers
      last edited by

      In SVN they will add them selves automatically to an approval list under the wireless mac. When you approve the pending macs they will run tasks as normal under the fog client. This is for name change, add to AD, and snapins tasks; tasks that require pxe boot will not run wirelessly.

      RTFM

      TrevelyanT 1 Reply Last reply Reply Quote 0
      • N
        nengelhardt
        last edited by

        In SVN

        That means not in 1.2.0, right?

        1 Reply Last reply Reply Quote 0
        • JunkhackerJ
          Junkhacker Developer
          last edited by

          the client reports all available mac addresses when checking for tasks. this means that, typically, the registered mac is sent with the pending tasks check whether it’s the one being used to connect to the network or not.

          signature:
          Junkhacker
          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

          1 Reply Last reply Reply Quote 2
          • N
            nengelhardt
            last edited by

            the client reports all available mac addresses when checking for tasks. this means that, typically, the registered mac is sent with the pending tasks check whether it’s the one being used to connect to the network or not.

            That’s what I was wondering. Thank you.

            1 Reply Last reply Reply Quote 0
            • TrevelyanT
              Trevelyan @Joseph Hales
              last edited by Trevelyan

              @Joseph-Hales

              Actually - even if the MACs are pending, they are still used even if unapproved. This is a huge problem with VMWare adapter addresses.

              For example: if a host has a pending mac address of 00:50:9c:00:08 and then another host notices it has that same mac address, it will associate itself with that host, adding its own mac address to that host and renaming itself, if hostname changer is enabled.

              Last week was spend unbrokening many broken PCs 🙂

              Wayne WorkmanW JunkhackerJ 2 Replies Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman @Trevelyan
                last edited by

                @Trevelyan said:

                @Joseph-Hales

                Actually - even if the MACs are pending, they are still used even if unapproved. This is a huge problem with VMWare adapter addresses.

                For example: if a host has a pending mac address of 00:50:9c:00:08 and then another host notices it has that same mac address, it will associate itself with that host, adding its own mac address to that host and renaming itself, if hostname changer is enabled.

                Last week was spend unbrokening many broken PCs 🙂

                wowzers… that sucks.

                What aer the advantages of building images in VMWare? I know that some people do it but I never understood why… just because you can??

                I maintain an image for every model in my building, and I build those images on the physical machines they are destined for… even though I have access to good Hyper-V resources.

                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
                • N
                  nengelhardt
                  last edited by

                  What aer the advantages of building images in VMWare? I know that some people do it but I never understood why… just because you can??

                  The main advantage, and why I do it, is because you can take a snapshot BEFORE you run sysprep, so that if something is wrong with your unattended file, or you want to update the image and sysprep it again, you can as many times as you want by reverting back to that snapshot. If you don’t, you are limited to sysprepping 3 times per windows installation. It took me a few times to get my unattended.xml right, and being able to update once, push for all is big. My actual method is to build the image, with all the software, in VirtualBox, in audit mode. Then I sysprep /generalize /audit to sysprep it and have it go back into audit mode. Then I upload it to fog from the VM and download it to a physical machine in my office. I boot that one up (into audit mode) and install all the drivers I need, then sysprep again with the answer file “sysprep /oobe /generalize /unattend:unattended.xml” and upload, then multicast to the rest of the physical machines.

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

                    @nengelhardt

                    I don’t sysprep… However, on that same note… my co-worker was messing around with Windows Deployment Services which requires sys-prep.

                    I remember him getting aggravated about the 3 reboot limit thing… I told him, ok build the image over again… and we will just upload it to FOG for safe keeping. If you need to restart, we can restore it (THEN) in 15 minutes.

                    And now, we’ve ditched WDS in favor of FOG, and because of the awesome compression and upload / download times in FOG Trunk, we often find ourselves doing a pre-upload of images lol… Uploading what we have before we do something risky that you can’t come back from cleanly.

                    Once we verify that what we did works, we delete the early image of course. But, we have reverted to early images a few times.

                    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/

                    N 1 Reply Last reply Reply Quote 0
                    • JunkhackerJ
                      Junkhacker Developer @Trevelyan
                      last edited by

                      @Trevelyan said:

                      @Joseph-Hales

                      Actually - even if the MACs are pending, they are still used even if unapproved. This is a huge problem with VMWare adapter addresses.

                      For example: if a host has a pending mac address of 00:50:9c:00:08 and then another host notices it has that same mac address, it will associate itself with that host, adding its own mac address to that host and renaming itself, if hostname changer is enabled.

                      Last week was spend unbrokening many broken PCs 🙂

                      that sounds like a bug, as that is not the intended operation. did you notify anyone about it (other than this post)?

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                      Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott @Junkhacker
                        last edited by

                        @Junkhacker he has reported it and I am looking into it as we speak.

                        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 1
                        • Wayne WorkmanW
                          Wayne Workman @Junkhacker
                          last edited by

                          @Junkhacker Another guy made a thread about it, too… https://forums.fogproject.org/topic/5284/bug-pending-mac-addresses-being-used-and-not-being-approved-and-broken-filter

                          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/

                          TrevelyanT 1 Reply Last reply Reply Quote 0
                          • TrevelyanT
                            Trevelyan @Wayne Workman
                            last edited by

                            @Wayne-Workman

                            Same guy 😉

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

                              @Trevelyan Oh lol…

                              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
                              • N
                                nengelhardt @Wayne Workman
                                last edited by nengelhardt

                                @Wayne-Workman said:

                                @nengelhardt

                                I don’t sysprep… However, on that same note… my co-worker was messing around with Windows Deployment Services which requires sys-prep.

                                I remember him getting aggravated about the 3 reboot limit thing… I told him, ok build the image over again… and we will just upload it to FOG for safe keeping. If you need to restart, we can restore it (THEN) in 15 minutes.

                                And now, we’ve ditched WDS in favor of FOG, and because of the awesome compression and upload / download times in FOG Trunk, we often find ourselves doing a pre-upload of images lol… Uploading what we have before we do something risky that you can’t come back from cleanly.

                                Once we verify that what we did works, we delete the early image of course. But, we have reverted to early images a few times.

                                Yeah, I found the speed difference in snapshot vs. upload is well worth building it in a VM, but I suppose if that’s your style then go ahead.

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

                                154

                                Online

                                12.1k

                                Users

                                17.3k

                                Topics

                                155.3k

                                Posts
                                Copyright © 2012-2024 FOG Project