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

Fast TSC Calibration Error, unable to register and inventory

Scheduled Pinned Locked Moved Solved
FOG Problems
6
29
17.2k
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.
  • T
    Tom Elliott @mattyb
    last edited by Jan 20, 2016, 11:35 PM

    @mattyb I’m aware it references an error and am working to try to correct it so you can actually see a listing."

    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
      mattyb
      last edited by Jan 22, 2016, 3:53 PM

      Any luck on getting the kernel site going again? Still not allowing me in.

      T 1 Reply Last reply Jan 22, 2016, 4:14 PM Reply Quote 0
      • T
        Tom Elliott @mattyb
        last edited by Jan 22, 2016, 4:14 PM

        @mattyb Run this command to just download the latest kernels in place.

        mkdir /var/www/html/fog/service/ipxe/backup
        mv /var/www/html/fog/service/ipxe/bzImage* /var/www/html/fog/service/ipxe/backup
        cd /var/www/html/fog/service/ipxe/
        wget --no-check-certificate https://fogproject.org/kernels/bzImage -O bzImage
        wget --no-check-certificate https://fogproject.org/kernels/bzImage32 -O bzImage32
        

        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

        W 1 Reply Last reply Jan 23, 2016, 3:37 AM Reply Quote 0
        • W
          Wayne Workman @Tom Elliott
          last edited by Wayne Workman Jun 11, 2016, 11:35 AM Jan 23, 2016, 3:37 AM

          @Tom-Elliott said:

          @mattyb Run this command to just download the latest kernels in place.

          mkdir /var/www/html/fog/service/ipxe/backup
          mv /var/www/html/fog/service/ipxe/bzImage* /var/www/html/fog/service/ipxe/backup
          cd /var/www/html/fog/service/ipxe/
          wget --no-check-certificate https://fogproject.org/kernels/bzImage -O bzImage
          wget --no-check-certificate https://fogproject.org/kernels/bzImage32 -O bzImage32
          

          wiki

          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/

          M W 2 Replies Last reply Jan 25, 2016, 5:03 PM Reply Quote 0
          • M
            mattyb @Wayne Workman
            last edited by mattyb Jan 25, 2016, 11:04 AM Jan 25, 2016, 5:03 PM

            @Wayne-Workman @tom-elIiott downloaded the new kernels from the console as directed. Of note, I do not have the ‘html’ directory referenced in the file path, so I adapted the instructions to fit my system. Where can I see confirmation that the newly downloaded kernel is now in service? Assuming by following the referenced instructions FOG automatically places the new kernel into production, I attempted to perform a fresh registration and inventory and received the same error.

            W 1 Reply Last reply Jan 25, 2016, 5:08 PM Reply Quote 0
            • W
              Wayne Workman @mattyb
              last edited by Jan 25, 2016, 5:08 PM

              @mattyb said:

              Where can I see confirmation that the newly downloaded kernel is now in service?

              Boot a host into download - debug mode, Then issue the command uname -r on the host.

              To find that option on 1.2.0, you’ll need to browse through the advanced task types.

              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/

              M 1 Reply Last reply Jan 25, 2016, 5:44 PM Reply Quote 0
              • M
                mattyb @Wayne Workman
                last edited by Jan 25, 2016, 5:44 PM

                @Wayne-Workman By host I assume you mean a destination machine, in my case one of these troublesome XPS desktops. I don’t see an option for that in the FOG PXE menu, so I googled and found the old wiki referencing the instructions for FOG .3. This indicates a Linux host and is for XP. Where can I find updated instructions for ‘debug mode’?

                W 1 Reply Last reply Jan 25, 2016, 6:20 PM Reply Quote 0
                • W
                  Wayne Workman @mattyb
                  last edited by Wayne Workman Jan 25, 2016, 12:20 PM Jan 25, 2016, 6:20 PM

                  @mattyb You know how you normally tell a host to image via the web interface? Well, after you click “basic tasks”, there is a option that says “Advanced tasks”. Debug download is in that list. You can’t do it from the boot menu (yet).

                  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/

                  M 2 Replies Last reply Jan 25, 2016, 6:22 PM Reply Quote 0
                  • M
                    mattyb @Wayne Workman
                    last edited by Jan 25, 2016, 6:22 PM

                    @Wayne-Workman Ah - I see where you are referencing now. I will dig out a machine that I know will register, get it registered, then run the debug. Thanks!

                    1 Reply Last reply Reply Quote 0
                    • M
                      mattyb @Wayne Workman
                      last edited by Jan 25, 2016, 6:44 PM

                      @Wayne-Workman The result of that command is “4.3.2”

                      W 1 Reply Last reply Jan 25, 2016, 6:48 PM Reply Quote 0
                      • W
                        Wayne Workman @mattyb
                        last edited by Jan 25, 2016, 6:48 PM

                        @mattyb said:

                        @Wayne-Workman The result of that command is “4.3.2”

                        That’s the kernel version your hosts are using in the network boot environment that FOG provides. So now you know.

                        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/

                        M 1 Reply Last reply Jan 25, 2016, 6:52 PM Reply Quote 0
                        • M
                          mattyb @Wayne Workman
                          last edited by Jan 25, 2016, 6:52 PM

                          @Wayne-Workman I figured as much, but how do I tell if that’s the ‘current’ kernel without being able to log into the FOG portal listed in an earlier response from Tom? And if it is the current or a more current kernel than the one I listed at the start of this thread, it isn’t resolving the original issue either.

                          W 1 Reply Last reply Jan 25, 2016, 6:56 PM Reply Quote 0
                          • W
                            Wayne Workman @mattyb
                            last edited by Wayne Workman Jan 25, 2016, 12:57 PM Jan 25, 2016, 6:56 PM

                            @mattyb

                            Check here: https://www.kernel.org/
                            I’d say you’re pretty caught up.

                            You could even try the kernel from there if you are daring. 🙂 It’s 83 MB though, so longer loading 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/

                            M 1 Reply Last reply Jan 26, 2016, 7:34 PM Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by Jan 26, 2016, 8:57 AM

                              To find out what version a particular kernel image is you don’t need to boot it up. Just use the file command:

                              file /var/www/fog/service/ipxe/bzImage
                              Linux kernel x86 boot executable bzImage, version 4.3.2 (root@debian64) #1 SMP Sun Dec 13 17:56:05 EST 2015, RO-rootFS, swap_dev 0x6, Normal VGA
                              

                              And yes you are right. By putting the kernel/init files into the right place (as in Tom’s post) those will be active and clients will load those when booting up.

                              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 2
                              • M
                                mattyb @Wayne Workman
                                last edited by Jan 26, 2016, 7:34 PM

                                @Wayne-Workman So should I start down the path of creating my own kernel to include drivers for these machines should I find that no pre-built kernel exists? Or am I missing something easier here?

                                W 1 Reply Last reply Jan 26, 2016, 7:36 PM Reply Quote 0
                                • W
                                  Wayne Workman @mattyb
                                  last edited by Jan 26, 2016, 7:36 PM

                                  @mattyb I suppose you can now.

                                  Please keep the forum community in the loop while you do this. Any kernel options that you find to work, just let the @Developers know about them and they are very likely to add them to the fog kernel so that you don’t have to continue doing 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
                                  • S
                                    Sebastian Roth Moderator
                                    last edited by Jan 26, 2016, 9:11 PM

                                    People seam to have issues with different linux systems on Dell XPS 8900. For example: http://askubuntu.com/questions/700617/problems-installing-ubuntu-14-04-3-on-dell-xps-8900

                                    Maybe you are keen to follow this thread and try this new method of test booting our FOG kernel from a USB stick. This is not meant for deployment or production. It’s just a way to see if our kernel can run on your hardware: https://forums.fogproject.org/topic/6532/usb-boot-target-device-into-fog-debug-os

                                    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
                                    • U
                                      UCJared
                                      last edited by Jan 27, 2016, 9:39 PM

                                      I am having the same issue as the OP above. The Perform Full Registration option never prompts me to enter the Host name but says “attempting to send inventory” and scrolls endlessly.

                                      If I boot to the Fog PXE menu and select Client System Information (Compatibility), and then option 4) Check Fog Compatibility, the Disk passes and the Network fails.

                                      Is this a driver issue? We’re imaging a new batch of HP ProDesk 600 G2 and ProBook 645 G1 and G2 PCs and the problem is the same across these machines.

                                      T S 3 Replies Last reply Jan 27, 2016, 9:55 PM Reply Quote 0
                                      • T
                                        Tom Elliott @UCJared
                                        last edited by Jan 27, 2016, 9:55 PM

                                        @UCJared please try updating the kernels. There’s a thread here somewhere showing what commands should be run.

                                        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
                                        • S
                                          swhite @UCJared
                                          last edited by Feb 12, 2016, 11:16 PM

                                          @UCJared Did you ever find an solution to this issue? I am having the same problem with the ProDesk.

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

                                          151

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project