• 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.
    • 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
                            • Wayne WorkmanW
                              Wayne Workman @reflexxion
                              last edited by

                              @reflexxion It might be possible to install fog and tell it to continue in the event of a failure, and just download the kernels and inits later… ./installfog.sh -X I think. And at the bottom of this article you’ll find the manual methods to download the very latest: 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
                              • R
                                reflexxion @george1421
                                last edited by

                                @george1421 0_1458571041232_Screenshot from 2016-03-21 10:36:19.png

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

                                  @reflexxion said:

                                  advice.

                                  What’s your server’s time?

                                  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 0
                                  • R
                                    reflexxion @Tom Elliott
                                    last edited by

                                    @Tom-Elliott the servers time and date are correct +/- 2 mins

                                    10:55 am EST
                                    3/21/2016

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

                                      @reflexxion Can you ensure they’re correct?

                                      This can be done with

                                      sudo ntpdate pool.ntp.org or sudo service ntp restart

                                      Of course NTP and/or the ntpdate utility will need to be installed.

                                      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 0
                                      • R
                                        reflexxion @Tom Elliott
                                        last edited by

                                        @Tom-Elliott ran and verified.

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

                                          @reflexxion Now can you try: curl -ko "checksums" https://fogproject.org/inits/index.php

                                          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 0
                                          • R
                                            reflexxion @Tom Elliott
                                            last edited by

                                            @Tom-Elliott same output as before.

                                            Tom ElliottT 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post

                                            173

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.3k

                                            Posts
                                            Copyright © 2012-2024 FOG Project