@Tom-Elliott
is there a way to downgrade to the svn version wich worked before ? Just to test ?
Posts
-
RE: samba domain integrationposted in Linux Problems
-
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott
Join Domain after image task : checked
Domain name : samba_domain
Domain Username : 192.168.39.237\admin_samba
Domain Password : password
No success
on the same computer here is the result with netdom command wich works :
C:\Documents and Settings\Administrateur>netdom.exe JOIN %ComputerName% /Domain:samba_domain /UserD:admin_samba /PasswordD:“password” /REBoot:60
The command completed successfully. -
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott you mean only for the domain user configuration ?
I don’t touch to domain name ? -
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott
http://192.168.39.243/fog/service/hostname.php?mac=00:21:85:71:bd:8e
#!ok=gim-127-13 #AD=1 #ADDom=samba_domain #ADOU= #ADUser=samba_domain\admin_samba #ADPass=You can see my config here :
http://plegrand1.free.fr/fog1.png
http://plegrand1.free.fr/fog2.png
http://plegrand1.free.fr/fog3.png
as you can see i dont write ADUser=samba_domain\admin_samba but only admin_samba
Thanks -
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott said:
Is this the same information specified for this host?
For this time i make test with only one computer always the same with same informations.
-
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott said:
Where did you get this information? Did you get it from the “default” settings or directly off the host?
I configure in default “fog configuration, active directory”, then when i click on “Join Domain after image task” for the host all fields are filled automatically.The messages you’re seeing is coming from Windows’ own attempt to join. This is where it it failing.
I understand that. What i don’t understand is why it works manually :
When i join the windows computer “classically” (Computer property, computer name, modify…), it works fine without any error.
When i join the windows computer with the netdom command , it works fine without any error.
When the client fog try, i can see in the “fog.log” this error message : “The specified domain either does not exist or could not be contacted , code = 1355”And even you don’t care if it worked before

It worked with an older svn version
I say that because it’s an additional information .May be I’m not clear in my explanations, or may be (cause of my poor English) i don’t understand all your explanations
Anyway thanks for your help
May be do you need more explanations about my problem -
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott
Here is the configuration i use on the fog server wich doesn’t works. error 1355
Join Domain after image task
Domain name samba_domain
Domain Username samba_admin
Domain Password samba_password
I use the same informations to join manually the windows machine and it works fine without error.
It works also with netdom command with same informations
And as i said, with an older svn version it worked with same configuration -
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott it worked before with same client same admin same password. I can join manually my client to the samba domain.
The the 1355 issue is only (i think) with fog client. -
RE: samba domain integrationposted in Linux Problems
Hello,
it doesnt works.
For the moment i try just made a try with “normal” password and it doesn’t works.
On the client :
The specified domain either does not exist or could not be contacted , code = 1355
In the error.log :
PHP Warning: _() expects exactly 1 parameter, 2 given in /var/www/fog/lib/fog/FOGController.class.php on line 123And i can join the client manually
Do i have to test passwor with apostrophe ?THanks
-
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott Thanks for your answer. I’ll try on monday and will tell you .
Thanks again -
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott Hello i think it’s not fixed because i’ve got the same error.
There is no more error in error.log apache file but the same in fog.log
It worked with an older svn version
Thanks -
RE: samba domain integrationposted in Linux Problems
@Uncle-Frank sorry but it’s not very clear for me, do i have to use domain\user now ?
I’ve got again this error message in fog.log :
The specified domain either does not exist or could not be contacted , code = 1355
But i can join domain manually
Thanks again -
RE: samba domain integrationposted in Linux Problems
@Tom-Elliott i upgraded to 4059 but i cant join domain, there is no more error message in apache error.log
do i have to use domain\user ? -
RE: samba domain integrationposted in Linux Problems
@Uncle-Frank Thanks a lot for your answer, for the moment i use a “classic” password and it works fine.
This morning it didnt works anymore with a classic password. If i understand i’ve got upgrade svn and it will work again?
Thanks again -
RE: Windows XP new fog serviceposted in FOG Problems
@Jbob after installing the latest framework (4)
it works -
RE: samba domain integrationposted in Linux Problems
New problem with the last svn version to join samba domain i’ve got this error message in fog.log file :
The specified domain either does not exist or could not be contacted , code = 1355And this in the apache error log :
PHP Warning: strpos(): needle is not a string or an integer in /var/www/fog/lib/client/HostnameChanger.class.php on line 12I use an admin password without special characters, and it works manually
Thanks for your help
-
RE: sending discover loopposted in FOG Problems
@ch3i Hello
to explain my problem :
cf schema here : http://plegrand1.free.fr/fog.pngI’ve got 2 servers
My own dhcp-tftp server named " PXE "
the dhcp server is configured like that
next-server 192.168.151.247;
filename “pxelinux.0”;
where 192.168.151.247 is PXE server addressAnd the fog server named " FOG "
I want to keep for the moment my own PXE server
Then FOG is configured to not act as a dhcp serverAll my client boot pxe on my PXE server without problem.
To use fog and boot pxe, i done the following
copy the ipxe.krn file from /tftpboot of the fOG server to the /var/lib/tftpboot of the PXE server
Add configuration on the PXE server (tftp) :
KERNEL fog/ipxe.krn dhcp && chain http://192.168.39.243/fog/service/ipxe/boot.php?mac=${net0/mac}i made a test with a first machine everything works fine :
the client first arrive of the menu of my PXE server
I choose the fog option
then the client arrive on the menu of the FOG server
i choose any option and it worksi made a test with a second machine :
the client first arrive of the menu of my PXE server
I choose the fog option
then the client arrive on the menu of the FOG server
i choose any option
and then it loop on the message : “sending discover”these first tests was made with the latest svn version of FOG, but the ipx.krn file came from the stable version of fog (1.2)
then i made the test again with the latest ipxe.krn from the svn version
then nothing works :
tftp://192.168.39.243/default.ipxe… no such file or directory (http://ipxe.org/2d12603b)and finally i made a test with the ipxe.krn file downloaded from ipxe.org and … it works !!!
To be honest i dont know what is the problem
may be somebody could explain me ?? -
RE: sending discover loopposted in FOG Problems
@cml Have you got an idea about the way to make works my installation ?
i dont understand everythong but thanks

-
RE: Windows XP new fog serviceposted in FOG Problems
@Wayne-Workman as i said before it’s the new client
I can install the legacy