Need help in installing FOG client for Ubuntu images and AD integration
-
Hello Experts, I need help in setting up Ubuntu Desktop imaging using FOG installed on Ubuntu Server 16.04 LTS, We have 100+ users wanted to use Ubuntu Desktops, i have setup the FOG server on Ubuntu Server, i need help in installing FOG client on Ubuntu desktops and integrating AD as well. Could someone help me with complete guide for this?
-
@Vinay https://wiki.fogproject.org/wiki/index.php?title=FOG_Client has everything you need;
for ubuntu: https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#Debian_8.2B.2C_Ubuntu_13.10.2B.2C_and_derivativesThe client will not manage domain bindings for linux. You can use a bash script Snapin for that though.
-
@Joe Schmitt, Thank you for your help, i have already installed the client as per the article, however i get the below error on fog.log:
10/3/2017 4:59 AM Main Overriding exception handling
10/3/2017 4:59 AM Main Bootstrapping Zazzles
10/3/2017 4:59 AM Controller Initialize
10/3/2017 4:59 AM Controller Start
10/3/2017 4:59 AM Service Starting service
10/3/2017 4:59 AM Bus Became bus server
10/3/2017 4:59 AM Bus Emmiting message on channel: Status
10/3/2017 4:59 AM Service Invoking early JIT compilation on needed binaries
--------------------------------Authentication--------------------------------
10/3/2017 4:59 AM Client-Info Version: 0.11.12
10/3/2017 4:59 AM Client-Info OS: Linux
10/3/2017 4:59 AM Middleware::Authentication Waiting for authentication timeout to pass
10/3/2017 4:59 AM Middleware::Communication Download: http://192.168.44.129/fog/management/other/ssl/srvpublic.crt
10/3/2017 4:59 AM Middleware::Authentication ERROR: Could not authenticate
10/3/2017 4:59 AM Middleware::Authentication ERROR: Value cannot be null.
Parameter name: authority
--------------------------------Authentication--------------------------------
10/3/2017 4:59 AM Client-Info Version: 0.11.12
10/3/2017 4:59 AM Client-Info OS: Linux
10/3/2017 4:59 AM Middleware::Authentication Waiting for authentication timeout to pass
10/3/2017 5:00 AM Controller Stop
10/3/2017 5:00 AM Service Stop requested
10/3/2017 5:00 AM Middleware::Authentication ERROR: Could not authenticate
10/3/2017 5:00 AM Middleware::Authentication ERROR:
10/3/2017 5:00 AM Bus Emmiting message on channel: Status
-
-
@Vinay said:
10/3/2017 4:59 AM Middleware::Authentication ERROR: Could not authenticate
10/3/2017 4:59 AM Middleware::Authentication ERROR: Value cannot be null.
Parameter name: authorityOn Linux this usually means that the certificate store is “damaged”. Please try reinstalling the whole mono framework and then as well reinstall the fog-client. If that still does not work you need to downgrade the mono version and reinstall fog-client.
We are working on a fix but this won’t be due to the next major release of the fog-client.
-
@Joe-Schmitt @Sebastian-Roth
Thank you for the info, i will try this and let you know the status.
Could you guys help me with post install script for adding the system to AD and make the AD user as Sudoer with home directory created when login with AD credential first time, which would help me in adding the script while imaging multiple desktops at once. -
@Vinay Any news on this?