Displaying 20 results from an estimated 800 matches similar to: "You really do need ECC RAM"
2013 Jan 09
2
writing to .xlsx
Dear r helpers;
I'm interested in reading from and writing to large .xlsx files fairly
regularly. (Why, the naysayers may ask - and the answer is basically
colleagues and clients who prefer that format). I've tried out the
XLConnect and xlsx libraries, but the java implementation they use just
takes too much RAM for the files I'm working with.
gdata leverages perl and works really
2005 Nov 24
2
Chi-squared test
Hello,
I'm trying to calculate a chi-squared test to see if my data are
different from the theoretical distribution or not:
chisq.test(rbind(c(79, 52, 69, 71, 82, 87, 95, 74, 55, 78, 49,
60),c(80,80,80, 80, 80, 80, 80, 80, 80, 80, 80, 80)))
Pearson's Chi-squared test
data: rbind(c(79, 52, 69, 71, 82, 87, 95, 74, 55, 78, 49, 60), c(80,
80, 80, 80, 80, 80, 80, 80, 80, 80, 80,
2010 Aug 18
1
Error: Index file too large ? 904 bytes ?
My 1.2.13 build is giving me errors based on the same conf file that was working perfectly for 1.2.12 :
Aug 18 03:28:27 IMAP(dclarke): Error: Index file too large: /var/mail/dclarke/dovecot.index
Aug 18 03:28:27 IMAP(dclarke): Fatal: block_alloc(2147483648): Out of memory
Aug 18 03:28:27 dovecot: Error: child 12560 (imap) returned error 83 (Out of memory - see mail_process_size setting)
The
2006 Sep 13
2
kendall's w
Hi,
I try to calculate Kendall's W coefficient and I have a bizarre error.
little.app.mat<-matrix(c(1,3,4,2,6,5,2,4,3,1,5,6,3,2,5,1,5,4),nrow=3,byrow=TRUE)
print(kendall.w(little.app.mat[-1,]))
>>> Kendall's W for ordinal data
>>> W = 0.7753623Error in if (is.na(x$p.table)) { : argument is of
length zero
2004 Jun 09
2
nominal data
Hi,
I am a new user of R. I have 2 series of nominal data (2 series of answers
for the same question) and I want to calculate the correlation between these
2 series. I've tried to use the correlation function (corr, ...) but all are
for numeric data... Does anyone know what function should I use for the
nominal data?
Thanks a lot,
Bianca
2010 Aug 16
19
v2.0.0 released
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz.sig
As promised last Friday, here's the v2.0.0 release finally. I'm
cautiously optimistic that v2.0.1 won't (have to) be released for a few
weeks, since there was quite a lot of testing and fixing going on in the
RC stage.
Remember to read http://wiki2.dovecot.org/Upgrading/2.0
2010 Aug 16
19
v2.0.0 released
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz.sig
As promised last Friday, here's the v2.0.0 release finally. I'm
cautiously optimistic that v2.0.1 won't (have to) be released for a few
weeks, since there was quite a lot of testing and fixing going on in the
RC stage.
Remember to read http://wiki2.dovecot.org/Upgrading/2.0
2008 Oct 12
6
Compile help for Solaris 10 x86, samba 3.0.28a deficient?
Hi all,
I've got an ongoing battle with samba shipped with Sun Solaris 10 in
it's current form (Samba version 3.0.28a) not wanting to talk to my
OpenLDAP master correctly. Essentially, under certain conditions, this
behaviour is observed, in the log.smbd:
[2008/10/11 08:54:03, 1, pid=13610] libsmb/cliconnect.c:(1451)
Error connecting to 192.168.117.150 (Connection refused)
2010 Jul 06
1
Jul 06 13:00:50 dovecot: Warning: I/O leak: 806ef10 (36)
I'm currently fighting my way through the dovecot configuration pages and
endless options to see if I can just get my mail from the server. Thus far
no joy but dovecot seems to be working if I could figure out the
configuration. My process thus far has been :
1) read docs
2) try a config change
3) fail
4) goto (1)
I just saw an error while trying to read my /var/mail/dclarke good 'ol
2023 Feb 12
2
Removing variables from data frame with a wile card
x["V2"]
is more efficient than using drop=FALSE, and perfectly normal syntax (data frames are lists of columns). I would ignore the naysayers, or put a comment in if you want to accelerate their uptake.
As I understand it, one of the main reasons tibbles exist is because of drop=TRUE. List-slice (single-dimension) indexing works equally well with both standard and tibble types of data
2010 Aug 15
4
Upgrade to 2.0 - Not so smooth
Starting Dovecot Imap: Fatal: service(pop3-login) User doesn't exist:
dovenull
Just some real time feedback. I don't know what dovenull user is or why
it is necessary.
2007 Nov 22
1
Cluster Analysis:build a classifier?
Dear All,
I'm currently doing a project about unsupervised learning, and I'll be using
R to analyse a few network traffic datasets downloaded off Andrew Moore's
website
(http://www.cl.cam.ac.uk/Research/SRG/netos/nprobe/data/papers/sigmetrics/index.html).
Could anyone shed some light on how to build a classifier from the training
set A, and then use a validation set B to assess the
2009 Sep 24
15
grub-0.97: btrfs multidevice support [PATCH]
Hello everyone.
Please, find the patch for Fedora 10 in the attachment(**).
The distro-independent package will be put to kernel.org a bit later.
I. Loading kernels from btrfs volumes
Now you can load kernels and initrds from btrfs volumes composed of
many devices.
WARNING!!!
Make sure that all components of your loading btrfs volume(*) are
visible to grub. Otherwise,
2008 Aug 25
8
Slow and unpredictable Samba performance?
Hi!
I've installed Solaris 10 x86 (Core2Duo - x64) server, with Samba over ZFS
RAID-Z. Samba is a part of Active Directory Domain. I've managed to join it
to domain, to get the users and groups from A.D. and to translate them to
Unix IDs. Everything works really good. Samba is installed from the packages
from Solaris 10 DVD.
Only problem I have is the performance :( It's
2013 Feb 06
1
CAPER pgls() anova not working with variable as factor
Hi there,
>
> I am using the function pgls in the CAPER package, everything seems to run
> fine except for one of my variables.
> When using this variable as continuous the anova works without problem,
> but if using the same variable as factor (in fact, this is what it is), the
> program returns this answer:
>
> Error in terms.formula(formula, data = data) :
>
2016 May 03
2
Centos 6.7: kernel: EDAC MC0: CE row 2, channel 1, label "": (..... (Correctable Patrol Data ECC))
After update from centos 6.6 to centos 6.7 and reboot it, I have get a
lot of this error into /var/log/messages:
> May??3 11:27:20 s-virt kernel: EDAC MC0: CE row 2, channel 1, label
> "": (Branch=0 DRAM-Bank=2 RDWR=Read RAS=6093 CAS=896, CE Err=0x10000
> (Correctable Patrol Data ECC))
> May??3 11:27:21 s-virt kernel: EDAC MC0: CE row 2, channel 1, label
> "":
2010 Oct 18
10
dovecot genesis v2.0.X
V2 of dovecot has had the following releases (to recap)
2.0.0 2010-08-16
2.0.1 2010-08-24
2.0.2 2010-09-08
2.0.3 2010-09-17
2.0.4 2010-09-26
2.0.5 2010-10-01
I am on FreeBSD, and the port committers want to wait till
dovecot V2 "stabilizes" prior to adding it to the FreeBSD
ports base.
So, my question is, respectfully, is dovecot V2.0.5 stable enough
for prime-time on a busy ISP
2008 Sep 04
3
Inexistant file displayed by samba
Hello,
Running 3.2.0, and in one of my share, a file named TABAFK~V
appeared, but is not present on the underlying filesystem.
The file can't be removed from a windows client (even a member of
domain admins).
Not that it is distrubing, but you know...
Fran?ois
2009 Nov 03
2
SunOS neptune 5.11 snv_127 sun4u sparc SUNW, Sun-Fire-880
I just went through a BFU update to snv_127 on a V880 :
neptune console login: root
Password:
Nov 3 08:19:12 neptune login: ROOT LOGIN /dev/console
Last login: Mon Nov 2 16:40:36 on console
Sun Microsystems Inc. SunOS 5.11 snv_127 Nov. 02, 2009
SunOS Internal Development: root 2009-Nov-02 [onnv_127-tonic]
bfu''ed from /build/archives-nightly-osol/sparc on 2009-11-03
I have [
2012 Feb 06
6
schily tools
Hey folks,
I'm reading up on gtar for tape archiving and it sounds kind of nasty and
not something I really want to rely on.
It looks like star from the schily tools is preferred. I'm using Centos
(and RHEL) 5.7 which seems to have star but not sdd.
Which leads me to believe that the Schily tools are maybe a bit "rogue"
My basic requirement with what I'm doing is to use