Windows 10 EDU 1709 Domain Join Doesn't Work
-
I just created a fresh image with Windows 10 EDU 1709 and I can’t get domain join to work. I removed the host from AD because I used different credentials to add it with the old image. After a successful image task the computer just sits at the login screen. The FOG client is installed and running. I logged in expecting it to restart a couple times and join the domain, but it didn’t. Just looking for some help to troubleshoot this issue.
Running Version 1.3.0-RC-8
SVN Revision: 5949Thanks,
-
Looks like it was something wonky in my image. I apologize for any of your time I may have wasted sorting this out. Thanks for all of the help. Now I have an updated server and a working image.
-
I can’t say for sure, but it looks like it might be adding my domain name to the Workgroup field? I checked all of my settings in FOG and I absolutely have my domain in the domain name field. I double checked this on my group, host, and server settings.
-
@Jay-Bosworth please post the contents of the ‘C:\fog.log’ file on the computer trying to join the domain.
-
I just re-imaged it at 11:15 EST. The contents of the fog.log file is too large to post here so I am going to upload the file.[0_1510676495784_fog.log](Uploading 100%)
-
@jay-bosworth said in Windows 10 EDU 1709 Domain Join Doesn't Work:
I just re-imaged it at 11:15 EST. The contents of the fog.log file is too large to post here so I am going to upload the file.[0_1510676495784_fog.log](Uploading 100%)
Use something like https://pastebin.com/
-
[https://pastebin.com/rAhGAr4L](link url)
-
@jay-bosworth said in Windows 10 EDU 1709 Domain Join Doesn't Work:
[https://pastebin.com/rAhGAr4L](link url)
Couple things.
Biggest issue here seems to be the client not being able to authenticate with the server. On your host(s), press the “Reset Encryption Data” button if it’s there. That may solve your issue entirely.
Other issues, both your FOG version and client are outdated. The people here always suggest updating, so that’s what I’m going to say.
-
@avaryan I don’t see a reset encryption data button. I will try updating. The server usually ends up getting hosed whenever I try that though.
-
Yep… Updating packages as needed … ok
Installing now everything is updated … Failed! -
-
Installation Started
-
Installing required packages, if this fails
| make sure you have an active internet connection. -
Adding needed repository…OK
-
Preparing Package Manager…OK
-
Packages to be installed:
apache2 bc build-essential cpp curl g++ gawk gcc gzip htmldoc lftp libap ache2-mod-php7.1 libc6 libcurl3 m4 mysql-client mysql-server net-tools nfs-kerne l-server openssh-server php7.1 php7.1-bcmath php7.1-cli php7.1-curl php7.1-fpm p hp7.1-gd php7.1-json php7.1-ldap php7.1-mbstring php7.1-mcrypt php7.1-mysql php7 .1-mysqlnd php-gettext sysv-rc-conf tar tftpd-hpa tftp-hpa unzip vsftpd wget xin etd zlib1g
-
Skipping package: apache2…(Already Installe d)
-
Skipping package: bc…(Already Installe d)
-
Skipping package: build-essential…(Already Installe d)
-
Skipping package: cpp…(Already Installe d)
-
Skipping package: curl…(Already Installe d)
-
Skipping package: g++…(Already Installe d)
-
Skipping package: gawk…(Already Installe d)
-
Skipping package: gcc…(Already Installe d)
-
Skipping package: gzip…(Already Installe d)
-
Skipping package: htmldoc…(Already Installe d)
-
Skipping package: lftp…(Already Installe d)
-
Installing package: libapache2-mod-php7.1…Failed! (Will try later)
-
Skipping package: libc6…(Already Installe d)
-
Skipping package: libcurl3…(Already Installe d)
-
Skipping package: m4…(Already Installe d)
-
Skipping package: mysql-client…(Already Installe d)
-
Skipping package: mysql-server…(Already Installe d)
-
Skipping package: net-tools…(Already Installe d)
-
Skipping package: nfs-kernel-server…(Already Installe d)
-
Skipping package: openssh-server…(Already Installe d)
-
Installing package: php7.1…Failed! (Will try later)
-
Installing package: php7.1-bcmath…Failed! (Will try later)
-
Installing package: php7.1-cli…Failed! (Will try later)
-
Installing package: php7.1-curl…Failed! (Will try later)
-
Installing package: php7.1-fpm…Failed! (Will try later)
-
Installing package: php7.1-gd…Failed! (Will try later)
-
Installing package: php7.1-json…Failed! (Will try later)
-
Installing package: php7.1-ldap…Failed! (Will try later)
-
Installing package: php7.1-mbstring…Failed! (Will try later)
-
Installing package: php7.1-mcrypt…Failed! (Will try later)
-
Installing package: php7.1-mysql…Failed! (Will try later)
-
Installing package: php7.1-mysql…Failed! (Will try later)
-
Skipping package: php-gettext…(Already Installe d)
-
Skipping package: sysv-rc-conf…(Already Installe d)
-
Skipping package: tar…(Already Installe d)
-
Skipping package: tftpd-hpa…(Already Installe d)
-
Skipping package: tftp-hpa…(Already Installe d)
-
Skipping package: unzip…(Already Installe d)
-
Skipping package: vsftpd…(Already Installe d)
-
Skipping package: wget…(Already Installe d)
-
Skipping package: xinetd…(Already Installe d)
-
Skipping package: zlib1g…(Already Installe d)
-
Updating packages as needed…OK
-
Installing now everything is updated…Failed!
-
-
Do I need to manually stop the Apache and PHP services and try again? I am lost at this point. Thanks.
-
@jay-bosworth What OS are you using?
-
@tom-elliott Ubuntu Server 14.04.5 LTS
-
@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.
-
[https://pastebin.com/SyRKUckk](link url)
That is the error file.
-
And what happens if you run:
sudo apt-get install -f
? Last few lines if there is an error should help us out. -
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) -
@jay-bosworth What’s output of:
sudo df -h /boot
-
Hah!
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 236M 230M 0 100% /boot -
@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)