similar to: odd inconsistency with nfs

Displaying 20 results from an estimated 200 matches similar to: "odd inconsistency with nfs"

2010 Jan 22
1
Estimate Slope from Boltzmann Model (package: DRC)
Dear R Community, I am using the package DRC ( to fit a boltzman model to my data. I can fit the model and extract the lower limit, upper limit, and ED50 (aka V50), but I cannot figure out how to get the slope of the curve at ED50. Is there a simple way to do this? I've searched the mailing list and looked through the package documentation, but could not find anything. I am new to r, and
2016 Mar 21
7
[Bug 94643] New: 4K Display on Displayport goes black when pointer hits column 0
https://bugs.freedesktop.org/show_bug.cgi?id=94643 Bug ID: 94643 Summary: 4K Display on Displayport goes black when pointer hits column 0 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2005 Jul 21
1
Rsync hangs.
Sirs; I have read your web site page current issues and debugging and I am interested in how to debug a rsync issue which ends with the following message: io timeout after 60 seconds -- exiting rsync error: timeout in data send/receive (code 30) at io.c(181) I have compiled rsync on a hpux 11.11 server and I am using rsync-2.6.4. The remote machine is running rsync as a deamon in inetd.
2006 Apr 11
1
problems with assign
Hello. I have n files in a directory: file1, ..., filen. I read them with the following commands: list=scan(file="list",what=list(nom="")) # in the file list, I have all the filenames. n=length(list[[1]]) for (i in 1:n){ aux <- paste("p",i,sep="") assign(aux, as.matrix(read.table(list[[1]][i]))) } R creates the matrices p1,p2,...,pn. I want
2008 Jan 30
9
catching errors, rspec basics
Trying to spec the following but don''t know if I''m using the right matcher. How do I spec? Plz, sugar on tops. Audience.stats - should have a stats of 80 when passed a flux of 10 - should return an error when passed a string (ERROR - 1) 1) TypeError in ''Audience.stats should return an error when passed a string'' String can''t be coerced into Fixnum
2000 May 24
3
order() results
Hi, Let?s consider aux1. I wanted to order its data considering its first column as the index > aux1[1:4,] V1 V2 V3 V4 V5 V6 1 0.08506724 150 1956 15.08 233.82 463.295 14 2 0.76205323 203 1922 15.35 218.74 463.295 14 3 0.86274890 195 1835 12.54 203.39 463.295 14 4 0.37940715 152 1567 24.73 190.85 463.295 14 > aux2 <-- aux1[order(aux1[1:4,1]) , ] > aux2
2009 Jul 18
1
[LLVMdev] speed and code size issues
I'd look at if_spppsubr.o, which is big in the llvm directories and doesn't appear in the gcc directory listings at all (I assume the listings were fed through tail or something, but there's clearly a sizeable difference there) On Jul 17, 2009, at 5:41 PMPDT, Daniel Dunbar wrote: > On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote: >> On
2003 May 06
3
how to read a web page and extract an html table?
Hello all, I want to read a table from a given web page. If I do something like > str="http://www...." # this is the web address > aux1 <- url(str,open="rt")# open connection > aux2 <- readLines(aux1) # read web page aux2 contains the html file. I want to extract the table from the html file. Is there a function html2R, the opposite of R2html?
2011 Dec 07
2
reading partial data set
Hi all, I'm trying to read a data set into R, but the file is messy, so I have to do it partially. The whole data is in a .txt file, and the values are separated by a space. So far ok. The problem is that in this file, not all the lines have the same number of elements, and the reading stops. And I loose the reading of the previous lines. ex. of data set: 11 12 13 21 22 23 31 32
2009 Jul 18
3
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 04:41:55PM -0700, Eli Friedman wrote: > On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote: > > This seems to go against notes such as > > http://clang.llvm.org/features.html#performance > > which claim clang is signifcantly faster than gcc. > > I think the URL you want is actually >
2007 Nov 23
3
optimizing traffic to a web server
Hi, I have a Linux server and provide Internet access in the neighborhood and I also run a web server on the same machine. Although our external connection is not bad, the access to the web server from outside is awful - the web pages always require "Try again" when accessed. Do you think I can prioritize the traffic to the web server? How? I have a traffic shaper of the internal and
2005 Oct 24
3
Unable to use forms after login generator
I''m using rails 1.8 and login generator 1.1. I''m using rails to manage the contents of my website. I decided to put an admin page for the content management. For the sake of convenience, I used Login Generator. Now when I go to edit or create new content (for now, just posts), it gives me the following error (this one is for new posts): NoMethodError in Goblin#new Showing
2009 Jul 18
0
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote: > On Fri, Jul 17, 2009 at 04:41:55PM -0700, Eli Friedman wrote: >> On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote: >> > This seems to go against notes such as >> > http://clang.llvm.org/features.html#performance >> > which claim clang is signifcantly
2007 Dec 12
5
bgp require in multigateway routing
hi all, first i wann to explain my network & it''s problem, i am using a redhat el5 for multigateway routing, i have 3 adsl lines which is connected with eth0, eth2 and eth3. eth1 is my local network. those 3 lines comes with adsl modem from same isp with equal bandwidth (512 Kbps). In this adsl modems there is one lan and one wan port, adsl modem''s lan ip is gateway for my
2005 Jan 26
1
Persistent audio streams?
On Sunday 23 January 2005 12:08, you wrote: > The question is, why are the clients dropping? It could be your net > flaking out. I've even heard of some ISPs cutting connections every > 24 hours. Bingo. The stream drops at exactly midnight every night. Right on schedule. I expected better, especially since I'm paying extra for a business-level DSL connection. I guess I
2009 Jul 17
0
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote: > This seems to go against notes such as > http://clang.llvm.org/features.html#performance > which claim clang is signifcantly faster than gcc. I think the URL you want is actually http://clang.llvm.org/performance.html. The difference isn't as dramatic when you consider code generation, at least for the
2007 Dec 10
6
PAT HOW to - IPTABLES
Hi, I have a box running with iptables and iproute2. it has 3 ethernet cards. One for the internet. another for LAN and yet another for DMZ. @ DMZ ZONE I have 3 web servers. But I have only one real ip on my firewall. Now , I want to forward port 80 to theese 3 web servers. How can I do it? I searched a lot from google. But, still no luck. -- Thank you Indunil Jayasooriya
2007 Dec 05
2
how to interpolate a plot with a logistic curve
hello, I have this simple question. This is my dataset size 1 57 2 97 3 105 4 123 5 136 6 153 7 173 8 180 9 193 10 202 11 213 12 219 13 224 14 224 15 248 16 367 17 496 18 568 19 618 20 670 21 719 22 774 23 810 24 814 25 823 I plot it with: plot(generalstats[,1], type="b", xlab="Mesi", ylab="Numero di vertici", main=""); and try to interpolate with a
2012 Mar 19
1
Using plaintext auth and SSL
I'm working with a company that presently has a Linux mailserver which all users have (no shell) accounts on. Mail is accessed via pop3 with plaintext authentication. They want to move to a system using imap with SSL. I'm building them a new server. I'd like to offer both for a while so we can work the bugs out and migrate users over to SSL imap over time. It appears that in order
2005 Jan 24
2
Sound card recommendation?
Can anyone recommend a good high-end sound card to use on a streaming server? Basically all I need are two channels, a good 96 kHz sampling chip, and it needs to run on Linux. -- Jeff Simmons jsimmons@goblin.punk.net Simmons Consulting - Network Engineering, Administration, Security "You guys, I don't hear any noise. Are you sure you're