search for: incon

Displaying 12 results from an estimated 12 matches for "incon".

Did you mean: icon
2004 Apr 23
0
Sum Sq of SPSS and R different for repeated measures Anova
...17.8125 exp11b #2 2 animal con 425.9375 exp11b #3 3 animal con 379.6563 exp11b #4 4 animal con 410.6563 exp11b #5 5 animal con 420.3125 exp11b Then I do the anova: summary(taov <- aov(rt~exp*pictcat*cond+Error(pp/(pictcat*cond)), data=subset(avg.cond, cond=='con'|cond=='incon'))) # #Error: pp # Df Sum Sq Mean Sq F value Pr(>F) #exp 1 178 178 0.0102 0.9202 #Residuals 39 683329 17521 # #Error: pp:pictcat # Df Sum Sq Mean Sq F value Pr(>F) #pictcat 1 62382 62382 87.334 1.68e-11 *** #exp:pictcat 1 653 653 0...
2006 Nov 07
1
reading VERY large binary files
...want to select rows out of the file, and the current procedure I run works but is prohibitively slow (takes more than a day to run and still won't complete). Is there any faster way to accomplish this? My current procedure looks like this: readHH <- function(file_name, hhid_list) { incon=file(file_name, open="rb") result=data.frame() tran=list() byte_mark=0 last_1M_mod=0 file_size=file.info(file_name)$size write.table(paste("Data pulled from", file_name, sep=" "), file="readHH_output.txt", sep=",", row.names=FALSE, col.names=F...
2013 Aug 27
1
Error in simulation. NAN
...ar const *upper = "U"; char const *ntran = "N"; char const *ytran = "T"; char const *rside = "R"; char const *lside = "L"; const double one = 1.0; const double negOne = -1.0; const double zero = 0.0; const int incOne = 1; /***************************************** Set-up *****************************************/ double *x_P = REAL(x_r); int n_j = INTEGER(n_j_r)[0]; int J = INTEGER(J_r)[0]; int N = n_j*J; int iter_...
2011 Feb 27
1
Recover botched drdb gfs2 setup .
...nal; } } [root at mcvpsam01 init.d]# [root at mcvpsam01 init.d]# cat /etc/drbd.d/global_common.conf global { usage-count yes; # minor-count dialog-refresh disable-ip-verification } common { protocol C; handlers { pri-on-incon-degr "/usr/lib/drbd/notify-pri-on-incon-degr.sh; /usr/lib/drbd/notify-emergency-reboot.sh; echo b > /proc/sysrq-trigger ; reboot -f"; pri-lost-after-sb "/usr/lib/drbd/notify-pri-lost-after-sb.sh; /usr/lib/drbd/notify-emergency-reboot.sh; echo b > /proc/sysrq-tr...
2010 Sep 30
10
using DRBD VBDs with Xen
Hi, Not totally new to Xen but still very green and meeting some problems. Feel free to kick me to the DRBD people if this is not relevent here. I''ll be providing more info upon request but for now I''ll be brief. Debian/Squeeze running 2.6.32-5-xen-amd64 (2.6.32-21) Xen hypervisor 4.0.1~rc6-1 and drbd-8.3.8. One domU configured, with disk and swap image: root =
2011 Jun 02
3
Problems with descriptions.
...n example in /usr/share/doc/drbd.../drbd.conf.example include "drbd.d/global_common.conf"; include "drbd.d/*.res"; resource nfs { protocol C; handlers { split-brain "/usr/lib/drbd/notify-split-brain.sh root"; pri-on-incon-degr "echo o > /proc/sysrq-trigger ; halt -f"; pri-lost-after-sb "echo o > /proc/sysrq-trigger ; halt -f"; local-io-error "echo o > /proc/sysrq-trigger ; halt -f"; } startup { become-primary-on b...
2009 Jul 28
2
DRBD on a xen host: crash on high I/O
...efresh 5; # 5 seconds # disable-ip-verification; usage-count no; } common { syncer { rate 50M; } } # # this need not be r#, you may use phony resource names, # like "resource web" or "resource mail", too # resource virtual1 { protocol C; handlers { pri-on-incon-degr "echo o > /proc/sysrq-trigger ; halt -f"; pri-lost-after-sb "echo o > /proc/sysrq-trigger ; halt -f"; local-io-error "echo o > /proc/sysrq-trigger ; halt -f"; #outdate-peer "/usr/lib/heartbeat/drbd-peer-outdater -t 5"; #pri-lost...
2005 Aug 20
0
configuring a program vs installing rpms (giftui)
...n't clear at first that any RPMs would be available, so I tried installing it using configure, make, and make install. It was only after trying to find a GUI interface, and I decided on giFTui, that I discovered that RPMs were available. So I downloaded and isntalled them, and then found an incon in my Applications menu. Unfortunately, clicking on the menu to start giFTui doesn't start the program. I get a little notice in the bottom of the screen saying that giFTui is starting. And then it goes away and the program hasn't started. Is it just that giFT, or giFTui, is unstable, o...
2007 Jun 25
1
I/O errors in domU with LVM on DRBD
...ared-secret "asecretstring"; after-sb-0pri disconnect; after-sb-1pri consensus; after-sb-2pri disconnect; rr-conflict disconnect; } } resource r0 { protocol C; handlers { pri-on-incon-degr "echo 0 > /proc/sysrq-trigger ; halt -f"; pri-lost-after-sb "echo o > /proc/sysrq-trigger ; halt -f"; local-io-error "echo 0 > /proc/sysrq-trigger ; halt - f"; outdate-peer "/usr/lib64/heartbeat...
2014 Jul 25
0
Wine release 1.7.23
...ing, no backtrace 30973 Unsupported symbol id warnings when backtracing with Visual C 2010 .pdb files 32189 SigmaPlot 11.0 fails to start 32313 .Net 2.0 Installation Fail 32499 hwcheck.exe from PPTV crashes 33109 Desura fails to update 33267 Wine not run applications and scram the incons do Xfce. 33742 UPlay 3.x/4.x needs native crypt32 34563 Regression: rFactor 2 ModMgr.exe buttons not working properly 35326 Reason 7.0.1 needs 'd2d1.dll' 35441 VBScript CInt can't convert strings to integers 35472 E-Transcript Bundle Viewer 6.x installer uses VBScript Ms...
2009 Jun 21
1
Xen LVM DRBD live migration
...ow-two-primaries; # Split-brain recovery parameters after-sb-0pri discard-zero-changes; after-sb-1pri discard-secondary; } startup { become-primary-on both; } # handlers { # pri-on-incon-degr "echo o > /proc/sysrq-trigger ; halt -f"; # pri-lost-after-sb "echo o > /proc/sysrq-trigger ; halt -f"; # local-io-error "echo o > /proc/sysrq-trigger ; halt -f"; # } } # # Resource Definitions # resource &...
2011 Jun 24
10
[PATCH 0/9] remove i_alloc_sem V2
i_alloc_sem has always been a bit of an odd "lock". It''s the only remaining rw_semaphore that can be released by a different thread than the one that locked it, and it''s use case in the core direct I/O code is more like a counter given that the writers already have external serialization. This series removes it in favour of a simpler counter scheme, thus getting rid