search for: taskmanager

Displaying 11 results from an estimated 11 matches for "taskmanager".

2008 May 21
8
before_filter with multiple roles
I have multiple roles in my application. Now I want to block a method for all users except the administrator and a manager. When I do this: before_filter (:check_administrator_role), :only => [:administration] before_filter (:check_taskmanager_role), :only => [:administration] The user must have both roles. How can I change that to an "OR" combination? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups &q...
2006 Feb 09
1
R, Rcmdr crash on WinXP PRO laptop (PR#8583)
...or warnings. Second, third or fourth attempt to load same data or a similar dataset will cause all R windows, including Rcmdr and R console windows, to disappear when cursor is placed over data file icon in file selection window. Although R appears to have crashed and exited, use of the Windows taskmanager reveals that Rgui is still an active process consuming 99% of cpu. Each subsequent reload and crash of R will yield another Rgui process, until the system slows to a halt (or I manually delete the Rgui processes). System and Application event viewers show no errors or warnings. Same R and Rcmdr...
2005 Aug 09
5
RGUI crash when opening script in XP Home enviroment
...op window, then an exception error occurs (closing RGUI) when I hit the open file button. If the helpfile is not the top window (of the RGUI) I am able to open a new script without any error. The RGUI is not closing complete there is a blank screen left which I have to close with the X Button or Taskmanager Windows XP Home - German Version updates installed. R-Version 2.1.0 If there you need any further details please ass for. with regards Knut Krueger http://www.biostatistic.de
2001 Dec 10
2
Corrupt .RData
I'm using R 1.3.1 on a Windows NT 4.0 machine. As you might guess my machine crashes on me from time to time :-| So far, forcing a reboot via the Taskmanager has worked reasonably well: any open R session would enquire politely whether to save, and do so if requested. This time, it has not worked out. I get a 'Fatal Error: unable to restore saved data in .RData' message and R terminates. Trying to load the file via load() yields 'Error in...
2017 Feb 06
0
CentOS 6, 8, mplayer, "vector smash protection is enabled"
This *just* started happening. Video works, but if I try to play streaming audio, I get nothing. In .xsession-errors, I see that message, along with others Object::connect: No such slot TaskManager::GroupManager::taskDestroyed(QObject*) ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused ###!!! [Parent][MessageChannel::Call] Error: (msgtype=0xAA0001,name=PPluginInstance::Msg___delete__) Channel error: cannot send/recv Based on a brief google, it *appears* a...
2011 Jan 27
2
Registry keys in WINE 1.2.2
...is: Code: find . -exec grep "@@" {} \; | grep HKCU | grep registry The registry keys listed from the command are as follows: > Alsa Driver, AppDefaults, Crypto, ctapi32, Debug, Direct3D, DirectInput, DirectSound, DllOverrides, Drivers, Explorer, Fonts, MSHTML, Network, Printing, TaskManager, Temporary System Parameters, VDM, Wine, WineBrowser, WineDbg, X11 Driver The keys in bold are those listed by my grep but not listed under HKCU on the wiki page mentioned at the beginning of this post. There was also a registry key listed in the wiki page but not presented by my grep, which was...
2008 Sep 18
13
Re: Autocad 2008 and wine
[quote="Dotan Cohen"] Of course they will not rewrite the software in another technology. However, had they known that running AutoCAD in Wine was important, they might not have switched to .NET 3.0 before it runs in Wine. Likewise, if you start letting them know _now_ that there is demand for AutoCAD on Linux, then in the future they won't switch from .NET 3.0 to .NET 4.0 before it
2011 Sep 07
3
WinRAR 4.01 Windows & 7-zip Benchmarks on Wine...
...nstall 64-Bit versions. *did not installed in KXStudio 10.x Generic Kernel... *but installed ok in KXStudio 10.x with RT Kernel. also Ubuntu 10.x generic kernel. Board: MSI X58 Eclipse sli i7 920 with Visa sp1 x64 Winrar 4 benchmark did: 4040kb/s with W7 x64 did: 3030kb/s (some cpu were unused in taskmanager) Linux amd64 Wine 1.3.26 does: 2060kb/s the difference is 64 bit Winrar vs. 32-Bit Winrar... similar happens with 7zip benchmark. did like ~16.000 in Windows, does ~8000 in Wine. i know 64-Bit is faster. but that much? could be a kernel issue? a memory issue? Wine Bug: can`t install 64-Bit WinR...
2006 Aug 07
4
multiple habtm joins on the same two tables
i have a taskmanager type of project that i am working on, where i need to separate joins on the same two tables. i need one join for users that are assigned to the task, and another join for who has read the task, so they can tell which ones are new. any suggestions on the best way to accomplish this? thanks --...
2006 May 02
4
How to extend rails rake tasks?
Does anyone know how to extend the buit-in rake tasks like test:unit. I want to custom load some fixtures in a particular order. Thanks, Zack
2007 Nov 12
0
Workers calling Workers
...d error. The exception is being thrown on the last line of the code: producer_args = {:report_id => report.id, :args => YAML.load(report.args)} producer_args.merge!(:debug_mode => true) if @debug_mode task.middleman.new_worker(:class => "#{task.worker_name}_#{TaskManager::Task::WORKER_POSTFIX}".to_sym, :job_key => producer_key, :args => producer_args ) producer = task.middleman.worker(producer_key) # Logfile created on Fri Nov 09 17:30:03 -0500 200...