similar to: Rename folder bug dovecot-1.0RC6 ?

Displaying 20 results from an estimated 900 matches similar to: "Rename folder bug dovecot-1.0RC6 ?"

2008 Oct 22
2
dovecot 1.0 to 1.1 upgrade and filesystem separators
Dear All I have a test system where I am trying out 1.1.4 On the old 1.0rc6 (!) system I had edited: src/lib-storage/index/maildir/mail-storage.h to change: #define MAILDIR_FS_SEP ';' #define MAILDIR_FS_SEP_S ";" so I can get some mail folder hierarchy and '.'s in folder names - this all worked perfectly. Under 1.1.4 the MAILDIR_FS_SEP lines are no longer present.
2005 Dec 07
1
Ext3 journal abort FC4+Updates
Dear All Problem with ext3 fs on 3ware 9500S controller: Dec 7 05:59:50 stams kernel: EXT3-fs error (device sda1): ext3_add_entry: bad entry in directory #145998372: rec_len is smaller than minim al - offset=0, inode=0, rec_len=0, name_len=0 Dec 7 05:59:50 stams kernel: Aborting journal on device sda1. Dec 7 05:59:50 stams kernel: ext3_abort called. Dec 7 05:59:50 stams kernel: EXT3-fs
2000 Mar 01
1
R-1.0.0 install: Error "Substitution loop..."
Dear All First off, let me just add my thanks to all the people involved in the production of R-1.0.0... Well Done!! I'm getting an error installing R-1.0.0 on RedHat 5.2, perl 5.004_04. It did not occur under Solaris 2.6 with perl 5.004_01. During install of the base package (and akima, bootstrap, etc) it gets to the point of building the help pages and it gives this error:
1997 Nov 27
2
R-beta: Memory Management in R-0.50-a4
Dear R users we're having a problem reading a largish data file using read.table(). The file consists of 175000 lines of 4 floating pt numbers. Here's what happens: > dat_read.table('sst.dat') Error: memory exhausted (This is line 358 of src/main/memory.c). Cutting down the file to around 15000 lines allows read.table() to work OK. I edited the memory limits in Platform.h
2006 May 17
1
Problems with subfolders in Thunderbird
Dear All Server: dovecot-1.0.beta8 (compiled from source) centos 4.3 Client: thunderbird 1.0.8 on Fedora Core 4 on port 993 Using maildir Normally (with the current UW-IMAP) I can create a folder which may contain only messages or only folders. If I create a folder which will contain only folders, it is listed in thunderbird in light-grey italics. Subsequently I can create message folders
1999 Oct 21
2
problems with memory allocation
I hope that someone has had a similar trouble and will be able to help us : We , have installed the R package in a Digital Workstation with 500Mb of RAM memory, running under Unix operating system. The package works fine but when we try to start the program with more than 120Mb, (vsize - --120M) the workstation refuses to allocate this memory. The message that we get is: Fatal error:
2006 Aug 02
0
What's the latest on RC2 and Thunderbird
Hi Just been reading a few threads on the sent-mail hang problem on Thunderbird (TB) and dovecot 1.0RC2 I'm getting reports from WinXP SP2 users running TB 1.0.7, server CentOS 4.2 and dovecot 1.0RC2 There were some suggestions: * Set max cached connections to 1 in TB - but this can result in access problems with blocking processes * Upgrading to TB 1.5.0.5 - not guaranteed to work *
2004 Dec 09
2
HTML help index generation problem with R under Windows
Hello, I am wondering if there has been a solution to the following issue with R under Windows (see also thread to PR#6662 in this mailing list: http://tolstoy.newcastle.edu.au/R/devel/04a/0550.html ) I am using R for teaching students Statistics, so they are working with a university-wide installation of R. I have compiled an R-library which contains all the instructions and customised
2007 Oct 16
1
simulation
I am trying to write a function that will simulate observed counts X and Y as below, I want the function to be able give many replicates, can somebody advise? thanks Oarabile #alpha,n sdx and sdy are constant, and N is a vector of length n. unstructured<-function(n,N,alpha,sdx,sdy){ Vx<-rnorm(n,mean=0,sd=sdx) Vy<-rnorm(n,mean=0,sd=sdy) thetax<-exp(alpha+Vx) thetay<-exp(alpha+Vy)
2010 Feb 26
1
Problem with cut and paste corruption
Dear All We have noticed a problem when cut-and-pasting a largish section (> 4096 bytes ?) of R code from an editor to an R session. System is Fedora 12 i386 with updates, R-2.9.0 and R-2.10.1 at least. Problem disappears if you start R with --no-readline ! If happens independently of the editor (tried vim/kate) and the terminal (tried konsole/gnome-terminal) Could you please try and
2000 Apr 14
2
bundle build and Rd2Sd converion fail (PR#519)
Dear R-core, Thank you for your great effort! I am finalising a bundle that works both in R and Splus. But I faced the following minor problems with R CMD under both UNIX and LINUX. 1. R CMD build denies to work with bundles. It reports * checking `DESCRIPTION' package entry ... ERROR: no package entry in `DESCRIPTION' Surely, there is no one, but there is Contains entry. Next, according
2019 Aug 10
2
samba-tool ou create "OU=del-ou, dc=atest, dc=com" fails with /var/lib/samba/private/sam.ldb: No such file or directory
Hello, I am trying to use samba-tool to create OU on active directory. 1. Joined to domain. # net ads join -U <> 2. Listed GPO's on domain to check samba-tool script can pull the GPOs. # samba-tool gpo listall GPO : <> display name : test-Computers-GPO-1 path : \\atest.com\SysVol\atest.com\Policies\<> dn :
2007 Mar 24
2
Two Problems while trying to aggregate a dataframe
Hello! Given is an Excel-Sheet with actually 11,000 rows and 9 columns. I want to work with the data in R. The contents are similar to my following example. I have a list with ID-number, personal name and two kinds of loan-values. I want to aggregate the list, that for each person only one row remains and where the loan-values are added. First I tried some commands with tapply but had no
2000 Jan 19
0
indentation in Rd-help files
Dear colleagues, Happy New Millennium, first of all! It would be very nice to be able to use indentation inside \code{ } as well, not only in \examples{ } when writing Rd-help files. Such a situation arrises, for instance, if one wishes to include a small piece of code in the _main_ text but not in the end as \examples{ } command does. The only way I know to put the next 3 lines my.function <-
1999 Apr 09
1
manova in R
Dear R-users, Does anybody know if analogs of the following S-plus functions are available (or planned to be) in R: manova - multivariate analysis of variance faces - Chernoff faces plot spin - 3D visualization of data Another thing: are there functions for solving linear programming problems in R or Splus? Thank you in advance, Sergei
2002 Apr 17
0
User defined macros for Rd-files?
Dear R-developers, I am trying to make use of my own defined macros in Rd-files in order I could simply type, say, \Splus, to get a font similar to \R in help files. So I put the corresponding entry in Rd.cfg which now contains the line: \newcommand{\Splus}{{\normalfont\textsf{Splus}}} similar to the way \R defined in Rd.sty. So now so good: R CMD Rd2dvi generates a dvi-file with a proper font.
2001 Jan 24
1
CuSum & V-Mask
Good Afternoon, I am currently writing a program to perform a cusum with v-mask and since I am experiencing a few problems, was wondering if there is something similar in existance? Many thanks in advance, Gavin McCabe Gavin McCabe University of Strathclyde Department of Statistics & Modelling Science Livingstone Tower (Rm. L7.47) 26 Richmond Street GLASGOW G1 1XH U.K. Tel.: +44
2009 Dec 27
1
gWidgets / RGtk2 - how to change a handler from a toolbar?
I want to assign a default handler to a toolbar button and change the handler later. The addhandlerclicked() method does not apply to a gAction Object, I think... defHandler <- function(h, ...) print("default") w <- gwindow() aTest <- gaction(label="Test", icon="open", handler=defHandler) tblList = list( test = aTest ) toolBar = gtoolbar(tblList,
2006 Mar 26
5
[ win32utils-Bugs-3924 ] Segmentation fault under Windows
Bugs item #3924, was opened at 26/03/2006 22:12 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=3924&group_id=85 Category: win32-taskscheduler Group: Code Status: Open Resolution: None Priority: 3 Submitted By: David FAROI (dfaroi) Assigned to: Nobody (None) Summary: Segmentation fault under Windows Initial Comment: I''m trying to make
2012 Sep 18
2
problem with vignettes when S4 classes in packages overlap
( A similar problem is also reported by Sebastian P. Luque with library(maptools) library(trip) in the vignette as below ). I am writing a vignette which loads RMySQL and RPostgreSQL. This produces the warning: Loading required package: DBI Warning in .simpleDuplicateClass(def, prev) : A specification for class ?dbObjectId? in package ?RPostgreSQL? seems equivalent to one from package