search for: launce

Displaying 9 results from an estimated 9 matches for "launce".

Did you mean: launch
2006 Apr 04
4
Threads vs. Processes and Rails
Hey all, I need to launce a rather lengthy process from a small Rails application. It''s the sort of thing (sending out an email newsletter) that would need to be launched from a browser window, but the browser doesn''t need to stick around to see it through. I played around with Thread.new, but I think, ba...
2007 Sep 05
2
RUnit testing with R CMD check and more (was: R CMD check recursive copy of tests/)
Hello! I have looked at Martin's recent work on "merging" unit tests with R CMD check, fused it with my and Tony's contributions and developed it a bit further. Take a look into the attached demo package on how it works. In essence: PKG/inst/RUnitTests |- runRUnitTests.R (script to run RUnit tests) \- ... (any RUnit test file)
2007 Aug 31
0
Sun nxge NIC problem
...bled features, but when i enable "Enable Xen Compatible kernel" choice in "Processor type and features" menu on kernel configuration, NIC is recognized, seems to work but it is impossible to communicate with other NIC in a network. This error occurs both with and without xend is launced. I use the latest nxge driver (nxge.ko) found on 30th august 2007 on Sun web site (http://www.sun.com/download/products.xml?id=4653d592) do someone had experience with that? thans Omar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://...
2005 Feb 18
0
CentOS 4 (RC1) and VMWare
...r disks that may have been obtained from Red Hat -- probably needs to be cleaned up. Also the wizard wanted me to register my RHN subscription, which I simply told it not to do. I then logged in and attempted to install the VMWare tools. This (expectedly) did not go entirely smoothly. The app launced from the CDROM icon on the desktop was unable to mount the tools virtual disk, and "mount" from a shell or non-X11 virtual console didn't work either. I had to select "Install ..." from the VMWare menu, then reboot in single user mode to avoid X11 startup, then mount t...
2008 Oct 20
1
Re: PolarProTrainer
...d so. It contains a calender and the picture-rendering i overlaping, but this is a minor concirn. My problem is that the buildt in uptateSW do not work, and there is alot of necesery updates since the CD-version. Minor is that none of the links are working - i.e. www.polar.fi is not working when launced from the program. May be the hole issue is that it is separated from the internett ??? The treiningSW gets data by IRDA. A numberfile is transfered from the wristwatch to the SW. This is not working, and it is totally useless without it. I'm still hoping for a solution, and I have very limit...
2007 Feb 04
9
Zap FXS slow to reset?
I have the following dialplan (segment) that isn't working as I expected it to: exten => s,n,Dial(Zap/1&SIP/202&SIP/203,18) exten => s,n,Dial(Zap/1&SIP/201&SIP/202&SIP/203,42) The plan was to have SIP/201 added to the group of ringing phones after 3 or so rings. What ends up happening, though, is the Zap/1 phone STOPs ringing when the dialplan falls through to
2008 May 09
0
Wine release 1.0-rc1
...32/tests/comm.c test fails on systems with serial ports 10627 child window position is not updated 10756 Dragon Naturally Speaking 9 training feedback lags behind until you pause 10757 Dragon Naturally Speaking 9 can't control mic volume 10794 LEGO Racers (and the demo) crashes when launced outside virtual desktop 10847 Dragon NaturallySpeaking 9.0 Preferred sound level unstable 11072 Gun Metal thinks POV2 Up is permanently set 11306 software built with Visual C++ software library crashes 11339 serial.c:wait_on() sanity checks seem to be too strict 11420 service contro...
2009 Mar 06
3
Gem update problem
Hi, firs at all sorry if my english is not the best. I''m working with OSX and i have a problem trying to launc localhost. In mongrel.log i can see this message: Agent Log is found in /Users/jose/rankia/log/newrelic_agent.3000.log /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- action_mailer/ar_mailer (MissingSourceFile)
2006 Dec 14
23
Using DTrace to monitor productions systems
Hi, we are developing and operating an very critical application in the financial sector. Now our customer wants us to report performance data (roundtrip times of the messages routed). My idea is using dtrace to measure the times with the pid provider catching the timestamps on entry of the in and out functions of the processes. Now my questions ;-): 1) Is this an appropriate method to monitor