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%)
-
@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)
-
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). -
@jay-bosworth Now try the
sudo apt-get install -f
-
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.