similar to: What is the difference?

Displaying 20 results from an estimated 500 matches similar to: "What is the difference?"

2010 May 05
1
member server, doesn't show full browse list
Hello, I don't know how to put this on words, so maybe an example is better: On a PDC: zoolook at venkman:~$ smbclient -L localhost -U% Domain=[BENSA] OS=[Unix] Server=[Samba 3.4.7] Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers IPC$ IPC IPC Service (venkman server (Samba,
2007 Feb 21
1
Performance Problems while reading
Hi all We are using a 2 node cluster with drbd 8 (primary/primary state) and ocfs2. Reading a file on one node while it will be written on the other node is very slow. Reading a file on node while it will be written on the same node is fast. In the first case the node which wants to read the file has to ask the other to downgrade the locklevel. In my opinion this is a bottleneck, if the files are
2007 Jan 25
1
Integer Version with low bit rate for Linux Kernel?
Hello Segher Boessenkool I am writing a Linux Kernel Device-Driver for a low bitrate radio link, connected via USB to the PC. Incoming VOIP- IP Pakets go directly to the network interface of the kernel module. A transcoding from e. g. PCM or G723.1 to e. g. speex 2.15 is necessary, and also a header reduction RTP/UDP/IP. Egon -------------- next part -------------- An HTML attachment was
2002 Jun 17
1
O_EXCL unreliable?
Hi all, I fear I can't rely on "open (path, O_CREAT | O_EXCL)" behaviour on samba share. The libc's doc says: If both `O_CREAT' and `O_EXCL' are set, then `open' fails if the specified file already exists. This is guaranteed to never clobber an existing file. But this isn't probably true on network filesystems. When I run this tiny program on
2002 Mar 14
4
KDE frontend (PR#1384)
Full_Name: Egon Willighagen Version: 1.4.x OS: Linux/Solaris Submission from: (NULL) (131.174.179.30) I would like to have an gui for KDE (like gnome). -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2001 Nov 13
2
r-gnome: plots go blank directly after R is finished plotting (PR#1167)
Full_Name: Dirk Eddelbuettel Version: 1.3.1 OS: Linux Submission from: (NULL) (65.184.214.9) [ This bug report has previously been filed as #116701 in the Debian Bug Tracking System. --edd ] From: Egon Willighagen <egonw@sci.kun.nl> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: r-gnome: plots go blank directly after R is finished plotting Date: Mon, 22 Oct
2004 Apr 29
1
second routing decision--when?
Hi, I''d like to mark locally generated packets in the OUTPUT chain and do policy based routing (selecting one of two default gateways) based on the mark value. But when the packet hits the OUTPUT chain (in ''mangle'' table), the routing decision seems to be already made. AFAIK, locally generated packets do not pass the PREROUTING chain (so trying to mark them there
2007 Jan 26
1
Integer Version with low bit rate for Linux Kernel?
Hello Alexander, I hope, there is no error in speex, if so, of course,I have to fix it. In order to do the transcoding in user space, I have to transfer the voice paket received from VOIP-equipment within kernel to user space, transcode it, send it back to the kernel, send it over the radio link, send it from kernel to user space, transcode it back, send it to the kernel, send it from
1998 May 29
1
R-beta: multiv package from CRAN
Hallo Friedrich, I have read your announcement, downloaded and installed it in R-0.61.3. But now I have problems :) > hc <- hierclust(dist(t(pollen)), method=3) Error in pmatch(x, table) : argument is not of mode character > hc <- hclust(dist(t(pollen))) > members(hc) Error in .Fortran("assgn", n = as.integer(n), nplus1 = as.integer(nplus1), : C/Fortran function not in
2016 Nov 25
27
[Bug 98852] New: Nvidia graphics card fan not running or to slow, danger of overheating
https://bugs.freedesktop.org/show_bug.cgi?id=98852 Bug ID: 98852 Summary: Nvidia graphics card fan not running or to slow, danger of overheating Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2002 Oct 14
4
log10(), floor() combo issue?
Hi all, in my search for a nice binary2decimal method, I received this nice code (thanx to Uwe Ligges): bindec <- function(b) sum(as.integer(unlist(strsplit(b, ""))) * 2^(floor(log10(b)):0)) It fails, however, with: > bindec(1000) [1] 4 Warning message: longer object length is not a multiple of shorter object length in: as.integer(unlist(strsplit(b, "")))
2005 Apr 24
5
"Debain" way of installing packages
Hello! I use Debian GNU/Linux at work and I really like apt-get tool. As far as I understand the whole picture, there are now some Debian packages of R packages. Build of Debian packages is done automagically by Perl script. By the way, what is the status of Debianizing R packages? Is it stopped, just holded, ... I don't know so I am asking There is also Bioconductor and I am aware that the
2003 Nov 20
6
best editor for .R files
Which is the best editor for .R files? I currently use kate on my linux as it has R highlighting and allows me to split the window into two: in one I edit the .R file and in the other I have a shell so I run R and can easily copy and paste the code. There are some features that I don't like and I am having a look on some alternatives. I've heard wonders of emacs with ess but I am a
1998 May 11
1
R-beta: C/Fortran function not in load table
I have gotten this sort of problem some weeks ago and have solved it with the mailing list archive. But now I have this problem again with the class library. What should I put in library/class/R/zzz.R? Everything I put in that file leads to the same error message. I'm running 0.61.3 on Linux. > knn1(train, test, cl) Error in .C("VR_knn1", as.integer(ntr), as.integer(nte),
2007 Nov 13
0
resampling
Dear all, I sample without replacement elements of a vector and generate a new vector: kl<-c(1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,8,8, 8,8,8,8,8,8,8) the_index<-c(sample(40,35)) for(fs in 1:length(the_index)){if(fs==1){s<-c(kl[the_index[fs]])}else{s<- append(s, kl[the_index[fs]], after = length(s))}} I am running in BATCH mode this script in a
2007 Feb 01
1
Integer Version with low bit rate for Linux Kernel?
Hello Erik, The transfer time from user space to kernel and back is not a problem, it is faster than required. > Have you measured the time taken to transfer a data packet from kernel to > user space? Have you measured the time taken to encode that packet? What > are those measurements? > If you haven't performed those measurements, putting the Speex encoder > in
2004 Apr 26
1
Problems balancing two uplink providers
Hi all, I have implemented a solution with a machine balancing the network load between two DSL providers as is explained in the LARTC Howto. It is apparently working correctly, but i have some problems. The problem is basically that some packets go out by each ADSL interface with the source address of the other ADSL interface. I think that the routing based on source address isn''t
2002 Apr 02
0
Re: Finding code (was: [R] A request)
On Tuesday 02 April 2002 12:25, ripley@stats.ox.ac.uk wrote: > On Tue, 2 Apr 2002, E.L. Willighagen wrote: > > On Tuesday 02 April 2002 10:05, Uwe Ligges wrote: > > > "E.L. Willighagen" wrote: > > > R provides the tools for easily documenting and packaging functions. > > > > Interesting point, because I am working on a library with the same >
2004 Oct 23
1
Problem Enumerating AD users
Hi, I am trying to create a samba server a a AD member, I have set up security = ads. I have made the necessary changes to nsswich.conf and krb5.conf. wbinfo returns a list of user & groups and also maps sucesfully between username and SID and vice versa. I have tried upgrading the fedora supplied binaries to the ones from the redhat mirror. However when doing a getent passwd I am only
2002 Apr 02
10
A request
Can we expect to see an R package on Statistical Quality Control in the future like SPLUS? I can't understand why nobody made this package before. ______________________ Indrajit SenGupta Department Of Statistics St. Xavier's College Calcutta University indra_calisto at yahoo.com indrajitsg at vsnl.net ______________________ EC- 195 Salt Lake City, Sector -1 Calcutta 700064 West Bengal