search for: task_errore

Displaying 3 results from an estimated 3 matches for "task_errore".

Did you mean: task_error
2009 Dec 30
2
relating controllers... How to?
...------------- Error_type1 | 5 | Show Error Detail Link -------------------------------------------------------------------- then I put in " Show Error Detail Link " a <%= link_to "Show", :controller => "error_details" ,:action => "index", :task_errore => error.type %> and create method in error_details controller as def index(task_errore) if !session[:user_id] redirect_to :controller => ''user'', :action => ''login'' else @ngn_errors = NgnError.find(:all, :conditions =>[&quot...
2007 Apr 18
5
[patch 0/4] Revised softlockup watchdog improvement patches
Hi Ingo, This series of patches implements a number of improvements to the softlockup watchdog and its users. They are: 1. Make the watchdog ignore stolen time When running under a hypervisor, the kernel may lose an arbitrary amount of time as "stolen time". This may cause the softlockup watchdog to trigger spruiously. Xen and VMI implement sched_clock() as measuring unstolen time,
2007 Apr 18
5
[patch 0/4] Revised softlockup watchdog improvement patches
Hi Ingo, This series of patches implements a number of improvements to the softlockup watchdog and its users. They are: 1. Make the watchdog ignore stolen time When running under a hypervisor, the kernel may lose an arbitrary amount of time as "stolen time". This may cause the softlockup watchdog to trigger spruiously. Xen and VMI implement sched_clock() as measuring unstolen time,