@Tom-Elliott Thanks .
But this has not solved my problem .
Update Database after capturing is only success if i edit rights from root to fogproject during capture on the folder : images/dev/macad
I’ll try to relaunch installer to check .
@Tom-Elliott Thanks .
But this has not solved my problem .
Update Database after capturing is only success if i edit rights from root to fogproject during capture on the folder : images/dev/macad
I’ll try to relaunch installer to check .
Hello ,
I’ve an infrastructure with 1 fogserver and several separate nodes . All was perfectly working but :
Since update from 1.5.9.x to 1.5.10.1629, i met an error when capturing images .
Update database failed ; failed to open stream …
I met this issue before and solved it , but in this case there is something i don’t understand :
-Each time i launch a capture : the folder /images/dev/‘macaddresscaptured’ is created with root : root privileges .
If i edit rights during capture and do : chown -R fogproject:root /images/dev/macaddresscaptured ,
Update Database is successfull after capturing .
??
I never met this error before , what i’m doing wrong .
I’ve Check all the KB’s on UpdateDatabase Failed, and all password in my config seem’s to be ok .
For information The error returned :
Error returned : Type: 2, file /var/www/html/fog/lib/fog/fogftp.class.php LIne : 714, Message ftp_put(/images:dev/‘macaddresscaptured’): failed to open stream : NO such file or directory , Host : ‘Ip ofnodeserver’, Username; fogproject
Thanks in advanced guys .
Hello All :
In complement of this :
https://wiki.fogproject.org/wiki/index.php/FOG_security
I put here my multicast rules for iptables (implemented into my separate node )
iptables -A -s 224.0.0.0/4 -j ACCEPT
iptables -A FORWARD -s 224.0.0.0/4 -d 224.0.0.0/4 -j ACCEPT
iptables -A OUTPUT -d 224.0.0.0/4 -j ACCEPT
i think i’ve found the solution .
i just made a new ipxemenu entry with my winpe and force via API , the default parameter to 1 to this menu entry i can find in coreobjects pxemenuoptions.
i’ll keep you informed
@george1421 , Thanks for explanations , very clear . , i’ll keep it in mind.
@JJ-Fullmer ,
I try to create automation to script an image after deployment , but this image after cloning have to reach a winpe boot , for offline editing, thing than postdownloadscript cannot do.
I tried to automate ipxe boot menu to force host to enter into this custom bootmenu. via API .
I’ve to dig into @george1421 explanations.
Thanks for your help
Hello ,
i’m working with Fog APi , and would like after deployment than my host boot on an custom menu integrated in fog , via PXE .
I’d like to know if there is a way to force a host to boot to this special pxe menu with API ?
I can see pxemenuoptions, and ipxe core objects , but i cannot find how to associated them to a host .
Does someone have an Idea ?
Thanks in Advance