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

    Host has not been registering with Quick Reg, and Full Reg is not working

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    13
    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.
    • D
      D_quiros
      last edited by D_quiros

      I created an image of my computer HP Prodesktop G3 in order to upload it to the FOG. I performed the Quick Reg, and after it finished I looked for it at the Host List in the server, but it was not there, I tried to run again the Quick Reg and the issues persists. So I tried a Full Reg, but it started normally, until it got stock and shows this:
      0_1518199967907_IMG_0476.jpg

      Does anyone can help me?

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

        Just so the developers know this is FOG 1.5.0RC11 ?? Is that right? Because that is surely background php code that should never be visible. @Developers ??

        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
        • george1421G
          george1421 Moderator
          last edited by

          Is it only this one computer doing this or are all new computers failing to register this way?

          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!

          D 1 Reply Last reply Reply Quote 0
          • D
            D_quiros @george1421
            last edited by D_quiros

            @george1421 said in Host has not been registering with Quick Reg, and Full Reg is not working:

            Is it only this one computer doing this or are all new computers failing to register this way?

            I tried doing a Quick Reg with a Optiplex 3020 and it worked, but I didnt try a Full Reg

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

              @d_quiros will you delete that 3020 from inventory and see if full registration works with that. Its important to know where the issue isn’t so the developers can focus on where it could be. We may also need you to look at the apache error log in /var/log/apache/error.log to see if that contains any clues.

              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!

              D 1 Reply Last reply Reply Quote 0
              • D
                D_quiros @george1421
                last edited by D_quiros

                @george1421 said in Host has not been registering with Quick Reg, and Full Reg is not working:

                @d_quiros will you delete that 3020 from inventory and see if full registration works with that. Its important to know where the issue isn’t so the developers can focus on where it could be.

                I just did it, and I got the same issue

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

                  @d_quiros ok then can you look at the apache error log in /var/log/apache2/error.log and see if there is anything helpful for debugging?

                  We may need you to upload that file to a google drive or dropbox so we can take a look at the file. There is something not right with full registration in 1.5.0RC11

                  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!

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    D_quiros @george1421
                    last edited by

                    @george1421 said in Host has not been registering with Quick Reg, and Full Reg is not working:

                    @d_quiros ok then can you look at the apache error log in /var/log/apache2/error.log and see if there is anything helpful for debugging?

                    We may need you to upload that file to a google drive or dropbox so we can take a look at the file. There is something not right with full registration in 1.5.0RC11

                    I got the file, opened it and it is displaying some errors. Not sure what do they mean. Where can I upload the file?

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

                      @D_quiros Just copy and paste the error message from the log file as text here in the forum post.

                      Looks really strange, kind of like when PHP is not installed/enabled. Can you access the FOG web interface? http://10.29.170.252/fog/ What does it look like?

                      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

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        D_quiros @Sebastian Roth
                        last edited by

                        @sebastian-roth said in Host has not been registering with Quick Reg, and Full Reg is not working:

                        @D_quiros Just copy and paste the error message from the log file as text here in the forum post.

                        Looks really strange, kind of like when PHP is not installed/enabled. Can you access the FOG web interface? http://10.29.170.252/fog/ What does it look like?

                        Yes, I can access to it and navigate through it.
                        This is the log:

                        0_1518211968635_IMG_0478.jpg

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

                          @D_quiros Ok, PHP is installed! Good to know. The last four lines of errors seen in the picture make me think that not all files were installed properly. Can you please check if you have the file /var/www/html/fog/lib/reg-task/registration.class.php on your server? It should read like this:

                          <?php
                          ...
                          class Registration extends FOGBase
                          {
                          ...
                          

                          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

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            D_quiros @Sebastian Roth
                            last edited by

                            @sebastian-roth said in Host has not been registering with Quick Reg, and Full Reg is not working:

                            @D_quiros Ok, PHP is installed! Good to know. The last four lines of errors seen in the picture make me think that not all files were installed properly. Can you please check if you have the file /var/www/html/fog/lib/reg-task/registration.class.php on your server? It should read like this:

                            <?php
                            ...
                            class Registration extends FOGBase
                            {
                            ...
                            

                            @Sebastian-Roth yes, I checked and it looks like your picture. But now I am getting another issue. See the next image

                            0_1518445158350_IMG_0496.jpg

                            It is happening on both registration methods, Quick Reg, and Full Reg

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

                              @D_quiros Please check the apache logs. See my signature…

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

                              188

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project