Displaying 20 results from an estimated 20000 matches similar to: "Problem with cut and paste corruption"
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.
2006 Aug 23
2
Rename folder bug dovecot-1.0RC6 ?
Dear All
can someone confirm this bug please ?
I am using Thunderbird 1.07, TB 1.5.0.4, Horde/IMP webmail as test clients,
all running on FC4.
Server is 1.0RC6 on CentOS 4 with maildir-sep set to ';'
To reproduce:
In your favourite mail client:
1. Create a top-level mail folder "atest"
2. Rename "atest" to "atest-extra" (basically
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
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
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
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:
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
*
2009 Aug 07
2
lowess puzzle
I was trying to fit a curve to the number of people who identify as liberal
by age. I got some puzzling results which suggested to me that I don't
really understand how local polynomial fitting works. Why, I am wondering,
is lowess producing a local fit of zero for every age?
> liberal.bin
[1] 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0
0 0 0 1 1 0 0 0 0 0 0 0
2011 Aug 31
2
Getting the values out of histogram (lattice)
Hi,
?
I have a relatively big dataset and I want to construct
some histograms using the histogram function in lattice. One thing I am
interested in is to look at differences between density and percent. I know I can
use the hist function but it seems that this function gives sometimes some
wrong answers and the density is actually a percent since it is calculated as counts in the bin divided by
2010 Aug 17
2
Matrix
How do I completely remove the first column?
(x <- matrix(c(1, 44, 124, 80, 254, 70, 190, 0, 2, 35, 110, 70, 240, 73, 216, 0, 3, 41, 114, 80, 279, 68, 178, 0, 4, 31, 100, 80, 284, 68, 149, 0, 5, 61, 190, 110, 315, 68, 182, 1, 6, 61, 130, 88, 250, 70, 185, 0, 7, 44, 130, 94, 298, 68, 161, 0, 8, 58, 110, 74, 384, 67, 175, 0, 9, 52, 120, 80, 310, 66, 144, 0, 10, 52, 120, 80, 337, 67, 130, 0, 11,
2012 Jul 06
4
differences between survival models between STATA and R
Dear Community,
I have been using two types of survival programs to analyse a data set.
The first one is an R function called aftreg. The second one an STATA
function called streg.
Both of them include the same analyisis with a weibull distribution. Yet,
results are very different.
Shouldn't the results be the same?
Kind regards,
J
--
View this message in context:
2015 May 16
5
[Bug 90482] New: Xorg take 100% CPU when using multiple independent screen configuration
https://bugs.freedesktop.org/show_bug.cgi?id=90482
Bug ID: 90482
Summary: Xorg take 100% CPU when using multiple independent
screen configuration
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2009 Apr 14
4
cbind
I have a list of numbers with NAs as below:
> A[,1]
[1] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
NA
[19] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
NA
[37] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
NA
[55] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
NA
[73] NA NA NA 62 78 98
2011 Aug 12
2
Getting bootstrap statistic to work
Hi R-help,
I am trying to implement a nonparametric bootstrap to find the
standard errors of a simple statistics - the ratio of two scalars. I
am having difficulty getting boot() to work correctly. I code a
function to create the ratio of the relevant scalars. theta(data, i).
When I call the function for my data and every observation appearing
once, theta(test, c(1)), I get the correct
2004 Jan 05
2
Message waiting indicator
What is required to get the mwi to work? Is it more of a phone subject
or *? I have the mailbox= line in sip.conf, but only one extension is
named, and in some of the examples, I have seen that there are two...
What is that all about and how does it affect the extensions.conf and
voicemail.conf?
Thanks again.....
Just some background as you start seeing my lists, I just started my own
business
2010 Sep 16
3
Asking Favor
Dear Prof:
My name is Chuan.I from Malaysia.I am a beginner for R.I need favor for Prof.
This is my data:
y<-c(52,55,61,66,70,61,64,73,63,59,55,90,109,85,69,72,62,59,68,113,144,104,66,73,63,58,71,122,154,106,70,69,67,61,68,104,126,88,68,70,79,65,60,70,77,68,58,75,85,71,64,59,55,61,65,83,87,79,69,68,65,76,78,94)
and I form it into matrix as below: [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
2009 Apr 22
4
Problem with "apply"
Hi R users,
I am trying to assign ages to age classes for a large data set (123,000 records), and using a for-loop was too slow, so I wrote a function and used apply. However, the function does not properly assign the first two classes (the rest are fine). It appears that when age is one digit, it does not get assigned properly.
I tried to provide a small-scale work-up (at the end of the
2009 Feb 25
1
problems with arrangement of figures by layout function
Hi,
I want to have histograms behind the regression tree figure.
Since 7 leafs resulted from the tree model (rpart), it would be nice to
have correspondent histograms below the tree figure. After a little
study, I could generate the correspondent histogram for each leaf, but
can't figure out how to arrange them in the right place. I tried
something like
2009 Mar 18
1
lm function (PR#13608)
Full_Name: Michael Aaron Karsh
Version: 2.8.0
OS: Windows XP
Submission from: (NULL) (75.61.109.172)
I tried using the lm function to regress the third column listed below on the
second column listed below. It gave me an error message. My code is below.
> HDISWLSdata=read.table("RHDISWLS.txt")
> HDISWLSdata
V1 V2 V3
1 DENMARK
2009 Nov 08
1
Failure of user registration with XLITE
Dear all,
I'm setting up a connection via XLITE softphone and asterisk 1.4 but I get
the error:
*Registration error: 404 Not found*
Here my configuration file of asterisk:
*[root at dhcppc0 asterisk]# vi sip.conf
[gianca]
type=friend
username=gianca
secret=pwd_gianca
host=dynamic
context=tutorial*
*[giusy]
type=friend
username=giusy
secret=pwd_giusy
host=dynamic
context=tutorial*
*[root at