Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE PHP LOOPs not working
2014-07-04, 17:09
Post: #6
RE: iPXE PHP LOOPs not working
(2014-07-04 14:37)jhonny Wrote:  So now the problem i have is ...

When the file loops through itself for the 14th time it crashes.
This is consistent on both physical and virtual servers. Always on the 14th retry:

Use the (undocumented, sorry) "--autofree" and "--replace" options to the chain command. You can abbreviate this to "-ar".

The problem you are hitting is that iPXE is running out of its very limited stack space. Using --replace will cause the new script to completely replace the current script (similar to the exec() syscall).

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPXE PHP LOOPs not working - jhonny - 2014-07-04, 13:30
RE: iPXE PHP LOOPs not working - mcb30 - 2014-07-04 17:09



User(s) browsing this thread: 1 Guest(s)