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

The version fogproject-1.5.10 is unable to download the kernel.

Scheduled Pinned Locked Moved Unsolved
FOG Problems
5
10
1.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.
  • J
    JackYwn
    last edited by Apr 6, 2024, 7:36 PM

    Downloading kernel, init and fog-client binaries…

    R 1 Reply Last reply Apr 8, 2024, 4:26 PM Reply Quote 0
    • J
      JamieC1
      last edited by Apr 8, 2024, 10:30 AM

      If FOG 1.5.10 can’t download the kernel, it could be due to a network problem or a glitch. Make sure your internet is working. If it is, check the FOG Project’s website for any updates or fixes. If there’s no solution there, you might need to manually download and update the kernel using the instructions from FOG’s guides. If you’re not sure how to do this, it’s best to get help from someone who knows about IT.

      1 Reply Last reply Reply Quote 1
      • R
        rodluz Developer @JackYwn
        last edited by Apr 8, 2024, 4:26 PM

        @JackYwn You did not provide enough information on how/when you are getting this error.
        I am assuming that the message you posted is from the installation script, meaning that it errors when trying to download the kernel during an install. If that is the case, please try re-running the installer using the newest dev-branch version, 1.5.10.17.

        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
        • M
          mrowand
          last edited by Apr 8, 2024, 11:40 PM

          Dear Fog Project,

          We have been using for for about 10 years and it is a great program. We recently had to rebuild a FOG server.

          I have the same problem as the OP.

          I am installing FOG on rocky linux version 8.9 as CentOS is now a rolling release distro.

          The server in question has all packages (curl, bc, dhcp, mysql, php, etc) in the long list installed I tried on a line with no proxy and with some filtering and the results are the same.

          I also tried version 1.5.9 and the FOG installer hangs on the “downloading binaries, init and client libraries” There is no output that shows any error and it doesn;t fail - it almost as if it is hanging on something at the other end.

          On the same server I tried the following commands in the /root/fogproject/tmp directory (unless there is another location these should be installed in) when I was trying to install 1.5.10.

          curl -kOL https://fogproject.org/binaries1.5.10.zip
          curl -kOL https://fogproject.org/binaries1.5.10.zip.sha256

          Both of these files are a 3 kb file which has nothing in it. I tried to download the files using that url in firefox and I get a nginix error.

          so then I tried 1.5.9 which I suscessfuly installed 6 months ago on this same internet line. I get the same basic error on the installer but I can manually download the files and use the url in firefox.

          curl -kOL https://fogproject.org/binaries1.5.9.zip
          curl -kOL https://fogproject.org/binaries1.5.9.zip.sha256

          These files are 64 MB.

          I usually figure out these issues and can install FOG and get it working but this one has me stumped.

          Best Regards,

          Matt

          R 1 Reply Last reply Apr 10, 2024, 3:50 PM Reply Quote 0
          • R
            rodluz Developer @mrowand
            last edited by Tom Elliott Apr 11, 2024, 4:25 AM Apr 10, 2024, 3:50 PM

            @mrowand I just tried installing 1.5.10 on a fresh Rocky 8.9 VM. It went through and downloaded everything correctly.
            Try running these commands on the server to see if you can manually download the files.

            curl -kOL https://github.com/FOGProject/fos/releases/latest/download/bzImage
            curl -kOL https://github.com/FOGProject/fos/releases/latest/download/bzImage32
            curl -kOL https://github.com/FOGProject/fos/releases/latest/download/init.xz
            curl -kOL https://github.com/FOGProject/fos/releases/latest/download/init_32.xz
            curl -kOL https://github.com/FOGProject/fog-client/releases/download/0.13.0/FOGService.msi
            curl -kOL https://github.com/FOGProject/fog-client/releases/download/0.13.0/SmartInstaller.exe
            

            Let us know if this works.

            Edit by Tom to ensure urls were accurate for fos files

            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

            J 2 Replies Last reply Apr 11, 2024, 6:33 AM Reply Quote 1
            • J
              JackYwn
              last edited by Apr 11, 2024, 6:31 AM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • J
                JackYwn @rodluz
                last edited by Apr 11, 2024, 6:33 AM

                @rodluz
                These URLs are not valid URLs

                [root@localhost ~]# wget https://github.com/FOGProject/fos/release/1.5.10/bzImage
                --2024-04-11 14:27:33--  https://github.com/FOGProject/fos/release/1.5.10/bzImage
                Resolving github.com (github.com)... 20.205.243.166
                Connecting to github.com (github.com)|20.205.243.166|:443... connected.
                HTTP request sent, awaiting response... 404 Not Found
                2024-04-11 14:27:37 ERROR 404: Not Found.
                
                T 1 Reply Last reply Apr 11, 2024, 10:25 AM Reply Quote 0
                • T
                  Tom Elliott @JackYwn
                  last edited by Apr 11, 2024, 10:25 AM

                  @JackYwn Please try this:

                  curl -kOL https://github.com/FOGProject/fos/releases/latest/download/bzImage
                  curl -kOL https://github.com/FOGProject/fos/releases/latest/download/bzImage32
                  curl -kOL https://github.com/FOGProject/fos/releases/latest/download/init.xz
                  curl -kOL https://github.com/FOGProject/fos/releases/latest/download/init_32.xz
                  curl -kOL https://github.com/FOGProject/fog-client/releases/download/0.13.0/FOGService.msi
                  curl -kOL https://github.com/FOGProject/fog-client/releases/download/0.13.0/SmartInstaller.exe
                  

                  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

                  J 1 Reply Last reply Apr 11, 2024, 3:17 PM Reply Quote 1
                  • J
                    JackYwn @rodluz
                    last edited by Apr 11, 2024, 3:15 PM

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • J
                      JackYwn @Tom Elliott
                      last edited by Apr 11, 2024, 3:17 PM

                      @Tom-Elliott
                      Thanks, The URL is correct! My issue has been resolved.

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

                      161

                      Online

                      12.1k

                      Users

                      17.3k

                      Topics

                      155.3k

                      Posts
                      Copyright © 2012-2024 FOG Project