similar to: Speed problem Ubuntu < WD TV Live

Displaying 20 results from an estimated 5000 matches similar to: "Speed problem Ubuntu < WD TV Live"

2003 Aug 26
1
dual smb/nmb for interfaces
HI I'm need to run samba version 2.2.8 and 2 smbd / nnbd processes in a single machine with two separate smb.conf files . They will runs on individual interfaces and how can I do that ? Tried all means that I know off , but to no avail. Please help. Thanks & rgs amin ============================================================================== This message is for the named
2008 Apr 15
4
Displaying Grahics to the X Window when calling R from command line
Hi, I am running an R script from the command line by calling: > R --vanilla < test.R My terminal is part of the Xwin (Xterm) and there is a plot(1:10) command in the test.R script. This will not produce a grahic though. When I start R by calling R then plotting from the R command in the same xterm, I do get a graphic display. How do I create a xwin plot by calling R from the command
2004 Feb 03
2
[Bug 800] reverse lookup solaris
http://bugzilla.mindrot.org/show_bug.cgi?id=800 Summary: reverse lookup solaris Product: Portable OpenSSH Version: -current Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: minor Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: koen.maris at
2008 Jun 09
1
Basic Question on Keys/Values
As a java programmer, I'm having issue conceptualizing the following use case: Given an value, passed into a function, how do I pull out the lookup? Ie. A list of keys (key1, key2, key3) A list of values (val1,val2,val3) I want to write a function (or is there something built in?) such that Callit <- (thekey) { (magic happens here) Return value } Any ideas? Thanks a bunch!
2008 Jul 01
14
MCP55 SATA data corruption in FreeBSD 7
I am having problems with silent data corruption on (some) drives connected to an MCP55 SATA controller. I have two servers, both running RELENG_7_0/amd64. One has the 570 Ultra chipset, the other has 570 SLI. Both chipsets have the MCP55 SATA controller. The server with 570 Ultra chipset has a bunch of older 250GB SATA-150 drives hooked up to the MCP55 controller and it is working just fine.
2006 Nov 20
1
nVidia MCP55 Pro SATA&Ethernet?
Hi, Just wondering, does CentOS4 support nVidia MCP55 Pro based SATA & Ethernet? Any known issues? -- NOTICE: If you are not intended recipient, you are hereby notified that by reading this message you agreed not to disturb frogs during mating season. For more info, visit http://www.8-P.ca/
2010 Oct 26
1
Multiple, multiple regressions...
Caveats and disclaimers: I am quite happy to undertake self-teaching if directed to a relevant prior posting and welcome such direction. I have programming and statistical training/experience which I would characterize as Masters level. Thank you for reading and replying to this post. It is very much appreciated. ---begin problem description I have a large data set that I have imported to R
2004 Apr 21
1
RODBC and SQlServer Float type
Hi, I'm trying to get data from a MS SqlServer database into R, using the RODBC package. The problem I've found is that numeric data from my sql queries is returned with only two decimal digits. After searching the docs, I think the problem comes from my sql numeric data having "float" type instead of "double", as I found the following: "Where possible
2010 Mar 30
2
simple loop iteration
Hi R mailing list, probably a very basic problem here, I try to do the following: > Q<-c(1,2,3) > P<-c(4,5,6) > A<- data.frame(Q,P) > A Q P 1 1 4 2 2 5 3 3 6 this is my simplified data.frame (matrix) now I try to create following loop for subtraction of element within the data.frame: > for(i in length(A[,"P"]-1){ delta[i]<-
1998 Dec 08
1
Virus checker gets error "Network Name was deleted" ?
hi, Has anyone encountered problems running virus checkers on NT4+sp3 clients against Samba served drives ? We recently upgraded a samba server to 1.9.18p10 and now have an intermittent problem where during the scan of Samba drive the virus check flakes out with the error; "Network Name was deleted" I'm told that the server still appears to be browsable after this error, and the
2012 Mar 05
1
Issue with using rcom on windows 7
Hi, I am setting up my R environment on windows 7 for the first time. I am not able to send emails from my R sessions. I am having problem in creating outlook com object to send emails. Same code works fine from my windows xp setup. Following is the code (If outlook is already running on PC) x <- outlook() mail <- x$CreateItem(0) Mail object is NULL in above case. If outlook is not
2006 Jun 05
1
use of R in big companies (references) & R-support esp in Germany
Dear R users, sorry for this general email and I am sure it has been asked way too many times. IT departements in big companies only want to support the big standards. Whatever big standards means apart from being expensive. We are in the process of trying to get a risk management project for a big conservative company in Germany. As part of the project we would use R to run simulations,
2008 Nov 14
23
Still more questions WRT selecting a mobo for small ZFS RAID
Like many others, I am looking to put together a SOHO NAS based on ZFS/CIFS. The plan is 6 x 1TB drives in RAIDZ2 configuration, driven via mobo with 6 SATA ports. I''ve read most, if not all, of the threads here, as well as sbredon''s excellent article on building a home NAS, yet I still have a number of unanswered questions. I was leaning heavily towards the M2N-E for a while,
2007 Dec 19
5
pciback.hide with ISDN Cards
Hi all, did somebody successfuly export ISDN Cards to DomU? I want to have 2 ISDN Cards in DomU (for Asterisk with mISDN) lspci -vt -[0000:00]-+-00.0 nVidia Corporation MCP55 Memory Controller +-01.0 nVidia Corporation MCP55 LPC Bridge ... +-05.1 nVidia Corporation MCP55 SATA Controller +-06.0-[0000:01]--+-00.0 Cologne Chip Designs GmbH ISDN
2011 Apr 08
2
help question
hello I am at the very beginneing of using the R program I just don't understand how one can save a programfile For exemple, if I type in R 23+456 and want to save this file under a ceratin name to reload it later, i just don't get the way to do it I can save it with the save function;I acheive to see that I have a file with the name, but no way to understand how to reload or re-suse
2008 Jun 05
5
Java to R interface
I am developing an application that uses Eclipse framework on Windows. I have to call R from Java. I downloaded rJava package and installed it. I set the classpath in the Run Dialog in Eclipse to the directory where the JRI.jar is. I set the Path environmental variable to the directory where R.dll and jri.dll are. Yet when I run the rtest example (in jri/examples directory), I get the
2005 Mar 24
5
Bloomberg data import
Dear R Folks, I know that Enrique Bengoechea ( Credit Suisse ) had posted some code snippets for importing Bloomberg historical data into R. I found them to be very useful. Has anyone succeeded in getting the below items from Bloomberg to R? (a) historical economic release data, (b) tick/intra-day data (c) bulk data such as Index membership info, etc. If someone is willing to share their code
2013 Apr 22
2
hard drive question - WD red
I see a really good price, and better for quantity, for 3TB drives. Now, I've been down on WD for a couple of years, since I found that they'd protected certain h/d parms from being changed (like TLER). The ones I'm looking at are the Red, which seems to be a new color (at least to me), and one technical review I've read says that they're intended for NAS, etc, and you can
1999 May 20
1
Wavethresh + accessC > Error: wd.structure has no class
Hi, Whenever I issue this commands (as in the help for the threshold function), # # Do a 1D decomposition # tdecomp <- wd(test.data) # # Threshold it # tdecomp.thresh <- threshold(tdecomp) # # Reconstruct from the thresholded coefficients # trecons <- wr(tdecomp.thresh) # #
2010 Sep 29
1
Fitting a half-ellipse curve
Dear mailing list, I have following array: X2 Y2 [1,] 422.7900 6.0 [2,] 469.8007 10.5 [3,] 483.9428 11.0 [4,] 532.4917 25.5 [5,] 596.1942 33.5 [6,] 630.8496 40.5 [7,] 733.2996 45.0 [8,] 946.4779 32.0 [9,] 996.8068 35.5 [10,] 1074.3310 23.0 I do afterwards the following: plot.new() plot.window(xlim=c(min(X1)-50,max(X1)+50),