Displaying 20 results from an estimated 1000 matches similar to: "Maildir + NFS + multiple machines = spectacular failure"
2006 May 02
1
Bug in yesterday's CVS..
Hi Timo.
I'm doing some testing with yesterday's CVS code and believe I've found a
bug.
In SquirrelMail, I get 5 messages in INBOX (doesn't matter how). I click
"Toggle All" then "Delete". All 5 messages move to Trash.
The Trash folder gets a link "expunge". I click that and get the
following error:
ERROR : Bad or malformed request.
Query:STORE
2007 Apr 10
15
Poor man''s backup by attaching/detaching mirror drives on a _striped_ pool?
Hi,
one quick&dirty way of backing up a pool that is a mirror of two devices is to
zpool attach a third one, wait for the resilvering to finish, then zpool detach
it again.
The third device then can be used as a poor man''s simple backup.
Has anybody tried it yet with a striped mirror? What if the pool is
composed out of two mirrors? Can I attach devices to both mirrors, let them
2006 Apr 06
1
lib02_imap_quota_plugin.so: undefined symbol: quota
Hi folks.
We're trying to set up Dovecot with Maildir++ quotas. Operating system is
CentOS 4.3 (final) X86 using Dovecot 1.0b5.
After logging in, I get the following logged through syslog and the
connection closes:
Apr 6 10:39:36 dev3 dovecot: imap(jtest): Loading modules from directory:
/usr/local/lib/dovecot/imap
Apr 6 10:39:36 dev3 dovecot: imap(jtest):
2010 Dec 28
1
rJava question
After some trial and error I figured out how to pass matrices from R to java
and back
using rJava, but this method is not documented and I wonder if there is a
better way?
Anyway, here is what I found works:
(m = matrix(as.double(1:12),3,4))
[shows m as you would expect]
jtest <- .jnew("JTest")
(v <- .jcall(jtest, '[[D], 'myfunc', .jarray(m), evalArray=FALSE))
[shows
2004 May 02
6
Simple SIP X-Lite Configuration Failing
I keep getting the following Auto-congesting message whenever I try to dial from an X-Lite SIP phone to another one within my LAN. It's a real basic configuration but I am unable to figure out what is happening:
localhost*CLI>
-- Executing Dial("SIP/jay-de1b", "SIP/jtest|20|tr") in new stack
-- Called jtest
May 2 11:47:58 NOTICE[1133742896]: chan_sip.c:1019
2010 Nov 18
0
On efficiency, Vectorize and loops
In my last e-mails, I have asked for help regarding
1. 'defining functions inside loops'
2. 'integrating functions / vector arithmetics'
3. 'vectors out of lists?'
4. 'numerical integration'
Since some of these topics seemed to be relevant (I'm guessing by the # of
replies I got), I'm posting a modified section of my code. Any thoughts on
improvements would
2012 Jul 19
1
Change log(J) to log(J+1) to stop log(0) from occurring in harModel
I think the code is part of the RTAQ package but is not included in it, as I
obtained it from
https://r-forge.r-project.org/scm/viewvc.php/pkg/RTAQ/R/HAR_model.R?view=markup&root=blotter&sortby=author&pathrev=1028.
It is not my code and I make no claim to other's good work, and apologize if
I should even be posting it I am not sure, but in the transform function it
allows to
2007 Apr 18
2
zfs block allocation strategy
Hi,
quoting from zfs docs
"The SPA allocates blocks in a round-robin fashion from the top-level vdevs. A storage pool with multiple top-level vdevs allows the SPA to use dynamic striping to increase disk bandwidth. Since a new block may be allocated from any of the top-level vdevs, the SPA implements dynamic striping by spreading out writes across all available top-level vdevs"
Now,
2010 Mar 10
1
R CMD check issue with soft-linked directory
I've been having some strange problems with R CMD check in the last couple of days, but
now believe I have localized the issue.
I had been running Ubuntu Hardy on one drive and then upgraded to Jaunty, but put Jaunty
on a different drive. I continue to be able to boot Hardy when I wish. I soft-linked my R
working area i.e.,
/home/john/Rstuff ----> /media/lnx804/home/john/Rstuff
2012 Jul 19
1
Switching log(J) to log(J+1) to avoid log(0) in HAR-RVJ model
I am working with xts dependent data, and my code is as follows (the problem
is explained throughout):
dat <- getdat("prices")
dat <- read.zoo(dat, sep = "",format="%d/%m/%Y %H:%M",
tz="", FUN=NULL, regular=TRUE,
header=TRUE, index.column=1, colClasses=c("character",
"numeric"))
dat <- as.xts(dat)
2013 May 15
5
Shell Scripting Random Delay
I have a shell script that's run every 5 minutes I use to call many
other shell scripts. Is there a way to wait a random number of
seconds before executing each line? Something like this.
wait_random 10 - 180 (perl /scripts/my_script.pl) &
wait_random 10 - 180 (perl /scripts/my_script5.pl) &
wait_random 10 - 180 (perl /scripts/my_script7.pl) &
I have many entries in this file
2006 Apr 19
0
[patch] Re: Test migration (IMAP copy) and INTERNALDATE?]
I haven't been able to find what is responsible for altering the time on
APPENDed mail, but was able to come up with a temporary workaround ...
simply calling utime() later on in the process resolves it.
Below is my patch.
Steve
--- dovecot-1.0.beta7-orig/src/lib-storage/index/maildir/maildir-save.c
2006-03-25 05:53:43.000000000 -0500
+++
2006 May 02
1
SV: How does asterisk behave when multiple phonesare logged in on a single SIP/account?
Yeah I do use ring groups at the moment. But the problem is that I can't control "the flow".
Let's take your example.
dial(SIP/dev1&SIP/dev2&SIP/dev3)
If I dial these 3 numbers, and dev2 is already one the phone. How do I check for that? I only want one of the three phones active at the time. But if no telephone is busy, they all should ring until the call is
2006 Sep 27
1
Trouble with xen-unstable x86_64
Hello,
I downloaded the latest unstable and installed on 2 amd dual athalon 64
x2''s (dual cores).
Kernel went fine. I''m getting this error when trying to start xend :
ImportError: /usr/lib64/python/xen/lowlevel/xc.so: cannot open shared
object file: No such file or directory
.Traceback (most recent call last):
File "/usr/sbin/xend", line 49, in ?
from
2003 Apr 15
1
current cvs
hi,
so after upgrade to the current cvs all of our problem disappear:-)
but we don't have time to test the ssl part...
although after I compile and install the new dovecot I stop it I do a
--------------------
find /home/*/Maildir -name '.imap*' -exec rm {} \;
find /home/*/Maildir -name 'dovecot-uidlist' -exec rm {} \;
find /home/*/Maildir -name 'msgid.cache' -exec rm
2011 Jan 19
3
Installing on CentOS
Hi,
I''m trying to install RedCloth on CentOS. It came with ruby 1.8.5
pre-installed so I installed rubygems-1.2.0 since that seemed compatible
(later versions require ruby 1.8.6).
All looks good but when I try:
[root at dev4 rubygems-1.2.0]# gem install RedCloth
ERROR: could not find gem RedCloth locally or in a repository
Can anyone tell me what I''m missing? Do I need to
2007 Feb 19
3
Crash: index-mail.c: line 790
Here is the first crash I've seen with the current CVS...
Feb 19 00:45:52 mail35a dovecot: IMAP(mnash at stest1.com): Corrupted transaction log file /var/index//data1/mail/st/stest1.com/mn/mnash//.Trash/dovecot.index.log: Append with UID 5736, but next_uid = 5744
Feb 19 00:45:55 mail35a dovecot: IMAP(mnash at stest1.com): Corrupted transaction log file
2007 Apr 05
7
Problems using GFS2 and clustered dovecot
I am trying to use dovecot. I've got a GFS2 shared volume on two servers
with dovecot running on both. On one server at a time, it works.
The test I am trying is to attach two mail programs (MUA) via IMAPS
(Thunderbird and Evolution as it happens). I've attached one mail
program to each IMAPS server. I am trying to move emails around in one
program (from folder to folder), and then
2006 May 03
1
Solution: NFS & Dovecot!
Hi folks!
It looks like Timo nailed down the NFS issues we've been seeing here in
last night's CVS build.
Anyone running Dovecot in a high-usage environment should check this out.
Here are some relevant ChangeLog updates that seem to address the problem:
2006-05-02 11:11 Timo Sirainen <timo.sirainen at movial.fi>
* src/lib-storage/index/maildir/: maildir-save.c,
2014 Jun 26
1
Another Crash in service imap with version 2.2.13 - Debian Wheezy
Hi,
yesterday I updated my second server from Debian Squeeze to Debian Wheezy.
Since todaay I get the followinig errors in my logs:
Error-Log:
...
Jun 26 09:08:28 mailstore dovecot: imap(user at domain.net pid:28898 session:<iuMX3Lf8fACXLrFC>): Fatal: master: service(imap): child 28898 killed with
signal 11 (core dumped)
...
Mail-log
...
Jun 26 09:08:28 mailstore dovecot: imap-login: ID