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

Can't find the "Reset Encryption Data" button on any hosts.

Scheduled Pinned Locked Moved
FOG Problems
4
41
10.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.
  • A
    alexf2132 @Tom Elliott
    last edited by Aug 19, 2016, 3:01 PM

    @Tom-Elliott 0_1471618854197_fogmac1.PNG

    One of those is for Bluetooth. The one ending in “88-BD” is for Wi-Fi.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Tom Elliott Aug 19, 2016, 9:08 AM Aug 19, 2016, 3:08 PM

      So the select statement from earlier, try:

      SELECT hmHostID from hostMAC where hmMAC IN ('28:d2:44:34:3e:df','00:c2:c6:05:88:bd','00:c2:c6:05:88:c1');

      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

      A 1 Reply Last reply Aug 19, 2016, 3:12 PM Reply Quote 0
      • A
        alexf2132 @Tom Elliott
        last edited by Aug 19, 2016, 3:12 PM

        @Tom-Elliott Still getting the same MAC error.

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Aug 19, 2016, 3:12 PM

          did you run the statement yet? I need to see the output.

          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

          A 1 Reply Last reply Aug 19, 2016, 3:16 PM Reply Quote 0
          • A
            alexf2132 @Tom Elliott
            last edited by Aug 19, 2016, 3:16 PM

            @Tom-Elliott Here’s the output. 0_1471619754530_fogdb2.png

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Aug 19, 2016, 3:18 PM

              Are both of those hosts hosts you need?

              You can find the name if you run:

              select hostID,hostName from hosts where hostID IN (7,102);

              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

              A 2 Replies Last reply Aug 19, 2016, 3:30 PM Reply Quote 0
              • W
                Wayne Workman
                last edited by Wayne Workman Aug 19, 2016, 9:19 AM Aug 19, 2016, 3:18 PM

                If I got a nickel every time someone said “It worked on the old version”…

                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/

                A 1 Reply Last reply Aug 19, 2016, 3:32 PM Reply Quote 1
                • A
                  alexf2132 @Tom Elliott
                  last edited by Aug 19, 2016, 3:30 PM

                  @Tom-Elliott 0_1471620597735_fogdb3.png

                  Q 1 Reply Last reply Aug 19, 2016, 3:36 PM Reply Quote 0
                  • A
                    alexf2132 @Wayne Workman
                    last edited by Aug 19, 2016, 3:32 PM

                    @Wayne-Workman Oh I’ve heard that too many times with all the stuff I support daily, lol. But even I mention that phrase from time to time.

                    1 Reply Last reply Reply Quote 0
                    • Q
                      Quazz Moderator @alexf2132
                      last edited by Aug 19, 2016, 3:36 PM

                      @alexf2132 Does that hostname seem familiar?

                      A 1 Reply Last reply Aug 19, 2016, 3:39 PM Reply Quote 0
                      • A
                        alexf2132 @Quazz
                        last edited by Aug 19, 2016, 3:39 PM

                        @Quazz Looks like the ethernet MAC of the laptop we’ve been troubleshooting… spooky.

                        Q 1 Reply Last reply Aug 19, 2016, 3:49 PM Reply Quote 0
                        • A
                          alexf2132 @Tom Elliott
                          last edited by Aug 19, 2016, 3:45 PM

                          @Tom-Elliott All of a sudden my laptop had a big toast window in the bottom right corner of the screen, said it needed to make changes, restarted the computer, and now its connected to my domain. I’m going to wipe the computer, reinstall .NET/drivers/fog client, sysprep it, upload/download the image, and see how it goes. I’ll give an update when that’s all done.

                          @Wayne-Workman @Tom-Elliott Thank you both for the help so far. I appreciate it.

                          1 Reply Last reply Reply Quote 0
                          • Q
                            Quazz Moderator @alexf2132
                            last edited by Aug 19, 2016, 3:49 PM

                            @alexf2132 Ah, seems you’re right, you can likely safely delete it then.

                            If your real host does not have its mac address as hostname then

                            delete from hosts where hostName = 28d244343edf
                            
                            1 Reply Last reply Reply Quote 0
                            • 1
                            • 2
                            • 3
                            • 2 / 3
                            2 / 3
                            • First post
                              38/41
                              Last post

                            153

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project