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

Hostname changer not working

Scheduled Pinned Locked Moved Solved
FOG Problems
8
25
11.7k
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
    Joe Schmitt Senior Developer
    last edited by Sep 17, 2015, 3:25 PM

    @giejo63 Can you upload the fog.log anyways? I can’t help unless I know exactly what is or isn’t happening.

    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.

    G 1 Reply Last reply Sep 22, 2015, 1:29 PM Reply Quote 0
    • C
      ch3i Moderator @Joe Schmitt
      last edited by ch3i Sep 24, 2015, 12:53 AM Sep 18, 2015, 7:07 AM

      @Jbob said:

      @Kiweegie @ch3i The “Reset encryption” button will only fix “Invalid security token” errors. What you have is an untrusted server. Did you reset the CA keys or swap out FOG servers recently?

      I think it’s a problem in my installation. @Tom-Elliott tried to help me via Teamviewer, but as he said : It’s weird ! lol

      1 Reply Last reply Reply Quote 0
      • K
        Kiweegie @Joe Schmitt
        last edited by Sep 18, 2015, 1:34 PM

        @Jbob Hi Jbob, yes this was indeed my issue and resolved by Tom Elliot. I had rebuilt my FOG server and so had a different CA key on the client which was imaged from the “old” FOG server before I rebuilt it.

        Tom advised issue as:

        The crt file that the client is using to send its authentication data is not signed by the server’s ca, or rather what your client thinks is the server’s certificate authority

        Fix was to download new crt file from http://your_FOG_server/fog/management/other/ca.cert.der and install that on the affected client.

        1 Reply Last reply Reply Quote 0
        • G
          giejo63 @Joe Schmitt
          last edited by giejo63 Sep 22, 2015, 7:30 AM Sep 22, 2015, 1:29 PM

          @Jbob said:

          @giejo63 Can you upload the fog.log anyways? I can’t help unless I know exactly what is or isn’t happening.

          Hi,
          Here is my fog.log. I dont know why there is a communication error only for Hostname changer ??

          ------------------------------------------------------------------------------
          --------------------------------HostnameChanger-------------------------------
          ------------------------------------------------------------------------------
           22/09/2015 15:18 Client-Info Version: 0.9.5
           22/09/2015 15:18 HostnameChanger Running...
           22/09/2015 15:18 Middleware::Communication URL: http://xxx.xxx.xxx.xxx/fog/service/servicemodule-active.php?moduleid=hostnamechanger&mac=D4:3D:7E:D2:52:B4|&newService=1
           22/09/2015 15:18 Middleware::Communication Response: Success
           22/09/2015 15:18 Middleware::Communication URL: http://xxx.xxx.xxx.xxx/fog/service/hostname.php?moduleid=hostnamechanger&mac=D4:3D:7E:D2:52:B4|&newService=1
           22/09/2015 15:20 Middleware::Communication ERROR: Could not contact FOG server
           22/09/2015 15:20 Middleware::Communication ERROR: Le délai d'attente de l'opération a expiré.
          ------------------------------------------------------------------------------
          
          
          ------------------------------------------------------------------------------
          ---------------------------------SnapinClient---------------------------------
          ------------------------------------------------------------------------------
           22/09/2015 21:02 Client-Info Version: 0.9.5
           22/09/2015 21:02 SnapinClient Running...
           22/09/2015 21:02 Middleware::Communication URL: http://xxx.xxx.xxx.xxx/fog/service/servicemodule-active.php?moduleid=snapinclient&mac=D4:3D:7E:D2:51:69||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService=1
           22/09/2015 21:02 Middleware::Communication Response: Success
           22/09/2015 21:02 Middleware::Communication URL: http://xxx.xxx.xxx.xxx/fog/service/snapins.checkin.php?mac=D4:3D:7E:D2:51:69||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService=1
           22/09/2015 21:02 Middleware::Communication Response: No snapins
          ------------------------------------------------------------------------------
          
          
          ------------------------------------------------------------------------------
          --------------------------------PrinterManager--------------------------------
          ------------------------------------------------------------------------------
           22/09/2015 21:02 Client-Info Version: 0.9.5
           22/09/2015 21:02 PrinterManager Running...
           22/09/2015 21:02 Middleware::Communication URL: http://xxx.xxx.xxx.xxx/fog/service/servicemodule-active.php?moduleid=printermanager&mac=D4:3D:7E:D2:51:69||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService=1
           22/09/2015 21:02 Middleware::Communication Response: Success
           22/09/2015 21:02 Middleware::Communication URL: http://xxx.xxx.xxx.xxx/fog/service/Printers.php?mac=D4:3D:7E:D2:51:69||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService=1
           22/09/2015 21:02 Middleware::Communication Response: No Printers
           22/09/2015 21:02 Middleware::Communication URL: http://xxx.xxx.xxx.xxx/fog/service/printerlisting.php?newService=1
           22/09/2015 21:02 Middleware::Communication Response: No Printers
          ------------------------------------------------------------------------------
          
          
          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Sep 22, 2015, 2:40 PM

            Pretty weird! Is xxx.xxx.xxx.xxx always the exact same IP address? Please make sure!

            Why would one HTTP GET request work and another one the same minute not? Maybe just try this link in your webbrowser and see what response you get. Usually it should be like: ‘#!ok=<hostname> #AD=…’

            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

            G 1 Reply Last reply Sep 23, 2015, 7:49 AM Reply Quote 0
            • G
              giejo63 @Sebastian Roth
              last edited by giejo63 Sep 23, 2015, 1:50 AM Sep 23, 2015, 7:49 AM

              @Uncle-Frank said:

              Pretty weird! Is xxx.xxx.xxx.xxx always the exact same IP address? Please make sure!

              Why would one HTTP GET request work and another one the same minute not? Maybe just try this link in your webbrowser and see what response you get. Usually it should be like: ‘#!ok=<hostname> #AD=…’

              Hi,
              xxx.xxx.xxx.xxx is always the same IP address. I’m sure.
              I have never seen ‘#!ok=<hostname> #AD=…’
              I dont know why…

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Sebastian Roth Sep 23, 2015, 3:18 AM Sep 23, 2015, 9:17 AM

                I meant that you could try to access this link http://xxx.xxx.xxx.xxx/fog/service/hostname.php?moduleid=hostnamechanger&mac=D4:3D:7E:D2:52:B4|&newService=1 (exchange xxx.xxx.xxx.xxx with the IP of your FOG server) in a normal browser from any host in your network which has access to the FOG server via HTTP (probably most if not all hosts will have access I guess). Then you should see something like ‘#!ok=<hostname> #AD=…’ in that browser window… or possibly an error. Give it a try!

                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

                G 1 Reply Last reply Sep 23, 2015, 9:46 AM Reply Quote 0
                • G
                  giejo63 @Sebastian Roth
                  last edited by Sep 23, 2015, 9:46 AM

                  @Uncle-Frank

                  when i try in a browser, i see “#!ih”

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by Sep 23, 2015, 9:59 AM

                    I am sorry but I don’t know the code of the new client much yet. So I am not sure how the client would handle this response. Usually ‘#!ih’ means ‘invalid host’. What about if you access the other URLs you see in the log, e.g. http://xxx.xxx.xxx.xxx/fog/service/servicemodule-active.php?moduleid=hostnamechanger&mac=D4:3D:7E:D2:52:B4|&newService=1

                    By the way. Which version of FOG du you use (see in the blue cloud in the webinterface).

                    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

                    T G 2 Replies Last reply Sep 23, 2015, 10:27 AM Reply Quote 0
                    • T
                      Tom Elliott @Sebastian Roth
                      last edited by Sep 23, 2015, 10:27 AM

                      @Uncle-Frank my guess as to why he is seeing ih which is invalid host, is the MAC address being sent is the wifi while the Mac registered to the host is wired. This is just a guess.

                      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

                      G 1 Reply Last reply Sep 23, 2015, 11:11 AM Reply Quote 0
                      • G
                        giejo63 @Sebastian Roth
                        last edited by Sep 23, 2015, 11:01 AM

                        @Uncle-Frank

                        when i try the other URL i have : “#!nh”

                        I’m in version 4682

                        1 Reply Last reply Reply Quote 0
                        • G
                          giejo63 @Tom Elliott
                          last edited by Sep 23, 2015, 11:11 AM

                          @Tom-Elliott said:

                          @Uncle-Frank my guess as to why he is seeing ih which is invalid host, is the MAC address being sent is the wifi while the Mac registered to the host is wired. This is just a guess.

                          This host as only wired LAN it’s not a laptop so i think it’s not a MAC address problem

                          1 Reply Last reply Reply Quote 0
                          • S
                            Sebastian Roth Moderator
                            last edited by Sep 23, 2015, 11:23 AM

                            Sure you haven’t changed this client’s “Service settings” meanwhile? ‘#!nh’ to me sounds like hostnamechanger is not enabled for this client in the web interface. But maybe I am wrong.

                            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

                            T 1 Reply Last reply Sep 23, 2015, 11:25 AM Reply Quote 1
                            • T
                              Tom Elliott @Sebastian Roth
                              last edited by Sep 23, 2015, 11:25 AM

                              @Uncle-Frank Absolutely correct.

                              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

                              G 1 Reply Last reply Sep 23, 2015, 2:20 PM Reply Quote 0
                              • G
                                giejo63 @Tom Elliott
                                last edited by Sep 23, 2015, 2:20 PM

                                @Tom-Elliott

                                Ok was my fault… for this host the hostname changer was disabled.
                                I activate it in service settings but it doesn’t work.
                                When i try the URL with hostname.php it keeps trying but nothing happens (so it explain the success for servicemodule-active.php and the error for hostname.php in this log)

                                22/09/2015 15:18 Client-Info Version: 0.9.5
                                 22/09/2015 15:18 HostnameChanger Running...
                                 22/09/2015 15:18 Middleware::Communication URL: http://xxx.xxx.xxx.xxx/fog/service/servicemodule-active.php?moduleid=hostnamechanger&mac=D4:3D:7E:D2:52:B4|&newService=1
                                 22/09/2015 15:18 Middleware::Communication Response: Success
                                 22/09/2015 15:18 Middleware::Communication URL: http://xxx.xxx.xxx.xxx/fog/service/hostname.php?moduleid=hostnamechanger&mac=D4:3D:7E:D2:52:B4|&newService=1
                                 22/09/2015 15:20 Middleware::Communication ERROR: Could not contact FOG server
                                 22/09/2015 15:20 Middleware::Communication ERROR: Le délai d'attente de l'opération a expiré.
                                
                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by Sep 23, 2015, 4:15 PM

                                  @giejo63 said:

                                  When i try the URL with hostname.php it keeps trying but nothing happens

                                  You mean in a web browser?? Wow… this is… not as it should be I guess!

                                  What do you see in the apache error logs while you try to access this URL from a browser. Depending on your distribution those files might be in /var/log/apache2/ or some similar path on the FOG server.

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

                                  199

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project