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

Windows 10 EDU 1709 Domain Join Doesn't Work

Scheduled Pinned Locked Moved Solved
FOG Problems
6
43
17.0k
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
    Jay Bosworth
    last edited by Nov 14, 2017, 5:26 PM

    Do I need to manually stop the Apache and PHP services and try again? I am lost at this point. Thanks.

    T 1 Reply Last reply Nov 14, 2017, 5:26 PM Reply Quote 0
    • T
      Tom Elliott @Jay Bosworth
      last edited by Nov 14, 2017, 5:26 PM

      @jay-bosworth What OS are you using?

      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

      J 1 Reply Last reply Nov 14, 2017, 5:28 PM Reply Quote 0
      • J
        Jay Bosworth @Tom Elliott
        last edited by Nov 14, 2017, 5:28 PM

        @tom-elliott Ubuntu Server 14.04.5 LTS

        T 1 Reply Last reply Nov 14, 2017, 5:34 PM Reply Quote 0
        • T
          Tom Elliott @Jay Bosworth
          last edited by Nov 14, 2017, 5:34 PM

          @jay-bosworth I don’t know what the error is coming from, though I would suspect it’s got to do with conflicting repository information.

          You can try manually removing the ondrej repos from /etc/sources.list.d/

          Also try manually removing all the php and apache files. The installer usually does take care of this for you though, so I’m not sure where the issue is.

          Please provide the installers error log, it’s located in the same folder you run ./installfog.sh from, under a folder (conveniently) named error_logs.

          The version you’re trying to install will be the label, or just sort by newest last:

          ls -lhart and provide the subsequent log file.

          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
          • J
            Jay Bosworth
            last edited by Nov 14, 2017, 5:44 PM

            [https://pastebin.com/SyRKUckk](link url)

            That is the error file.

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Nov 14, 2017, 5:47 PM

              And what happens if you run: sudo apt-get install -f? Last few lines if there is an error should help us out.

              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
                Jay Bosworth
                last edited by Nov 14, 2017, 5:49 PM

                Noticed that in the file and I am running that right now:

                Errors were encountered while processing:
                /var/cache/apt/archives/linux-image-3.13.0-135-generic_3.13.0-135.184_i386.deb
                /var/cache/apt/archives/linux-image-3.13.0-98-generic_3.13.0-98.145_i386.deb
                E: Sub-process /usr/bin/dpkg returned an error code (1)

                T 1 Reply Last reply Nov 14, 2017, 5:50 PM Reply Quote 0
                • T
                  Tom Elliott @Jay Bosworth
                  last edited by Nov 14, 2017, 5:50 PM

                  @jay-bosworth What’s output of:

                  sudo df -h /boot
                  

                  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
                    Jay Bosworth
                    last edited by Nov 14, 2017, 5:53 PM

                    Hah!

                    Filesystem Size Used Avail Use% Mounted on
                    /dev/sda1 236M 230M 0 100% /boot

                    T 1 Reply Last reply Nov 14, 2017, 5:57 PM Reply Quote 0
                    • T
                      Tom Elliott @Jay Bosworth
                      last edited by Nov 14, 2017, 5:57 PM

                      @jay-bosworth Mind trying:

                      sudo apt-get purge $(for tag in "linux-image" "linux-headers"; do dpkg-query -W -f'${Package}\n' "$tag-[0-9]*.[0-9]*.[0-9]*" | sort -V | awk 'index($0,c){exit} //' c=$(uname -r | cut -d- -f1,2); done)

                      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
                        Jay Bosworth
                        last edited by Nov 14, 2017, 6:01 PM

                        Reading package lists… Done
                        Building dependency tree
                        Reading state information… Done
                        Package ‘linux-image-3.13.0-66-generic’ is not installed, so not removed
                        You might want to run ‘apt-get -f install’ to correct these:
                        The following packages have unmet dependencies:
                        linux-image-extra-3.13.0-135-generic : Depends: linux-image-3.13.0-135-generic but it is not going to be installed
                        linux-image-extra-3.13.0-24-generic : Depends: linux-image-3.13.0-24-generic but it is not going to be installed
                        linux-image-extra-3.13.0-57-generic : Depends: linux-image-3.13.0-57-generic but it is not going to be installed
                        linux-image-extra-3.13.0-58-generic : Depends: linux-image-3.13.0-58-generic but it is not going to be installed
                        linux-image-extra-3.13.0-59-generic : Depends: linux-image-3.13.0-59-generic but it is not going to be installed
                        linux-image-extra-3.13.0-61-generic : Depends: linux-image-3.13.0-61-generic but it is not going to be installed
                        linux-image-extra-3.13.0-62-generic : Depends: linux-image-3.13.0-62-generic but it is not going to be installed
                        linux-image-extra-3.13.0-63-generic : Depends: linux-image-3.13.0-63-generic but it is not going to be installed
                        linux-image-extra-3.13.0-65-generic : Depends: linux-image-3.13.0-65-generic but it is not going to be installed
                        linux-image-extra-3.13.0-98-generic : Depends: linux-image-3.13.0-98-generic but it is not going to be installed
                        linux-image-generic : Depends: linux-image-3.13.0-135-generic but it is not going to be installed
                        E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).

                        T 1 Reply Last reply Nov 14, 2017, 6:02 PM Reply Quote 0
                        • T
                          Tom Elliott @Jay Bosworth
                          last edited by Nov 14, 2017, 6:02 PM

                          @jay-bosworth Now try the sudo apt-get install -f

                          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
                            Jay Bosworth
                            last edited by Nov 14, 2017, 6:04 PM

                            Same error about the disk being full. I’ll be honest, I am not sure what is safe to delete and what isn’t from the boot volume to free up more space.

                            T 1 Reply Last reply Nov 14, 2017, 6:51 PM Reply Quote 0
                            • T
                              Tom Elliott @Jay Bosworth
                              last edited by Nov 14, 2017, 6:51 PM

                              @jay-bosworth I’m working off a totally different error at the moment, but please try:

                              dpkg -l 'linux-*' | sed  '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]*  [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge
                              

                              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
                                Jay Bosworth
                                last edited by Nov 14, 2017, 7:16 PM

                                I apologize, I made the boot partition small to leave more room for my images and now I see that was a mistake. I moved some of the files manually from the boot partition to my images partition and ran the apt-get install -f and it ran okay. I then proceeded to run the fog install again. It worked this time, I am going to update my client now and grab my images, then re-deploy them to see if the update fixed the AD issue.

                                Thanks!

                                1 Reply Last reply Reply Quote 0
                                • J
                                  Jay Bosworth
                                  last edited by Nov 14, 2017, 8:11 PM

                                  I checked and the client version was the same as the one I was already using. I clicked the button to clear the encryption data and I pushed out my sys-prepped image again. It still did not automatically join to the domain. I have a lab of these that I really don’t feel like typing in the AD info for every one.

                                  T 1 Reply Last reply Nov 14, 2017, 8:32 PM Reply Quote 0
                                  • T
                                    Tom Elliott @Jay Bosworth
                                    last edited by Nov 14, 2017, 8:32 PM

                                    @jay-bosworth did you provide a clients fog.log?

                                    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
                                    • A
                                      andreiv
                                      last edited by andreiv Nov 14, 2017, 3:01 PM Nov 14, 2017, 9:01 PM

                                      Why don’t you join the domain from the sysprep answer file?

                                      https://technet.microsoft.com/en-us/library/cc730845(v=ws.10).aspx

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        Jay Bosworth
                                        last edited by Nov 14, 2017, 9:11 PM

                                        No, I didn’t provide the file. The file actually isn’t changing. I went back in and looked and the last entry in the file had the same 9:00 time stamp that the previous file I sent you had. I also noticed that it doesn’t seem to be updating the host name. Is it possible there is some kind of communication error? I’ve always been able to have them join AD with the tool in FOG, so doing that in the sysprep file was never really something I put a lot of thought into.

                                        A 1 Reply Last reply Nov 14, 2017, 9:39 PM Reply Quote 0
                                        • X
                                          x23piracy
                                          last edited by x23piracy Nov 14, 2017, 3:34 PM Nov 14, 2017, 9:31 PM

                                          Hi,

                                          just my 50 cent…
                                          check the specific host for its client service options, i can remember a case where a new client was inventorized but for some reason the options for the host specific client options were disabled.

                                          Have you ever tried to disable the option to join the domain for a specific host, delete it’s fog client log and shutdown the machine, enable domain joining again and boot the computer, wait some minutes and supply the fog client log.

                                          @andreiv said in Windows 10 EDU 1709 Domain Join Doesn't Work:

                                          Why don’t you join the domain from the sysprep answer file?

                                          https://technet.microsoft.com/en-us/library/cc730845(v=ws.10).aspx

                                          The op is not asking for other ways. Joining domain is one of the fog clients goal and if we have a problem here everyone like to see it solved, no alternatives! 😉 Hail FOG 😄

                                          Regards X23

                                          ║▌║█║▌│║▌║▌█

                                          A 1 Reply Last reply Nov 14, 2017, 9:42 PM Reply Quote 1
                                          • 1
                                          • 2
                                          • 3
                                          • 1 / 3
                                          1 / 3
                                          • First post
                                            20/43
                                            Last post

                                          241

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project