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

    Permission denied on boot.php

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    8
    1.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.
    • B
      btoffolon
      last edited by

      Re: Permission Denied on Boot.php

      Hi, i add a reply on this topic because i have a similar problem and i don’t find a way to fix it.

      I have 13 computer, for 5 of them deployment works but for the others nothing work.

      Here a video of the problems

      https://cloud.fairy-family.fr/index.php/s/ANEFDQksSBEApJJ

      I can send you others informations but i don’t know witch one ?

      i hope it’s not something big and just an mis-configuration of mine.

      Thanks.

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

        @btoffolon said:

        I have 13 computer, for 5 of them deployment works but for the others nothing work.

        Are the 5 working ones set to UEFI mode? That might explain what we see here.

        From the video I extracted the picture for others to make it easier:
        fog-ipxe-error.jpg

        Pretty clear issue with the iPXE binary not being able to talk to the FOG server via HTTPS. Please run ls- al /tftpboot and post output here. Just want to see if all the binaries have the same timestamps.

        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

        B 1 Reply Last reply Reply Quote 0
        • B
          btoffolon @Sebastian Roth
          last edited by

          @sebastian-roth
          Hi, thanks for your help.

          i will go see for the computer mode, meanwhile here the command you ask.

          root@FOG:~# ls -al /tftpboot
          total 6328
          drwxr-xr-x  5 fogproject root    4096 juin   7 13:42 .
          drwxr-xr-x 22 root       root    4096 nov.  25 14:48 ..
          drwxr-xr-x  4 fogproject root    4096 juin   7 13:42 10secdelay
          drwxr-xr-x  2 fogproject root    4096 juin   7 13:42 arm64-efi
          -rw-r-xr-x  1 fogproject root     868 nov.  25 14:57 boot.txt
          -rw-r-xr-x  1 fogproject root     460 nov.  25 14:57 default.ipxe
          drwxr-xr-x  2 fogproject root    4096 juin   7 13:42 i386-efi
          -rw-r-xr-x  1 fogproject root  252928 nov.  25 14:57 intel.efi
          -rw-r-xr-x  1 fogproject root  100240 nov.  25 14:57 intel.kkpxe
          -rw-r-xr-x  1 fogproject root  100288 nov.  25 14:57 intel.kpxe
          -rw-r-xr-x  1 fogproject root  100281 nov.  25 14:57 intel.pxe
          -rw-r-xr-x  1 fogproject root 1062400 nov.  25 14:57 ipxe.efi
          -rw-r-xr-x  1 fogproject root  901120 nov.  25 14:57 ipxe.iso
          -rw-r-xr-x  1 fogproject root  364288 nov.  25 14:57 ipxe.kkpxe
          -rw-r-xr-x  1 fogproject root  364336 nov.  25 14:57 ipxe.kpxe
          -rw-r-xr-x  1 fogproject root  363701 nov.  25 14:57 ipxe.krn
          -rw-r-xr-x  1 fogproject root  363701 nov.  25 14:57 ipxe.lkrn
          -rw-r-xr-x  1 fogproject root  364476 nov.  25 14:57 ipxe.pxe
          -rw-r-xr-x  1 fogproject root  409600 nov.  25 14:57 ipxe.usb
          -rw-r-xr-x  1 fogproject root   26140 nov.  25 14:57 memdisk
          -rw-r-xr-x  1 fogproject root  283136 nov.  25 14:57 ncm--ecm--axge.efi
          -rw-r-xr-x  1 fogproject root  250880 nov.  25 14:57 realtek.efi
          -rw-r-xr-x  1 fogproject root  100975 nov.  25 14:57 realtek.kkpxe
          -rw-r-xr-x  1 fogproject root  101023 nov.  25 14:57 realtek.kpxe
          -rw-r-xr-x  1 fogproject root  101040 nov.  25 14:57 realtek.pxe
          -rw-r-xr-x  1 fogproject root  250368 nov.  25 14:57 snp.efi
          -rw-r-xr-x  1 fogproject root  250368 nov.  25 14:57 snponly.efi
          -rw-r-xr-x  1 fogproject root   99686 nov.  25 14:57 undionly.kkpxe
          -rw-r-xr-x  1 fogproject root   99734 nov.  25 14:57 undionly.kpxe
          -rw-r-xr-x  1 fogproject root   99742 nov.  25 14:57 undionly.pxe
          
          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Sebastian Roth

            @btoffolon Ok, so the output tells us that alle the files were created on the very same date and time. So you can dump me first theory that maybe the iPXE loaders don’t all have the certificate included.

            If you surely can PXE boot other machines then to me it looks like certain machines are just not able to handle the encrypted connection. I think we have had someone post a very weird issue like this in the forums some while ago but I can’t find it.

            Edit: Ok, doing some more research I found this:
            https://forums.fogproject.org/topic/15558/boot-php-denied-on-random-pcs (firmware update solved it)
            https://forums.fogproject.org/topic/15459/snp-efi-on-acer-travelmate-p2-tmp215-52-36qz-runs-on-no-buffer-space-available (the topic I had in the back of my mind but it’s a different error message altogether…)

            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

            B 1 Reply Last reply Reply Quote 0
            • B
              btoffolon @Sebastian Roth
              last edited by

              @sebastian-roth

              I forget to said that the error come without lauching any task. I try to access to the fog menu without any task and i have the same error.

              I think it’s maybe on the fog configuration,I have two fog servers because à have two network link by VPN. I take the computer on my second server and i can access to fog without the error message.

              I will try two comparate the two server configuration.

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

                @btoffolon Well, in your other message you didn’t tell us about a second server and said that some PCs work and others don’t So my answer was targeting this situation. If it’s two servers and the clients on one work but not one the other it’s definitely a different issue. Most likely you can solve it by re-running the FOG installer.

                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

                B 1 Reply Last reply Reply Quote 0
                • B
                  btoffolon
                  last edited by

                  @sebastian-roth Yes i’m sorry, i test it today, the second server is on an other place. I already try to running again the fog installer and that’s not working.

                  1 Reply Last reply Reply Quote 0
                  • B
                    btoffolon @Sebastian Roth
                    last edited by

                    @sebastian-roth Well there is some news. So today some others computer who worked before make the same bug, some i relaunch the fog installer. On this computer thats work i havent found the time to test with the first computers so i let you know. But i don’t understand why it work this time and it doesn’t last time.

                    Thanks for you help

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

                    228

                    Online

                    12.0k

                    Users

                    17.3k

                    Topics

                    155.2k

                    Posts
                    Copyright © 2012-2024 FOG Project