search for: hcrc

Displaying 16 results from an estimated 16 matches for "hcrc".

Did you mean: crc
2007 May 30
4
AIX mail quota plugin problems
From reading the wiki for a filesystem quota, I took my shot at 1) building my binaries using the mods in AIXPluginsSupport 2) changing dovecot.conf and 3) putting the plugins in the library But I'm getting this error message when I invoke dovecot: Plugin imap_quota not found from directory /usr/local/lib/dovecot Error: imap dump-capability process returned 89 It would seem that a) I have
2007 Jun 12
1
Help with new syslog errmsgs
...t from a login prompt. Is this what happens when the user with active sessions overwrites/creates the .subscriptions file? 2 =========================== > Jun 12 11:32:36 mercury mail:err|error dovecot: IMAP(gregory): UIDVALIDITY chang > ed (1100532544 -> 1178155834) in mbox file /home/hcrc/gregory/mail/Sent Have no idea what this is about...... -- ==== Stewart Dean, Unix System Admin, Henderson Computer Resources Center of Bard College, Annandale-on-Hudson, New York 12504 sdean at bard.edu voice: 845-758-7475, fax: 845-758-7035
2007 Oct 11
3
lme4 install trouble
...expected ???;??? before ???L??? glmer.c:680: error: ???L??? undeclared (first use in this function) make: *** [glmer.o] Error 1 ERROR: compilation failed for package 'lme4' I've installed Matrix_0.999375-3 and lattice_0.16-5. Any pointers would be appreciated. -- David Reitter ICCS/HCRC, Informatics, University of Edinburgh http://www.david-reitter.com
2007 May 09
3
No authentication sockets found
Thunderbird (2.0) is all of a sudden checking mail server capabilities and keep posting a popup saying: "Mail Server imap.bard.edu is not an IMAP4 mail server". To the best of my knowledge, neither Tbird nor DC have been updated, though the DC imap host was rebooted today 3 hours ago. Any info on what this is about? DC is currently serving out of a special port and in evaluation
2006 Jan 10
1
glmmPQL / "system is computationally singular"
...trix in level -1, block 4 > 3: Singular precision matrix in level -1, block 4 > 4: Singular precision matrix in level -1, block 4 > 5: Singular precision matrix in level -1, block 4 Any suggestions? Will a larger dataset (possible) solve the problem? Thanks David -- David Reitter - ICCS/HCRC, Informatics, University of Edinburgh Blog: http://www.davids-world.com Homepage: http://www.david- reitter.com
2009 Jun 16
1
Output of Anova (CAR package) in Sweave
...nd Pillai test statistics and the formula for computing approximate F that is used in the CAR package? I have Fox' "R and S-Plus Companion to Regression". I'm aware that this is a very basic question - thank you for your patience! Maria Wolters -- Dr Maria Wolters CSTR / HCRC, School of Informatics MATCH Research Fellow EdSST Project Manager mwolters AT staffmail.ed.ac.uk -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
2020 Jun 18
1
[PATCH] fix warnings with GCC 10
...* fallthrough */ case COMMENT: if (state->flags & 0x1000) { if (have == 0) goto inf_leave; @@ -740,6 +746,7 @@ int flush; else if (state->head != Z_NULL) state->head->comment = Z_NULL; state->mode = HCRC; + /* fallthrough */ case HCRC: if (state->flags & 0x0200) { NEEDBITS(16); @@ -763,6 +770,7 @@ int flush; strm->adler = state->check = REVERSE(hold); INITBITS(); state->mode = DICT; + /* fallthroug...
2009 Nov 05
4
Help needed: Index filesystem permissions problem after switch to V1.2 and back to V1.1
After V1.2 had been up for a while, I started seeing tons of syslog error messages like this: Nov 5 09:11:52 mercury mail:err|error dovecot: IMAP(sdean): stat(/var/dcindx/sdean/.imap/DadEstate) failed: Permission denied (euid=202(sdean) egid=200(hcrc) missing +x perm: /var/dcindx) Ownernship and Permissions are: The index filesystem 2726 root at mercury:/var/dcindx ## ls -ald drwx--S--- 3946 dovecot system 192512 Nov 05 08:59 ./ A user's directory is: 2729 root at mercury:/var/dcindx ## ls -al sdean total 400 drwx--S--- 7 sd...
2006 Jan 24
1
Condor and R
...good overview by Xianhong Xie here: http://cran.r-project.org/doc/Rnews/Rnews_2005-2.pdf Unfortunately, the article points out that some restrictions of Condor preclude us from running R in the standard universe. Does anyone know if this can be overcome? Thanks David -- David Reitter - ICCS/HCRC, Informatics, University of Edinburgh
2008 Sep 22
2
Test environment question
My production DC machine owns the mail filesystems and is running DC V1.0.15 and mbox folder format. I am looking to test V1.1.3 on another machine, which NFS mounts the mail filesystems, but has its own local index FS. I have made this test environment my default connection in TBird, and it seems to work just fine. Also, I have made sure that my TBird client isn't connecting to the
2015 Apr 14
2
[Bug 11215] New: compression/zlib errors discard the zlib error message
...*data = dbuf; > return n; > } > break; The problem is that -3 refers to Z_DATA_ERROR. This error is returned whenever the zlib state machine enters the "BAD" state (inflate.c), e.g. > case HCRC: > if (state->flags & 0x0200) { > NEEDBITS(16); > if (hold != (state->check & 0xffff)) { > strm->msg = (char *)"header crc mismatch"; > state->mode = BAD; >...
2008 Jan 24
0
(lme4: lmer) mcmcsamp: Error in if (var(y) == 0)
...lz, methTitle = methTitle, logLik = llik, ngrps = sapply(object at flist, function(x) length(levels(x))), sigma = .Call(mer_sigma, object, REML), coefs = coefs, vcov = vcov, REmat = REmat, AICtab = AICframe) 2: summary(emnlp.m1) 1: summary(emnlp.m1) -- David Reitter ICCS/HCRC, Informatics, University of Edinburgh http://www.david-reitter.com
2008 Jan 20
4
read.table: wrong error message? (PR#10592)
--Apple-Mail-44--797532055 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit I believe read.table may report misleading errors. In this example, where a header line in a file has an incorrect number of row names (28 instead of 29), I get the error message "duplicate row.names are not allowed". However, I cannot not find any
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address
2009 Sep 08
0
Fred Hutchinson Cancer Research Center - Systems Analyst/Programmer III/IV (AD-22564)
...atistical analysis and methods development, or other scientific research are desired. Experience in writing program, system, and/or database documentation. To Apply For more information about the position and to apply, please visit the Fred Hutchinson Cancer Research Center website at www.fhcrc.org <http://www.fhcrc.org/> and search for Job# AD-22564. Alysha M. Duran Human Resources Specialist/Recruiter Fred Hutchinson Cancer Research Center Seattle Cancer Care Alliance Phone: (206) 667-2720 Fax: (206) 667-4051 Email: aduran at fhcrc.org <mailto:aduran at fhcrc.org> C...
2011 Nov 21
0
Programmer position in the Gottardo lab at the Fred Hutchinson Cancer Research Center
The Gottardo lab at the Fred Hutchinson Cancer Research Center in Seattle has an opening for a programmer. To apply: https://erecruit.fhcrc.org/psp/RECRUIT/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL?Page=HRS_CE_JOB_DTL&Action=A&JobOpeningId=24122&SiteId=2&PostingSeq=1 The position description is below: About Us Fred Hutchinson Cancer Research Center, home of three Nobel laureates, is an independent, nonprofit research insti...