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

    Ubuntu Trunk Checksum failed

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    6
    50
    21.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.
    • 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
                                  • Tom ElliottT
                                    Tom Elliott @reflexxion
                                    last edited by

                                    @reflexxion Then I don’t know.

                                    Something is wrong with your system. Are you sure it’s supposed to be EST and not EDT? EDT means one hour ahead. That should still be in the write timing for the ssl stuff to work, but I don’t know what’s going on with your system/network.

                                    Something indeed is wrong, but it’s not coming from FOG at all.

                                    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
                                      last edited by

                                      Let me do a little more digging on my end and see what I can find out… If I come up with anything I’ll be sure to post it here.

                                      Thanks for all the troubleshooting.

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

                                        @Tom-Elliott hey Tom, I just re-ran that curl command again without the “https” and it returned data… does that mean it’s an ssl issue?

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

                                          @reflexxion It’s ssl related, but not from FOG’s perspective. Something on your system is blocking ssl requests (or transforming it on reception)

                                          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
                                            Sebastian Roth Moderator
                                            last edited by

                                            @reflexxion Try openssl s_client -connect fogproject.org:443 (just hit Ctrl-c to get back to the shell) and post the fully output you see here…

                                            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
                                            • 1
                                            • 2
                                            • 3
                                            • 3 / 3
                                            • First post
                                              Last post

                                            157

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.4k

                                            Posts
                                            Copyright © 2012-2024 FOG Project