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

Fog Legacy Client hostname changer not working 1.3.5 RC2

Scheduled Pinned Locked Moved Solved
Bug Reports
2
9
2.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.
  • K
    Kleber
    last edited by Feb 8, 2017, 4:50 PM

    Server
    • FOG Version: 1.3.5 RC2
    • OS: Centos 7
    Client
    • Service Version: Legacy Client
    • OS: Windows 7
    Description

    Noticed that when pushing image the computer does not auto rename or join computer to domain. I notice that log file indicated that the hostnamechanger service has been disabled globally on the fog server. I checked and it is enabled.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Feb 8, 2017, 5:27 PM

      Moved to bugs, and this is fixed in RC-3

      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 0
      • K
        Kleber
        last edited by Feb 9, 2017, 6:19 PM

        Hi,

        I updated to:

        Thu Feb 09, 2017 13:15 pm
        Running Version 1.3.5-RC-3
        SVN Revision: 6066

        I am still having the same problem. I attached the log from one of the clients.0_1486664368264_fog.log

        T 1 Reply Last reply Feb 9, 2017, 10:57 PM Reply Quote 0
        • T
          Tom Elliott @Kleber
          last edited by Feb 9, 2017, 10:57 PM

          @Kleber I need you to please re-pull and install. I assure you this is fixed in the latest.

          You can validate this by going to a browser and going to the url:

          http://ip-of-fogserver/fog/service/hostname.php?mac=<macaddressofhost>

          You should see something similar to:

          #!ok=<yourhostshostname> #AD=1 #ADDom=<yourdomainname> #ADOU= #ADUser=<yourdomainname>\<yourdomainusername> #ADPass=<yourfogcryptedpassword>

          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 0
          • T
            Tom Elliott
            last edited by Feb 9, 2017, 11:52 PM

            So I found the issue and I’m sorry, I was wrong. While I did make improvements to ensure the legacy client worked I am just more coding for the “new client”. I forgot that the legacy client uses 2 checks to get their information. First check is a call to servicemodule-active and the second is to the enabled items. The problem was from the servicemodule-active check. For the new client we collect all the data at once and send it in a single request. To do this relatively easily there’s a variable that get’s set and is tested against. This variable was not getting set for the servicemodule-active checks.

            My client tests were working properly only because I forgot to update the server they communicate with. (Yes I have multiple servers and it’s easy for me to mistake sometimes with this.)

            For this reason, I’ve pushed up RC-4.

            Please update and keep us informed?

            Thank you.

            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 0
            • K
              Kleber
              last edited by Feb 10, 2017, 4:06 AM

              Just installed Fog version 1.3.5 RC4 and it corrected the hostname changer problem under the legacy client. Unfortunately snapin deployment do not work.

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Feb 10, 2017, 12:51 PM

                What does it show for the snapins? When dealing with the client, the logs always go a lot longer way than just telling us a particular point doesn’t work.

                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 0
                • T
                  Tom Elliott
                  last edited by Feb 10, 2017, 1:05 PM

                  Also, please post this new issue on a new thread. As the contents of this thread were pretty specific.

                  I will try to replicate the problem myself, but it’s much easier if you can provide as much detail as possible.

                  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

                  K 1 Reply Last reply Feb 10, 2017, 4:47 PM Reply Quote 0
                  • K
                    Kleber @Tom Elliott
                    last edited by Feb 10, 2017, 4:47 PM

                    @Tom-Elliott

                    Hi Tom,

                    according to the client log file it says " snapinclient module is disabled globally on the FOG Server, exiting."

                    I will create a new issue, and post the log file from one of the clients.

                    Thanks!

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

                    161

                    Online

                    12.1k

                    Users

                    17.3k

                    Topics

                    155.3k

                    Posts
                    Copyright © 2012-2024 FOG Project