search for: wc2

Displaying 7 results from an estimated 7 matches for "wc2".

Did you mean: wc
2011 May 16
4
Problem on glmer
...############################################ library(MASS) library(lme4) address <- "http://instruction.bus.wisc.edu/jfrees/jfreesbooks/Longitudinal%20and%20Panel%20Data/Book/Data/TXTData/WorkerC.txt" wc <- read.table(address,header=T) # clean data cl <- unique(wc$CL[wc$LOSS==0]) wc2 <- subset(wc, !(CL %in% cl) ) # fit model fit1 <- glmmPQL(LOSS~ YR+offset(log(PR)), random=~1|CL,family=Gamma(link="log"), data=wc2) fit2 <- glmer(LOSS~ (1|CL) + YR+offset(log(PR)), family=Gamma(link="log"), data=wc2) ##############################...
2006 Feb 20
1
DO NOT REPLY [Bug 3527] New: rsync: tries to chdir() into a device
...ot;typechange/device-4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory) rsync continues nonetheless ... 6518 16:17:42.158268 select(4, [3], [1], NULL, {60, 0}) = 1 (out [1], left {60, 0}) 6518 16:17:42.158426 write(1, "O\0\0\10rsync: opendir \"/tmp/ram/wc2"..., 83 <unfinished ...> 6517 16:17:42.158532 <... select resumed> ) = 1 (in [5], left {60, 0}) 6518 16:17:42.158606 <... write resumed> ) = 83 6517 16:17:42.158677 read(5, "O\0\0\10", 4) = 4 6517 16:17:42.158792 select(6, [5], [], NULL, {60, 0}) = 1 (in [5], le...
2014 Oct 10
0
Re: CF Card wear optimalisation for ext4
...top, atop, sysstat doesn?t seem suited for long term IO write > monitoring, but maybe I am misusing them and can use some help here) You can see in the ext4 superblock the amount of data that has been written to a filesystem over its lifetime: dumpe2fs -h /dev/vg_mookie/lv_home dumpe2fs 1.42.7.wc2 (07-Nov-2013) Filesystem volume name: home Last mounted on: /home : : Lifetime writes: 27 GB : : Note that this number isn't wholly accurate, but rather a guideline. IIRC it is not updated on disk all the time, so may lose writes. You can also get this information from /sy...
2014 Oct 08
3
CF Card wear optimalisation for ext4
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everyone, I been using CF cards for almost more then 7 years now with ext file-system without any major problems on ALIX boards. Last year I took 30 other systems in production with ext4 and the CF cards been dropping out pretty fast, it may have been a bad batch but I do want to look at it. I don't think the devices writes a lot of IO (is
2006 Jul 10
2
ArcView + Samba: Performance nightmare under Linux, ok under Solaris or HP-UX
...0\014\0\0 \ &\0\00114".., 4096, 24576) = 4096 pread64(27, "\0\0\014\0\0 [E4\0\001 @".., 4096, 28672) = 4096 pread64(27, "\0\001 m\0\001 l\0\001 H".., 4096, 32768) = 4096 pread64(27, " JAE 1C0 J WD2\0 JAE 1C0".., 4096, 36864) = 4096 pread64(27, "\0\0\002 J WC2 ` JAE )F0".., 4096, 40960) = 4096 pread64(27, "\0\001F9\0\001CA\0\001A0".., 4096, 45056) = 4096 pread64(27, "\0\0\002 J W t @ JAE1A P".., 4096, 49152) = 4096 pread64(27, "\0\002 Q\0\002 "\0\001F4".., 4096, 53248) = 4096 pread64(27, "\0\0\002 J VB8C0 JAE\...
2006 Jul 10
1
ArcView + Samba: Performance nightmare under Linux, o k under Solaris or HP-UX
...0\014\0\0 \ &\0\00114".., 4096, 24576) = 4096 pread64(27, "\0\0\014\0\0 [E4\0\001 @".., 4096, 28672) = 4096 pread64(27, "\0\001 m\0\001 l\0\001 H".., 4096, 32768) = 4096 pread64(27, " JAE 1C0 J WD2\0 JAE 1C0".., 4096, 36864) = 4096 pread64(27, "\0\0\002 J WC2 ` JAE )F0".., 4096, 40960) = 4096 pread64(27, "\0\001F9\0\001CA\0\001A0".., 4096, 45056) = 4096 pread64(27, "\0\0\002 J W t @ JAE1A P".., 4096, 49152) = 4096 pread64(27, "\0\002 Q\0\002 "\0\001F4".., 4096, 53248) = 4096 pread64(27, "\0\0\002 J VB8C0 JAE\...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking