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

    Error Code 60

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    14
    3.5k
    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.
    • george1421G
      george1421 Moderator
      last edited by george1421

      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

        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

        george1421G 1 Reply Last reply Reply Quote 0
        • george1421G
          george1421 Moderator @tokejepsen
          last edited by

          @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 Reply Quote 0
          • T
            tokejepsen @george1421
            last edited by

            @george1421 said in Error Code 60:

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

            What is that?

            Tom ElliottT george1421G 2 Replies Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @tokejepsen
              last edited by

              @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 Reply Quote 0
              • george1421G
                george1421 Moderator @tokejepsen
                last edited by george1421

                @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 Reply Quote 1
                • T
                  tokejepsen @Tom Elliott
                  last edited by

                  @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.

                  george1421G Tom ElliottT 2 Replies Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @tokejepsen
                    last edited by george1421

                    @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

                      @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?

                      george1421G 1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott @tokejepsen
                        last edited by

                        @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
                        • george1421G
                          george1421 Moderator @tokejepsen
                          last edited by

                          @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

                            I can confirm that updating to fog 1.3 helped 🙂

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

                            186

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.4k

                            Posts
                            Copyright © 2012-2024 FOG Project