@Tom-Elliott it’s not a samba AD (samba 3.6.6 without AD)
then it cant works ?
Posts
-
RE: samba domain integration
-
RE: samba domain integration
I’m using FOG latest svn version on debian Jessie.
The station is a Windows 7
The fog client is “New FOG Client Service”
I would like that after deployment the station is automatically renamed and automatically integrated into samba domain.
I tested to configure the “Active Directory” section but it’s active directory… not samba -
samba domain integration
Hello,
i’m trying to make that after deploy the client automatically integrate samba domain, but i dont really understand how it works ?
is the service which rename and integrate the client, or another process.
If it’s the service i 've got to log on each station to launch service
On the web interface i configure the "Active directory " section without success.
Does someone could explain me how to do that ?thanks for your help
-
RE: Debian Jessie 8
@Tom-Elliott In first sorry if I seemed to insist heavily.
As i said before your works is great and the help on the forum also.
I will install fog as you explained me with “./installfog.sh -D /var/www -W fog/ -y” parameters.Sorry again and thanks again for your precious help
-
RE: Debian Jessie 8
@Tom-Elliott … but why the 1.2 version install fog at the right place (/var/www) while svn version install it in /var/www/html ?
-
RE: Debian Jessie 8
@need2 now i agree with you : if you accept that mysql root has no password
and if you know that if installer told you to go to http://192.168.39.243/fog it means you have to go to http://192.168.39.243/html/fog.
I know it’s a ridiculous bug of the default installer (without parameters) but it disturbed meany way fog seems to be a great program, the forum is very reactif and it permit me to go on
Then thanks again for your help i appreciate
sorry for my poor english
@Tom Elliot : i will try with --docroot to tell you if it works.
But can you confirm me that the installer without parameters make a mistake between http://192.168.39.243/fog and http://192.168.39.243/html/fog to be sur we are agree ?Thanks again for your help everybody !!
-
RE: Debian Jessie 8
@Wayne-Workman i made a symbolic link
cd /var/www/
ln -s /var/www/html/fog/ fog -
RE: Debian Jessie 8
@Wayne-Workman but you agree it’s a litle bug ? or it’s a problem on my machine ?
-
RE: Debian Jessie 8
@Wayne-Workman move storage is not an installer problem. With my tests with 1.2 the storage is defaultly on /images and there is no space enough here
i’m going to reinstall trunk version
Could you tell me what is the way to make that the installer install fog in /var/www/fog ?thanks for your help
-
RE: Debian Jessie 8
@Wayne-Workman is there a wa y to make that the installer install fog in /var/www/fog by default ?
-
RE: Debian Jessie 8
@Wayne-Workman
it’s for this reason i’ll prefere to use stable version but i’ve got t launch twice 1.2 installer to make it works, and i cant change storage location -
RE: Debian Jessie 8
@Wayne-Workman when i launch the installer without parameters, at the end of installation it told me that fog is on " http://192.168.151.243/fog/" but it’s false because when i go to " http://192.168.151.243/fog/" it give me error 404 not found.
and i can see that it install fog into " http://192.168.151.243/html/fog/"
-
RE: Debian Jessie 8
@Tom-Elliott then i should install mysql-server before fog to define root user with a good password ?
-
RE: Debian Jessie 8
@Wayne-Workman i dont understand what you mean
i dont want to install fog in /var/ww/html
the installer should install it into /var/www
i thought that i only had to launch installfog.sh the it :- install mysql-server and ask me password for admin user (curse interface doesnt appears)
- define the good user/password into .fogsettings
- install fog into /var/www (as 1.2 do)
-
RE: Debian Jessie 8
@Wayne-Workman no
at the end of installation when i click on the link to upgrade database i go on http://192.168.151.243/fog/
and i’ve got a 404 error “not found”
if i add “html” "http://192.168.151.243/html/fog/ it works
it’s not normal no ? -
RE: Debian Jessie 8
@Wayne-Workman yes i can manually define all infomations about mysql but before that
i’ve got to do dpkg-reconfigure mysql-server-5.5
it doesnt solve the url problem -
RE: Debian Jessie 8
@Wayne-Workman It’s like i said on this post
install 1.2 stop with the message (same message in log file):Starting FOG Multicast Management Server…Failed! Script terminé, le fichier est /var/log/foginstall.log
It seems that reboot the server and install again solve the problem for 1.2 install
Install svn :
During installation of mysql-server, i’m not asked to define admin password
then there is no informations about mysql in /opt/fog/.fogsettings
and the path to the url web server is wrong :
http://192.168.151.243/html/fog/, not http://192.168.151.243/fog/ -
RE: fog with an existing pxe server
as i said in an other post , i cant install fog on debian jessie (1.2 or trunk version)
https://forums.fogproject.org/topic/5799/debian-jessie-8
Thanks for your help -
Debian Jessie 8
Hello,
i’m trying to install fog on a fresh installed debian jessie (3 ethernet cards) and i’ve got some problems :When i install stable (1.2) version, the installation stop with this error message :
- Starting FOG Multicast Management Server…Failed!
Script terminé, le fichier est /var/log/foginstall.log
When i install the trunk version (4021)
The installer change default address ip and ethernet default interface (1.2 see eth0, trunk see eth1)
The mysql-server installer doesnt ask to define password
and the url of fog is http://192.168.151.243/html/fog/, not http://192.168.151.243/fog/
To solve the problem of mysql-server 2 solutions :
Install mysql-server before fog or use dpkg-reconfigure mysql-server-5.5
But the problem of the url still hereI tryied to install stable version then upgrade to trunk version (4021)
I’ve got to change default ip and default interface
and i’ve got to write in .fogsettings
snmysqluser=“user”
snmysqlpass=‘password’;
snmysqlhost=“localhost”;During upgrade i precise that image directory was /home/images
in .fogsettings the path is ok
in /etc/export the path is ok
But the directory is not created during installWhat is the version to use with debian jessie ?
Thanks for your help
Pascal - Starting FOG Multicast Management Server…Failed!