• 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.1k
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.
  • 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
            • S
              Sebastian Roth Moderator
              last edited by Feb 13, 2016, 8:28 AM

              @swhite @UCJared Please try to find out which NIC/ethernet card (vendor, model, possibly PCI-IDs) you have in your ProDesk/ProBook machines. As well it would be helpful to know the version of FOG (see in the blue cloud on the web GUI) and kernel (command file /var/www/fog/service/ipxe/bzImage on your FOG server) you are running!

              A quick search for “HP ProDesk 600” brought up the Intel I217LM onboard NIC. Is that correct? Support for this NIC was added with kernel 3.5.x…

              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

              S 1 Reply Last reply Feb 16, 2016, 9:16 PM Reply Quote 0
              • S
                swhite @Sebastian Roth
                last edited by Feb 16, 2016, 9:16 PM

                @Sebastian-Roth Hi Sebastian,
                The NIC on my ProDesk is listed as Intel I219-LM and the hardware ID is PCI\VEN_8086&DEV_15B7&SUBSYS_805D103C&REV_31

                I am running Fog 1.2.0 with kernel version 3.15.6

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Feb 16, 2016, 10:29 PM

                  Support for the Intel I219-LM (PCI 8086:15b7) was added even later - linux kernel 4.1and after. See here: http://cateee.net/lkddb/web-lkddb/E1000E.html

                  Tom Elliott said:

                  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
                  

                  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 16, 2016, 10:38 PM

                    @UCJared @Sebastian-Roth
                    I was able to get my ProDesk 600 G2 to upload using the Kernel - 4.1.2 TomElliott.

                    1 Reply Last reply Reply Quote 2
                    • S
                      Sebastian Roth Moderator
                      last edited by Feb 17, 2016, 10:07 PM

                      Marking this solved for now. Please open another post if you see a similar issue and let us know about your exact client specs (NIC, …).

                      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
                      • W
                        Wayne Workman @Wayne Workman
                        last edited by Wayne Workman Jun 11, 2016, 11:35 AM Jun 11, 2016, 5:34 PM

                        @Tom-Elliott said in Fast TSC Calibration Error, unable to register and inventory:

                        @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
                        

                        This has been covered in the wiki here: https://wiki.fogproject.org/wiki/index.php?title=Kernel_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!
                        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
                        • 2
                        • 2 / 2
                        • First post
                          Last post

                        151

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project