search for: softerror

Displaying 2 results from an estimated 2 matches for "softerror".

Did you mean: softerra
2006 Feb 13
1
hackish error handling
...@fedex.city = verification[''Match''][0][''City''].to_s @fedex.state = verification[''Match''][0][''StateOrProvinceCode''].to_s else flash[:notice] = verification[''SoftError''][0][''Message''] redirect_to :back return end else flash[:notice] = verification[''Error''][0][''Message''] redirect_to :back return end mylabel = @fedex.la...
2009 Jan 15
1
Bug#511959: klibc-utils: ipconfig times out when several machines boot at the very same time
...apped into dhcp_recv_offer() & dhcp_recv_ack(). Finally, all those are used in switch() statements in main.c, where -1 and strictly positive values are checked for, but not 0. Hence the attached patch: 0001-trivial.patch. I guess one could consider it a special case that might deserve a DEVST_SOFTERROR state, which could have a shorter retry delay than DEVST_ERROR. Especially true for some setups with a hundred machines or more, it'd be quite a PITA to wait 10 seconds for a retry where only a couple of machines will complete the DHCP handshake. Not to mention the default timeout that'll b...