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

boot php - denied

Scheduled Pinned Locked Moved
FOG Problems
5
16
1.5k
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
    robertkwild
    last edited by Jul 25, 2021, 4:08 PM

    heres a vm that network boots (also laptops hp 840 g3 are good but atm i have no laptops here to show you)

    boot.JPG

    im not using fog for the dhcp, im using windows server 2012 r2, the options are below

    options.JPG

    the desktop in question that gets the error is a hp z640

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Jul 25, 2021, 10:03 PM

      @robertkwild said in boot php - denied:

      the desktop in question that gets the error is a hp z640

      Searching the forum I found that @JJ-Fullmer also has used HP Z640 machines some time ago. I am wondering if you have HTTPS enabled on your FOG server 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

      R J 2 Replies Last reply Jul 26, 2021, 12:08 PM Reply Quote 0
      • R
        robertkwild @Sebastian Roth
        last edited by robertkwild Jul 26, 2021, 6:37 AM Jul 26, 2021, 12:08 PM

        @sebastian-roth where would i find if i have https enabled on the fog server please?

        do you think instead of using a self signed ssl cert i should use a wildcard public one, as i do have one

        and then put my cert and private key here, replacing the self signed one

        /etc/httpd/conf.d/ssl.conf

        if so where else would i need to change it, so fog uses my fqdn instead of my ip

        1 Reply Last reply Reply Quote 0
        • R
          robertkwild
          last edited by Jul 26, 2021, 2:09 PM

          ok, ive found the wiki on this

          https://wiki.fogproject.org/wiki/index.php?title=HTTPS

          where would this location be on my server

          fogproject/bin/error_logs/

          1 Reply Last reply Reply Quote 0
          • R
            robertkwild
            last edited by Jul 26, 2021, 2:20 PM

            i will close this case as i should had run “certstat” on the culprit machine and then i could had done more troubleshooting on it

            and also the cmos battery was dead on this machine as it kept on saying the real time clock was out so this would have been another factor why the ipxe didnt work as its using a self signed cert https

            my bad guys but thanks so much for all your input

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by Jul 26, 2021, 6:23 PM

              @robertkwild said in boot php - denied:

              and also the cmos battery was dead on this machine as it kept on saying the real time clock was out so this would have been another factor why the ipxe didnt work as its using a self signed cert https

              That’s probably what was causing it! Great you found it.

              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 Jul 26, 2021, 7:38 PM Reply Quote 0
              • R
                robertkwild @Sebastian Roth
                last edited by Jul 26, 2021, 7:38 PM

                @sebastian-roth thanks a lot

                but v1.5.9 can handle nvme drives cant it?

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Jul 27, 2021, 7:39 AM

                  @robertkwild said in boot php - denied:

                  but v1.5.9 can handle nvme drives cant it?

                  Yes it can handle capturing from a (single) NVMe drive. Multiple NVMe drives can cause trouble, see here: https://forums.fogproject.org/topic/14822/nvme-madness

                  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
                  • J
                    JJ Fullmer Testers @Sebastian Roth
                    last edited by Jul 27, 2021, 1:04 PM

                    @sebastian-roth said in boot php - denied:

                    @robertkwild said in boot php - denied:

                    the desktop in question that gets the error is a hp z640

                    Searching the forum I found that @JJ-Fullmer also has used HP Z640 machines some time ago. I am wondering if you have HTTPS enabled on your FOG server as well?

                    Holy cow that was a long time ago. That’s when we added nvme support. Good times.

                    Glad to hear you got it working @robertkwild sounds like it probably was the cmos/time issue.

                    Have you tried the FogApi powershell module? It's pretty cool IMHO
                    https://github.com/darksidemilk/FogApi
                    https://fogapi.readthedocs.io/en/latest/
                    https://www.powershellgallery.com/packages/FogApi
                    https://forums.fogproject.org/topic/12026/powershell-api-module

                    R 1 Reply Last reply Jul 28, 2021, 12:52 PM Reply Quote 0
                    • R
                      robertkwild @JJ Fullmer
                      last edited by Jul 28, 2021, 12:52 PM

                      @jj-fullmer thank you guys so much for all your help in this

                      when you say it can capture from a nvme drive, can it deploy an image to an nvme drive that was captured from a standard SATA

                      T 1 Reply Last reply Jul 28, 2021, 3:10 PM Reply Quote 0
                      • T
                        Tom Elliott @robertkwild
                        last edited by Jul 28, 2021, 3:10 PM

                        @robertkwild yes, it can.

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

                        156

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project