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

New Client: Active Directory join not working and Host deletet

Scheduled Pinned Locked Moved Solved
Bug Reports
3
8
2.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.
  • P
    Polii123
    last edited by Mar 24, 2015, 3:04 PM

    So, i tried the solution form Tom wich he posted here --> [url]http://fogproject.org/forum/threads/new-client-0-bytes.12625/[/url]

    I re entered the password under Fog Settings and changed the password in hosts setings. I also checked the new client check box. But log file still says error 1326.

    Also the Host was “deleted” form the host list after changing the password. I hit the back button so i could, “restore” it. The funny thing is that i had to reenter the MAC and activate the Services and hit update.
    Host was in the list again and also showed the last download task. So it wasn’t really gone…

    Thanks for the help.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Mar 24, 2015, 4:13 PM

      can you try upgrading. I fixed the mac so it doesn’t delete itself anymore, hopefully. I think this is what caused the domain issue potentially too. It couldn’t find the host because the mac wasn’t there.

      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
      • P
        Polii123
        last edited by Mar 25, 2015, 7:56 AM

        Updated to latest SVN. Host was gone again, tried to add again. Now i always get a white page when i cklick on add. Had this before, the host was added anyway, but now it doesn’t add it at all…

        Log

        [Wed Mar 25 08:53:28 2015] [error] [client 172.30.40.142] PHP Fatal error: Cann ot use object of type EventManager as array in /var/www/fog/lib/fog/MACAddress.c lass.php on line 26, referer: [url]http://fogagh01/fog/management/index.php?node=host[/url] &sub=add
        [Wed Mar 25 08:53:37 2015] [error] [client 172.30.40.142] PHP Warning: strlen() expects parameter 1 to be string, array given in /var/www/fog/lib/fog/MACAddres s.class.php on line 23, referer: [url]http://fogagh01/fog/management/index.php?node=h[/url] ost&sub=add
        [Wed Mar 25 08:53:37 2015] [error] [client 172.30.40.142] PHP Warning: strlen() expects parameter 1 to be string, array given in /var/www/fog/lib/fog/MACAddres s.class.php on line 29, referer: [url]http://fogagh01/fog/management/index.php?node=h[/url] ost&sub=add
        [Wed Mar 25 08:53:37 2015] [error] [client 172.30.40.142] PHP Warning: strtolow er() expects parameter 1 to be string, array given in /var/www/fog/lib/fog/MACAd dress.class.php on line 46, referer: [url]http://fogagh01/fog/management/index.php?no[/url] de=host&sub=add
        [Wed Mar 25 08:53:37 2015] [error] [client 172.30.40.142] PHP Fatal error: Cann ot use object of type EventManager as array in /var/www/fog/lib/fog/MACAddress.c lass.php on line 26, referer: [url]http://fogagh01/fog/management/index.php?node=host[/url] &sub=add
        [Wed Mar 25 08:53:43 2015] [error] [client 172.30.40.142] PHP Warning: strlen() expects parameter 1 to be string, array given in /var/www/fog/lib/fog/MACAddres s.class.php on line 23, referer: [url]http://fogagh01/fog/management/index.php?node=h[/url] ost&sub=add
        [Wed Mar 25 08:53:43 2015] [error] [client 172.30.40.142] PHP Warning: strlen() expects parameter 1 to be string, array given in /var/www/fog/lib/fog/MACAddres s.class.php on line 29, referer: [url]http://fogagh01/fog/management/index.php?node=h[/url] ost&sub=add
        [Wed Mar 25 08:53:43 2015] [error] [client 172.30.40.142] PHP Warning: strtolow er() expects parameter 1 to be string, array given in /var/www/fog/lib/fog/MACAd dress.class.php on line 46, referer: [url]http://fogagh01/fog/management/index.php?no[/url] de=host&sub=add
        [Wed Mar 25 08:53:43 2015] [error] [client 172.30.40.142] PHP Fatal error: Cann ot use object of type EventManager as array in /var/www/fog/lib/fog/MACAddress.c lass.php on line 26, referer: [url]http://fogagh01/fog/management/index.php?node=host[/url] &sub=add

        1 Reply Last reply Reply Quote 0
        • P
          Polii123
          last edited by Mar 25, 2015, 8:16 AM

          I deleted the MAC from the DB now i were able to add the host, but the white page still appears.

          1 Reply Last reply Reply Quote 0
          • P
            Polii123
            last edited by Mar 25, 2015, 8:57 AM

            So Fog Client is also updated now, but i still got the error 1326.

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Mar 25, 2015, 9:17 AM

              Once again, i don’t know the exact specifications of what you’re attempting to do, but if you still need the legacy client, I would highly recommend against trying to use the new client in the same environment. The new client is an upgrade from before but we don’t know yet if the AD Joining features work properly. That said, what I did tell you is correct, but it’s a all or none kind of thing. If you set the FOG_NEW_CLIENT setting, it will effectively break the legacy settings (and potentially the new one as we don’t know yet if it works).

              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
              • J
                jamesb
                last edited by Mar 30, 2015, 1:33 PM

                I’m currently on SVN 3179 and the host MAC delete still happened to me when I tried the active directory setting with the new client option.

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by May 27, 2015, 10:08 PM

                  While old I figure it pertinent that this is fixed in current svn. Was fixed at some point int he 3300’s.

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

                  157

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project