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

    Ubuntu Trunk Checksum failed

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    6
    50
    21.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.
    • george1421G
      george1421 Moderator
      last edited by

      does your FOG server have direct internet access or is it via a proxy 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 0
      • R
        reflexxion
        last edited by

        It has direct access no proxy.

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

          I’m not able to replicate the issue.

          Maybe the server has no connection to the internet? Check the /etc/resolv.conf file, it should have your network’s DNS information available.

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

            @reflexxion The only time I’ve seen this message “getting cheksum files for kernels and inits…failed” is when the installer can’t connect to the fog hosts on the internet to get this information.

            Does your internal DNS server resolve internet names?

            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
            • R
              reflexxion
              last edited by

              The server does have connection as I’ve been using firefox to help troubleshoot through some of these issues. Unless you’re specifically talking about the FOG server not being able to access.

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

                @reflexxion That’s EXACTLY what I’m talking about, and I think @george1421 is as well.

                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

                R 1 Reply Last reply Reply Quote 1
                • R
                  reflexxion @Tom Elliott
                  last edited by

                  @Tom-Elliott : give me a few minues and I’ll get the info from the resolv.conf file

                  1 Reply Last reply Reply Quote 0
                  • R
                    reflexxion
                    last edited by

                    This is the entire content of the file

                    "# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)

                    DO NOT EDIT THIS FILE BY HAND – YOUR CHANGES WILL BE OVERWRITTEN

                    nameserver 127.0.1.1"

                    1 Reply Last reply Reply Quote 0
                    • R
                      reflexxion
                      last edited by

                      I also ran the command “wget --no-check-certificate https://fogproject.org/kernels/index.php”

                      with this output

                      0_1458232219951_Screenshot from 2016-03-17 12:29:42.png

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

                        interesting that the resolve.conf file points back to itself. I’ll assume you have the dns service running on this fog server.

                        Its strange that its able to resolve fogproject.org but not able to access the check sums. Where did you get the wget command from? Did tom pass it via chat?

                        Tom what is the url the installer’s requesting this checksum?

                        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!

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          reflexxion @george1421
                          last edited by

                          @george1421 I saw it on one of your previous posts for this on another os… some french guy 😉 and no… this is not set up as a DNS server. I’ve set up many of these fog servers in the past and always use the same configs and steps… not sure why this one went wonky

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

                            @reflexxion Just looking what you posted and the resolve.conf is really wrong, unless you had a type-o the local host is 127.0.0.1 and not 127.0.1.1

                            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!

                            R 1 Reply Last reply Reply Quote 1
                            • R
                              reflexxion @george1421
                              last edited by

                              @george1421 I see that but, I’m not quite sure how that happened as I made no changes to those settings during install other than pointing it to my dhcp and dns server.

                              1 Reply Last reply Reply Quote 0
                              • R
                                reflexxion
                                last edited by

                                I’m going to run a CLEAN install of both OS and fog… may skip 1.2.0 and go straight to TRUNK and see what happens.

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

                                  @reflexxion Why not just add to the /etc/resolv.conf file a real nameserver:.

                                  Something like:

                                  nameserver 8.8.8.8

                                  Then try pinging google.com

                                  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

                                  R 2 Replies Last reply Reply Quote 0
                                  • R
                                    reflexxion @Tom Elliott
                                    last edited by

                                    @Tom-Elliott I tried that as well still wouldn’t take… If it fails again during this install I’ll try that again.

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      reflexxion @Tom Elliott
                                      last edited by

                                      @Tom-Elliott P.S. ping always worked and always resolved with those settings. It just will not get the inits and kernels.

                                      1 Reply Last reply Reply Quote 0
                                      • R
                                        reflexxion
                                        last edited by

                                        Alright, after a clean install and NOTHING else accept hardcoding the NIC, I checked the resolve.conf file and it was defaulted to 127.0.1.1

                                        I manually changed it to nameserver 8.8.8.8 as suggested, verified ping still worked and then started the TRUNK install via svn

                                        still fails at the same point “Getting checksum files for kernels and inits… Failed!”

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

                                          After digging into the code I see the devs are using curl to get the checksums with

                                          curl -ko "checksums" https://fogproject.org/inits/index.php

                                          The above is a hacked version of what they are doing. What I would like you to do is the following

                                          1. From the fog server try to ping fogproject.org to ensure it responds with a proper internet address.
                                          2. Copy and paste in the above command, do this when you are in root’s home dir. The output of this command should be a file called checksum in root’s home dir (or current dir). If you look into that file there will be a digial fingerprint of the inits. What is in there isn’t important as long as it downloads and it has some content ending with the name of the file.

                                          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!

                                          R 2 Replies Last reply Reply Quote 0
                                          • R
                                            reflexxion @george1421
                                            last edited by

                                            @george1421 Gentlemen, I’m actually done for the week, so I’ll try this first thing Monday morning when I get in and let you know. I appreciate all of the timely responses and advice.

                                            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post

                                            203

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.3k

                                            Posts
                                            Copyright © 2012-2024 FOG Project