• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. guyfox
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 1
    • Controversial 0
    • Groups 0

    guyfox

    @guyfox

    1
    Reputation
    7
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    guyfox Unfollow Follow

    Best posts made by guyfox

    • Iptables and Multicast

      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

      posted in FOG Problems
      G
      guyfox

    Latest posts made by guyfox

    • RE: Capture : Update Database Failed but :

      Finally , @Tom-Elliott

      Reinstallation of fog solved the problem . I think the issue was linked to the fogproject account. This issue can be closed.

      posted in FOG Problems
      G
      guyfox
    • RE: Capture : Update Database Failed but :

      Finally , @Tom-Elliott

      Reinstallation of fog solved the problem . I think the issue was linked to the fogproject account. This issue can be closed.

      posted in FOG Problems
      G
      guyfox
    • RE: Capture : Update Database Failed but :

      @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 .

      posted in FOG Problems
      G
      guyfox
    • Capture : Update Database Failed but :

      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 .

      posted in FOG Problems
      G
      guyfox
    • Iptables and Multicast

      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

      posted in FOG Problems
      G
      guyfox
    • RE: API FOG : How to Apply PxeMenuOptions to Host

      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

      posted in General
      G
      guyfox
    • RE: API FOG : How to Apply PxeMenuOptions to Host

      @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

      posted in General
      G
      guyfox
    • API FOG : How to Apply PxeMenuOptions to Host

      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

      posted in General api help api pxe pxe menu
      G
      guyfox