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

    kernel update

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    20
    2.6k
    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 @Pablo
      last edited by

      @Pablo Do you have the proxy server settings configured in the WEB UI?

      Les paramètres du serveur proxy sont-ils configurés dans l’interface utilisateur Web?

      FOG Configuration->FOG Settings->Proxy Settings->
      PROXY IP
      PROXY PORT

      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!

      P 1 Reply Last reply Reply Quote 0
      • P
        Pablo @george1421
        last edited by

        @george1421
        oui j’ai accès à la liste des kernel update kernel update.JPG

        P 1 Reply Last reply Reply Quote 0
        • P
          Pablo @Pablo
          last edited by

          Mais quand je souhaite en telecharger un j’ai le message :
          Capture.JPG

          P george1421G 2 Replies Last reply Reply Quote 0
          • P
            Pablo @Pablo
            last edited by

            et quand je vais à l’adresse https://fogproject.org/kernels/kernelupdate_bootstrap.php et que je clique sur download, la page se recharge et le téléchargement ne se lance pas :Capture.JPG

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

              @Pablo I know there was a problem with 1.4.4 where incorrect permissions were set on /var/www/html/fog/service/ipxe directory and apache could not write to that directory. What is the permissions on that directory ls -la /var/www/html/fog/service/ipxe and ls -la /var/www/html/fog/service/ipxe/bzImage ?

              Je sais que le problème rencontré avec 1.4.4 était que des autorisations incorrectes avaient été définies sur le répertoire / var / www / html / fog / service / ipxe et qu’apache ne pouvait pas écrire dans ce répertoire. Quelles sont les autorisations sur ce répertoire ls -la /var/www/html /fog/service/ipxe et ls -la /var/www/html/fog/service/ipxe/bzImage?

              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!

              P 1 Reply Last reply Reply Quote 0
              • P
                Pablo @george1421
                last edited by

                @george1421 said in kernel update:

                ls -la /var/www/html /fog/service/ipxe

                Capture.JPG

                Capture2.JPG

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Sebastian Roth

                  @george1421 @Pablo The error we see in the picture (“Erreur: Échec du téléchargement: Échec - Taille du fichier” - “Error: Download Failed: Failed - filesize”) happens when it was able to download some data to a temporary file but this file is too small to be a proper kernel image: https://github.com/FOGProject/fogproject/blob/master/packages/web/lib/fog/fogpage.class.php#L2573

                  My guess is the proxy server is not allowing download of binary data or something.

                  Probably best to manually download the kernels if you can’t fix your proxy server:

                  sudo -i
                  cd /var/www/html/fog/service/ipxe
                  mv bzImage bzImage_old
                  mv bzImage32 bzImage32_old
                  wget -O bzImage https://fogproject.org/kernels/Kernel.TomElliott.4.9.4.64
                  wget -O bzImage32 https://fogproject.org/kernels/Kernel.TomElliott.4.9.4.32
                  chown fog:www-data bzImage*
                  

                  Moving the topic as this is definitely not a FOG bug!

                  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

                  george1421G P 2 Replies Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @Sebastian Roth
                    last edited by

                    @Sebastian-Roth FWIW there was a bug in the 1.4.4 setup where the /var/www/html/fog/service/ipxe directory was not writable by apache. Changing the permissions to 777 or making apache group access allowed the download to happen. If you do it manually through sudo or root via the command line the kernel will 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!

                    1 Reply Last reply Reply Quote 0
                    • P
                      Pablo @Sebastian Roth
                      last edited by

                      @Sebastian-Roth
                      Bonjour,
                      Merci de votre réponse.
                      Manuellement cela fonctionne mais je souhaiterais que cela fonctionne via l’interface web FOG.
                      Sauriez-vous m’indiquer les ports utilisés qui doivent être ouverts?

                      Merci

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

                        @Pablo For your FOG server to get to the internet is a web proxy server required or does the fog server have direct internet access?

                        You can also use a windows computer and download these two files:
                        https://fogproject.org/kernels/Kernel.TomElliott.4.9.4.64
                        https://fogproject.org/kernels/Kernel.TomElliott.4.9.4.32

                        After download rename Kernel.TomElliott.4.9.4.64 to bzImage and Kernel.TomElliott.4.9.4.32 to bzImage32 Make sure you use the exact capitalization I used. Then move these files to the FOG server into the /var/www/html/fog/service/ipxe directory.

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

                        167

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project