similar to: Dovecot strange behaviors on Solaris

Displaying 20 results from an estimated 100 matches similar to: "Dovecot strange behaviors on Solaris"

2006 Jun 01
2
Help! Uidlist files are gone and won't come back; imap keeps coredumping!
Folks - Some time ago as I migrated to dovecot 1.0, I ran into all sorts of problems with file locks, and I tried various solutions. Apparently, in the process, I got a bit careless and removed all my dovecot-uidlist files. They're gone. My understanding, however, is that they should come back, but this doesn't happen. I've been forced to run with index=MEMORY in 1.0 for
2004 Aug 18
1
Gee
I am trying to learn the gee function in R. So I try to generate some data and use this function. I have the following lines: ######################################## Gee # Generating lny=10+2*Si-Si^2+eta # eta ~ N(0,1) # Si ~ U(0,11) eta <- vector(mode="numeric",100) eta <- rnorm(100) Si <- vector(mode="numeric",100) Si <- runif(100, min=0, max=11) lny <-
2010 Jul 30
2
conditonal "if"
Hi, I have problem with my R program. Actually, it just a simple program, but I do not know the error is. Here is part of my program: .... if (tau2ca==0) {MVvc <- 0.01} else {MVvc <- tau2ca} ri_vc <- si2/MVvc vi_vc <- ri_vc + 1 Y_bar_vc <- sum(y/vi_vc)/sum((1/vi_vc)) tau2MVvc <- sum((1/vi_vc)*(y - Y_bar_vc)^2)/(k-1) .... But then, there is an error displayed in workspace
2010 Apr 07
1
ggplot2, density barplot and geom_point layer
Hi, Please consider the example below. How can I manage to overlay the points the way I want in the second case? Thanks, Joh library(ggplot2) # Modify data to match "real" case myDiamonds <- diamonds myDiamonds[["clarity"]] <- as.character(myDiamonds[["clarity"]]) myDiamonds[myDiamonds[["clarity"]]=="I1","clarity"] <- 1
2009 Aug 17
1
Display the character variables in a dataset in R
Hi everyone, After reading the external file into R it will become a R dataset. Now my querry is i want to dispaly only character variables from that dataset. please help me in this aspect. if possible send me the code. it will be very helpful for us. Thank you in Advance. -- View this message in context:
2004 Jan 20
0
chan_capi capiECT
Hi all, does anyone have capiECT working? I can't get it to work - please see my logfiles below. While using an * CVS version of late September and chan_capi-0.2.5 (I guess), it worked!!! (I know, never change a running system ... should've backuped ... etc.) Here's the setup: NT----AgfeoISDNPBX----AgfeoISDNPBX----AnalogPhones in between the two PBX I attached my * server with a
2010 Dec 07
2
tableGrob and properties of a cell
Hello there, could you please help to modify gpar() properties of a cell inside tableGrob() output. In the following example I want to have different color for one out of 4 cells require(gridExtra) z<-matrix(1:4,2,2) grid.draw(tableGrob(z)) The only way I found for now how to do it is to do something like this downViewport(current.vpTree()$children[[1]]$children[[6]]$name)
2009 Sep 17
3
latex code in R -> convert to pdf
hi, is it possible to convert latex code to pdf in R (like a latex-program would do it)? Is there a package that comes with this capabilities? My problem is that I want to generate tables automatically - and I can't use a latex editor at that computer ... Besides latex ... are there good ways to generate tables in R? thanks for any suggestions!
2009 Aug 17
1
help simplifying complex graphic arguments to a function
I'm working on a package to produce graphic displays of 2- and 3-way tables and need some help/advice on how to simplify the specification of a complex argument that gives the drawing details for each cell of the table. Prototypes of two functions, 'tableplot' and 'cellgram' are given below. The essential idea is that for a given table ('values'), the cells can be be
2006 Jan 17
1
Dovecot index issues (Solaris/Thunderbird)
Folks - My setup is that my mail is filed (by procmail) in ~/.mail/Maildir, an NFS filesystem. But I'm running Dovecot (1.0alpha5) on my local machine (as myself on port 2143), just to serve this mail to my browser (Thunderbird 1.0.2). The NFS data is on a netapp which seems to be creating .nfs files LIKE CRAZY. I expect these are the remnants of lock files, so I'm trying to move my
2010 Jul 28
0
[LLVMdev] some undefined behaviors in llvm/clang
Hi John, > Below is a short list of integer undefined behaviors executed by Clang > when compiling the LLVM test suite. They seem pretty self explanatory, > but let me know if not, if you cannot reproduce any of them, or if it > would be better for me to file bugzillas on them. This is on x64 Linux, > using r108984. how did you obtain this interesting info? Thanks, Duncan.
2011 Apr 08
3
[LLVMdev] finding integer undefined behaviors using clang
Patch and documentation can be found here: http://embed.cs.utah.edu/ubc/ John
2011 Apr 08
0
[LLVMdev] finding integer undefined behaviors using clang
On Apr 8, 2011, at 8:27 AM, John Regehr wrote: > Patch and documentation can be found here: > > http://embed.cs.utah.edu/ubc/ It seems that this could be merged into -fcatch-undefined-behavior while separating mechanism from policy: 1) Adding checks for more undefined behavior. 2) Allowing different choices of trap mechanism when undefined behavior is encountered. Cameron
2011 Apr 11
0
[LLVMdev] finding integer undefined behaviors using clang
John Regehr wrote: > Hi Cameron, > > I agree, it would be nice to integrate this. My quick analysis of the > situation, however, was that there's probably some difference of opinion > about how heavyweight the trap handler should be. Ours is very heavy, in > order to produce informative messages. People using traps in production > code -- for example to simulate
2004 Apr 25
0
Strange IAX behaviors
I've been setting up a couple of * boxes with IAX trunking between them. But I've been seeing some strange IAX behavior. Asterisk version is latest CVS-04/21/04-18:10:19. Here's what I'm doing: the boxes are peers, and I have setup my iax.conf file to look something like this: << machine1 >> [iaxuser] type=friend username=iaxuser secret=foo auth=md5
2016 Aug 23
0
summary.default rounding on numeric seems inconsistent with other R behaviors
>>>>> Dirk Eddelbuettel <edd at debian.org> >>>>> on Fri, 19 Aug 2016 11:40:05 -0500 writes: > It is the old story of defined behaviour and expected outcomes. Hard to > change now. yes... not impossible though... see below > So I would suggest you do something like this in your ~/.Rprofile: R> smry <- function(...)
2016 Aug 19
0
summary.default rounding on numeric seems inconsistent with other R behaviors
John, I had raised the matter ten years ago, and I was told that the topic was already very^3 old https://stat.ethz.ch/pipermail/r-devel/2006-September/042684.html there is some discussion on its origin and also a declaration of intents to change the default behaviour, which, unfortunately, remained a declaration. I agree that R could do better here, let's hope in less than ten years
2011 Apr 09
2
[LLVMdev] finding integer undefined behaviors using clang
Hi Cameron, I agree, it would be nice to integrate this. My quick analysis of the situation, however, was that there's probably some difference of opinion about how heavyweight the trap handler should be. Ours is very heavy, in order to produce informative messages. People using traps in production code -- for example to simulate infinitely-ranged integers -- aren't going to like
2004 Aug 06
1
oddcast plugin behaviors
hi oddsock, Your oddcast plugin is very good, currently is able to connect to icecast, icecast2 and shotcast servers; that's way is very usefull. Well, I know you know all that... :-) But I have some problems with it: <p>1-The plugin always try to attach to winamp, so when winamp is minimized or moved, oddcast's window does it too. At this point, all ok. What about if the plugin
2004 Sep 03
1
Different Index behaviors of Array and Matrix
Dear all, I found a difference between the indexing of an array and that of a matrix when there are NA's in the index array. The screen copy is as follows. > A <- array(NA, dim=6) > A [1] NA NA NA NA NA NA > idx <- c(1,NA,NA,4,5,6) > B <- c(10,20,30,40,50,60) > A[idx] <- B > A [1] 10 NA NA 40 50 60 > AA <- matrix(NA,6,1) > AA [,1] [1,] NA [2,]