similar to: poor read/write performance due to TCP window size configuration

Displaying 20 results from an estimated 2000 matches similar to: "poor read/write performance due to TCP window size configuration"

2004 Mar 09
0
Content violation
The email message: From: r-help at lists.r-project.org To: dvelpmnt at bechtel.com includes the file <your_document.pif> which is prohibited by Bechtel Information Security policy. The file was blocked and did not reach the intended recipient. **************************************************************** If you did not send an email message containing this information, your email
2014 Jan 30
2
mime support for pigeonhole
is there any chance of rfc5703 (mime support/extension) being added to pigeonhole? I am trying to filter mail with .exe and .zip attachments, to no success. I have tried *header :contains "x-attached" [".zip", ".exe"] *but emails i'm getting don't have x-attached. a sample snippet is below. Subject: testa1 Content-Type: multipart/mixed;
2004 Apr 22
6
Fatal Error: Invalid HOMEDRIVE
All, I've encountered the same problem as others who have posted under the same subject. I've had R-1.8.1 installed and running since it was released. Yesterday morning when I tried to start Rgui.exe I got the subject error message. Since I live at the whim of the network administrators I can only assume it was a recent MS critical update. I tried installing R-1.9.0 but no joy. I
2003 Apr 25
2
sjava w2k
..sorry for this "repeated" off-topic question, but i look for any suggestion in the manuals, find nothing related? library(Sjava) Error in firstlib(which.lib.loc, package) : JAVA_HOME is not set Error in library(Sjava) : .First.lib failed ...what i have to done? many thanks & regards,christian
2003 Apr 22
1
R 1.7.0: Startup error: Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass"
Dear R-List member, I have installed the new version of R on my PC (see system details below). I can start the RGui with http_proxy succesfully. However, I do encounter two problems: 1) After starting the Rgui the following error message is displayed (vertical dots represent omissions of output): R : Copyright 2003, The R Development Core Team Version 1.7.0 (2003-04-16) . . . . Error in
2004 Apr 20
10
Error with 1.9.0 - Invalid HOMEDRIVE
I installed R project 1.9.0 on Windows XP. The installation went well. Then, I rebooted. Next, I clicked the icon under Programs in the Start menu and received this error, "Fatal Error: Invalid HOMEDRIVE". I clicked OK to the error message. The program does not start. I went to a DOS prompt and did "echo %HOMEDRIVE%" and it returned "C:". This letter is a valid
2010 Jul 13
1
Building a custom Windows installer
Dear r-devel list members, It's been several years since I last built a custom Windows installer for R, and despite my notes and the instructions in Sections 3.1.7 and D.4 of the R Installation and Administration Manual, I've run into a problem, receiving the following error message: ----------- snip ----------- C:\R\src\R-2.11.1\src\gnuwin32\installer>make myR
2004 Jan 27
0
Undeliverable mail: test
***** SECURITY NOTICE ***** An attachment was sent by you, in the message "test", that violates Kimberly-Clark's E-mail security policy regarding potentially dangerous attachments. The offending message has been dropped and will not be delivered. Unsafe attachments include: SHS, VBS, VBA, VBX, JS, JSE, VBE, COM, SCR, PIF and EXE file types and message/partial MIME content (split
2005 Feb 15
0
Solved: foo.bat works, but just 'foo' causes "not recognized as an internal ..."
Hi folks. First time posting. I've managed to puzzle the following out. I found a few other articles on the web that asked the same question, but my search terms didn't throw up an article with an answer, so I thought I'd write the following: Where s: is a samba share that otherwise works for read/write: ---------------------------------------------- S:\misc\logs>foo.bat
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
Hello, I can build packages with R-2.8.0 but I cannot run the code: R CMD Rd2dvi --pdf --no-clean <pkg_name> =20 Error message: .: Can't open C:/Apps/R/R280/share/sh/dcf.sh: No such file or directory The system cannot find the path specified. =20 The above code works fine in R-2.7.2. =20 Comparing the bash script Rd2dvi.sh between R-2.7.2 and R-2.8.0 makes me think that the script is
2004 Mar 14
0
Warning: A possible virus has been detected in one of your messages.
A virus or an infected file has been detected in a message: From: samba@samba.org To: hjorth@hjorth.org Subject: Re: Approved Messages containing infected attachments will no longer be forwarded. If you wish to send emails with attachment, we strongly recommend that you enclose your attachment in formats like .ZIP. This is the size of the email in question: -rw------- 1 root root
2010 Aug 05
1
Throughput problem with Samba 3.3.4 over VPN
Hi, I am currently in the process of improving performance for a Samba 3.3.4 server on FreeBSD 7.0. The samba server works great when mounted from another machine located on the same network but when I try to use it over our corporate VPN (OpenVPN with tap interface) the throughput won't go over 4,5 Mbps. The ping between the samba client and the server is around 20ms. I have used a linux
2012 Dec 11
1
[LLVMdev] Remove $SHS/vop to fix your build
A few recent revisions will likely break your builds, since svn is having trouble with the deletion and then addition of $SHS/vop. If you have errors when updating, try removing $SHS/vop and then update again. Andrew
2012 Mar 31
3
clear console
hi, I use R - 2.15(32bit), and want to make a code to clear a console. Actually, I used to run following code to do that but after update the version of R from 2.14 to 2.15, it doesn't work. cls <- function (t) { require(RDCOMClient) wsh <- COMCreate("Wscript.Shell") wsh$SendKeys("\f") invisible(wsh) } cls() or cls <-
2007 Dec 30
1
Histogram with different colors for different portions
Dear Rusers, I would like to color different sections of a histogram different colors. I have an example that was done by "brute force" given below. Has anyone implemented something like this in general? If not, any suggestions/pointers on how to write a general function to do so would be most appreciated. Alan-
2015 Jul 07
3
Pasar un listado de variables como argumento de una función
Hola: Gracias de nuevo por la ayuda! La solución, como no, funciona. Pero yo quería alguna cosa más flexible y universal que le pudiera pasar como parámetro diferentes opciones de incluir i excluir variables. Si estuviera fuera de la función seria: ===================== DATOS <- data.frame(SE = c("M", "H", "M", "M", "H"),
2017 Jul 04
0
Unable to install packages in R: Error in if (any(diff)) { : missing .....
Unable to install packages in R: Error in if (any(diff)) { : missing value where TRUE/FALSE needed Sorry for my bad english I need help in solving the following problem with R When I try to install a package it end with the following error msg: Error in if (any(diff)) { : missing value where TRUE/FALSE needed the enviroment in windows 7 xp1 x64 R-3.4.1 was just installed R was started with
2009 May 03
2
clear screen?
I?ve been using this routine for several years. I?m sorry, I don?t remember where I got it. It works as it should, viz. it blanks the R console. But it requires package rcom and now that requires rscproxy. cls <- function () { require(rcom) wsh <- comCreateObject("Wscript.Shell") comInvoke(wsh, "SendKeys", "\f") invisible(wsh) } > cls()
2006 Nov 15
0
INSTALL R-2.4.0 on Compaq Tru64 UNIX V5.1B
Dear all: I got some error messages when I installed R-2.4.0 on Compaq Tru64 Unix V5.1B, I set the R_HOME=/shs/R and then try 'make' command after configuration and it showed "Make: Cannot open /share/make/vars.mk. Stop.",after that,I used the 'gmake' to implement. The following is my installation steps: 1. ./configure --enable-R-shlib --prefix=/shs/R MAKE=gmake (no
2011 Jul 04
1
Contrastes con el paquete survey (svycontrast)
Estimados usuarios: Estoy intentando reproducir el ejemplo 6.4 de Thomas Lumley. Complex Survey. Editorial Wiley. 2010 (ver la página en google: