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

Error Code 60

Scheduled Pinned Locked Moved
FOG Problems
4
14
3.3k
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
    tokejepsen
    last edited by Jul 31, 2016, 4:11 PM

    Hey,

    I’ve got a fog server running from VirtualBox with ProxyDHCP. Everything was working fine on one machine, but then on another it didn’t.

    I tried getting a tcpdump and it displayed “60 Error Code”.

    0_1469981405414_Capture.PNG

    [0_1469981417508_issue.pcap](Uploading 100%)

    Is this to do with Legacy vs. UEFI booting, or something else?

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Wayne Workman Jul 31, 2016, 11:45 AM Jul 31, 2016, 5:45 PM

      I see that sometimes in packet captures, it looks like the file did transfer successfully.

      what are the two models you’re working with? The one that worked and the one that didn’t?

      Tell us more about the one that didn’t? Same network? Same broadcast domain? Same subnet? Same V-Lan?

      What’s the error displayed on the computer you’re trying to boot? Take a photo please and post here.

      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
      • G
        george1421 Moderator
        last edited by george1421 Jul 31, 2016, 1:06 PM Jul 31, 2016, 7:06 PM

        Actually here is how I decoded this tftp request.

        Client->TFTP Server: Send me undionly.0, I really don’t want the file, so I can only take 0 bytes in the first transfer, but tell me what size the file is before I download it.
        TFTP-Server->Client: The file size is 102937 bytes
        Client->TFTP Server: Never-mind I don’t want it.

        Client->TFTP Server: Send me undionly.0 I can only take 1456 bytes per block
        TFTP-Server->Client: Understood transfer block size set to 1456 bytes and here is your first 1456 bytes
        Client->TFTP Server: OK got block 0
        TFTP-Server->Client: Here is block 1
        Client->TFTP Server: OK got block 1
        …

        IMO This appears to be a normal and expected tftp file transfer.

        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!

        1 Reply Last reply Reply Quote 1
        • T
          tokejepsen
          last edited by Aug 1, 2016, 8:07 AM

          what are the two models you’re working with? The one that worked and the one that didn’t?

          Are you looking for a complete spec of the machines, or specific element like motherboard/network card? (Sorry, don’t quite know these things)

          Tell us more about the one that didn’t? Same network? Same broadcast domain? Same subnet? Same V-Lan?

          The one that didn’t work, was on a different network. Trying to build a portable fog server with VirtualBox, so unfortunately only the fog server image is the same constant between the machine that worked, and the machine that didn’t.

          What’s the error displayed on the computer you’re trying to boot?

          0_1470038812795_Capture.JPG

          G 1 Reply Last reply Aug 1, 2016, 10:27 AM Reply Quote 0
          • G
            george1421 Moderator @tokejepsen
            last edited by Aug 1, 2016, 10:27 AM

            @tokejepsen Virtualbox is a bit interesting since it uses iPXE kernel for its boot ROM. But from your picture it appears that you are missing the tftp://<fogserver_ip>/ part.

            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!

            T 1 Reply Last reply Aug 1, 2016, 10:33 AM Reply Quote 0
            • T
              tokejepsen @george1421
              last edited by Aug 1, 2016, 10:33 AM

              @george1421 said in Error Code 60:

              But from your picture it appears that you are missing the tftp://<fogserver_ip>/ part

              What is that?

              T G 2 Replies Last reply Aug 1, 2016, 10:35 AM Reply Quote 0
              • T
                Tom Elliott @tokejepsen
                last edited by Aug 1, 2016, 10:35 AM

                @tokejepsen From what I’m gathering, you’re running FOG Version 1.2.0?

                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

                T 1 Reply Last reply Aug 1, 2016, 10:36 AM Reply Quote 0
                • G
                  george1421 Moderator @tokejepsen
                  last edited by george1421 Aug 1, 2016, 4:35 AM Aug 1, 2016, 10:35 AM

                  @tokejepsen Well from your picture there is only /default.ipxe which is only the file name not the path. It should be more like tftp://<fog server IP>/default.ipxe.

                  One thing I didn’t ask before, what version of FOG are you using?

                  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!

                  T 1 Reply Last reply Aug 1, 2016, 10:38 AM Reply Quote 1
                  • T
                    tokejepsen @Tom Elliott
                    last edited by Aug 1, 2016, 10:36 AM

                    @Tom-Elliott said in Error Code 60:

                    From what I’m gathering, you’re running FOG Version 1.2.0?

                    Yes, its 1.2.0.

                    G T 2 Replies Last reply Aug 1, 2016, 10:37 AM Reply Quote 0
                    • G
                      george1421 Moderator @tokejepsen
                      last edited by george1421 Aug 1, 2016, 4:38 AM Aug 1, 2016, 10:37 AM

                      @tokejepsen said in Error Code 60:

                      @Tom-Elliott said in Error Code 60:

                      From what I’m gathering, you’re running FOG Version 1.2.0?

                      Yes, its 1.2.0.

                      You might want to really consider upgrading/ reinstalling 1.3.0-rc5 for better iPXE booting support and all of the fixes/enhancements. Also Wayne (in this thread) has a script for dynamically updating the FOG IP settings if you are truly trying to make a dynamically assigned FOG server.

                      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!

                      1 Reply Last reply Reply Quote 1
                      • T
                        tokejepsen @george1421
                        last edited by Aug 1, 2016, 10:38 AM

                        @george1421 said in Error Code 60:

                        You might want to really consider upgrading/ reinstalling 1.3.0-rc5 for better iPXE booting support and all of the fixes/enhancements.

                        I shall do that tonight:)

                        Is it better with a clean install?

                        G 1 Reply Last reply Aug 1, 2016, 10:39 AM Reply Quote 0
                        • T
                          Tom Elliott @tokejepsen
                          last edited by Aug 1, 2016, 10:39 AM

                          @tokejepsen Would you mind updating to 1.3.0-RC-5?

                          You can make a backup of your information of course, and an upgrade should work for you as well.

                          What’s important here, is while 1.2.0 worked for most cases, it didn’t always like to decide to use TFTP as the download protocol for default.ipxe file (or any other files for that matter). This, I’m certain, is corrected for in the newer versions.

                          You’ll also have MANY more features and improvements compared to from 1.2.0.

                          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
                          • G
                            george1421 Moderator @tokejepsen
                            last edited by Aug 1, 2016, 10:39 AM

                            @tokejepsen said in Error Code 60:

                            @george1421 said in Error Code 60:

                            You might want to really consider upgrading/ reinstalling 1.3.0-rc5 for better iPXE booting support and all of the fixes/enhancements.

                            I shall do that tonight:)

                            Is it better with a clean install?

                            If you have done nothing with FOG so far, then clean is always 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!

                            1 Reply Last reply Reply Quote 1
                            • T
                              tokejepsen
                              last edited by Aug 13, 2016, 12:18 PM

                              I can confirm that updating to fog 1.3 helped 🙂

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

                              311

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project