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

Failed to download kernel, init and fog-client binaries...

Scheduled Pinned Locked Moved Unsolved
FOG Problems
3
10
3.4k
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.
  • M
    MFuchs135
    last edited by May 29, 2019, 10:44 AM

    Hey guys,

    i´ve tried to set up a FOG Server on Debian 9 today which didn´t quite work out well. The Server has two NICs which are used for (1) Imaging Network and (2) Connection to the Internet. (We have a proxy server btw. and i already tried all the solutions posted on here)

    As for the installation of FOG:
    1st I used GIT pull to get it onto my server
    2nd Ran the installation process with “sudo ./installfog.sh”, but it´s stuck right there
    3rd I went to the forum and checked out the possible issues with the proxy server
    -> changes to the /etc/bashrc file.
    -> run the install.sh with “no_proxy=“localhost”” etc…

    So i´d really appreciate your help!

    305b663b-a62e-4019-8628-eb4a143198d5-image.png

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by May 29, 2019, 9:17 PM

      @MFuchs135 said in Failed to download kernel, init and fog-client binaries...:

      We have a proxy server btw. and i already tried all the solutions posted on here

      What do you mean by “tried all the solutions posted here”?? Please be more specific. Post the exact URLs of forum posts you read and tried things from. If we don’t know what exactly you tried we can’t help you.

      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
      • W
        Wayne Workman
        last edited by May 29, 2019, 10:09 PM

        @moderators @developers is there a curl or wget command he could run to attempt to manually download the latest init? Doing this manually may more directly reveal any potential problems.

        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
        • S
          Sebastian Roth Moderator
          last edited by Sebastian Roth May 31, 2019, 5:57 AM May 30, 2019, 4:35 AM

          @Wayne-Workman Sure, good point!

          @MFuchs135 This is what the installer does at this point (I guess you are using the latest release version 15…6 with git and not the development branch dev-branch😞

          cd fogproject/tmp
          curl -kOL https://fogproject.org/binaries1.5.6.zip
          curl -kOL https://fogproject.org/binaries1.5.6.zip.sha256
          sha256sum --check binaries1.5.6.zip.sha256
          

          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

          M 1 Reply Last reply May 31, 2019, 7:23 AM Reply Quote 2
          • M
            MFuchs135 @Sebastian Roth
            last edited by MFuchs135 May 31, 2019, 1:30 AM May 31, 2019, 7:23 AM

            @Sebastian-Roth Dear Sebastian,

            i managed to get my curl working with the proxy flawlessly and if i execute the commands above with a space between the -kOL switch and the URL i can download them manually with no problem, but i can´t verify the SHA256 checksum and following error occurs: “no correct formatted SHA256Checksum was found”

            Did you copy the commands from the installer itself or did you just write it down? Because if i try them without the spaces it redirects me to the curl help-page.

            EDIT: after i deleted the old files in the tmp folder and tried the download with the installer again it downloaded the two files without a problem and the manual verification with the sha256 checksum also did not show any errors, but the installer still stops and shows the error : "could not download binaries1.5.6.zip properly…

            Thanks in advance

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by May 31, 2019, 11:56 AM

              @MFuchs135 said in Failed to download kernel, init and fog-client binaries...:

              could not download binaries1.5.6.zip properly

              This message means that the installer was not able to verify the checksum. Plesae run the following and post output here:

              cd fogproject/tmp
              sha256sum --check binaries1.5.6.zip.sha256
              

              PS: Sorry for the misspelled curl commands. I just fixed that so other people won’t run into it as well.

              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

              M 1 Reply Last reply May 31, 2019, 12:08 PM Reply Quote 1
              • M
                MFuchs135 @Sebastian Roth
                last edited by May 31, 2019, 12:08 PM

                @Sebastian-Roth i already mentioned in my EDIT, that i manually verified the checksum, which worked flawlessly. I am so confused right now…

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by May 31, 2019, 1:52 PM

                  @MFuchs135 Please try running this command to see if it properly returns on success: sha256sum --check binaries1.5.6.zip.sha256 ; echo $?

                  Take a picture of the output and post 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

                  M 1 Reply Last reply Jun 3, 2019, 6:40 AM Reply Quote 0
                  • M
                    MFuchs135 @Sebastian Roth
                    last edited by MFuchs135 Jun 3, 2019, 12:41 AM Jun 3, 2019, 6:40 AM

                    @Sebastian-Roth I tried a few times before and i thought it worked, but now i get this message, besides curl showing the download finished successfully.! c005a24f-d333-4b7c-b225-f4f605662323-image.png
                    (if you don´t speak german it shows “no correctly formatted sha256-checksumline was found”)

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Jun 3, 2019, 7:31 PM

                      @MFuchs135 Please run the following commands and post a picture of that here:

                      sudo -i
                      cd /home/user/FOG-Imaging-Server/tmp
                      ls -al
                      cat binaries1.5.6.zip.sha256
                      

                      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
                      • 1 / 1
                      1 / 1
                      • First post
                        4/10
                        Last post

                      127

                      Online

                      12.1k

                      Users

                      17.3k

                      Topics

                      155.3k

                      Posts
                      Copyright © 2012-2024 FOG Project