Displaying 20 results from an estimated 400 matches similar to: "Permission denied after dist-upgrade"
2010 Feb 07
2
Automatic Debian Dovecot repository now also includes amd64 binary packages.
Hi,
I've recently significantly improved the automated Dovecot Debian
package builder. At the beginning it only produced i386 binaries for
Debian testing. A few weeks back I added a slave builder that builds
packages for Debian stable. Today I have extended the slave builder with
support for multiple architectures and I've added amd64 binaries to the
repository. The master builder
2013 Jul 26
7
LDA vs. LMTP
Hi there,
I'm using Dovecot together with Postfix; as I understand it, there are two ways to transfer the mail from Postfix to Dovecot.
1.) by using LDA with mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"
2.) by using LMTP with mailbox_transport = lmtp:unix:private/dovecot-lmtp
(currently using number 1)
I'm interessted in the
2014 Nov 24
1
Replication warnings
Hi list,
I get these warnings quite frequently.
Warning: Failed to do incremental sync for mailbox INBOX, retry with a
full sync
Is this something to worry about? Otherwise the replication works
perfectly.
Cheers Jan
--
MAX-PLANCK-INSTITUT fuer Radioastronomie
Jan Behrend - Rechenzentrum
----------------------------------------
Auf dem Huegel 69, D-53121 Bonn
2014 Nov 04
1
sieve replication and .dovecot.lda-dupes
Hello list,
I have a replicated dovecot with two servers.
People seem to get vacation responses more often then it is specified in
"days: XX", depending on which dovecot instance they receive the
incoming mail. Is ".dovecot.lda-dupes" replicated?
The other problem is that the vacation response is coming from the wrong
address depending on which field the recipient was
2010 Nov 16
1
child 23925 killed with signal 6
Dearest list,
just now I migrated a pine user to dovecot. Nothing special so far, but
then I saw this in my syslog and the user reported, that he got this
error message:
MAIL FOLDER "INBOX" CLOSED DUE TO ACCESS ERROR
Obviously this problem is related to his local filter rules:
If commented out everything works like a charm. The corresponding
filter rule looks for a
2010 Nov 17
1
Debian package init scripts
Dearest list,
I am using dovecot with heartbeat-2 and I noticed that the init scripts
in the Debian packages from http://xi.rename-it.nl/debian/ do not
conform to the LSB standard:
http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
E.g. the return code for "program is not running" is not 3.
Is there is special reason for this?
Cheers Jan
--
1999 Jan 20
0
dist(*, "euclidean") [was "dist function suggestion"]
> BDR> You will need to call it something else: dist is a clone of an S
> BDR> function, and dist(X, "manhattan") is well-established usage.
>
> one could still imagine an extra Y argument such that
> dist(X, Y=myY, method="euclidean")
> and dist(X, "euclidean", Y=myY)
> would work
> one could even make it such that
> both
2006 Jun 28
1
Transform Normal Dist to ArcTan Dist
I have a set of data that is distributed normally. How can I transform
this data to fit an ArcTan distribution?
[[alternative HTML version deleted]]
2007 Aug 12
2
[PATCH] merb-rakefile-more-dist-byebye.diff
In rev 410, "rake db:migrate" doesn''t run because the Rake tasks are
still looking for dist/
This patch removes all the references to dist/ that I could find.
Ez, consider this a full copyright transfer from me to you on this
and future patches; I''ll sign something official if you need it.
-------------- next part --------------
A non-text attachment was
2012 Nov 08
0
Estimate two parameter for exponential dist
I'm trying to estimate two parameter for a markov chain (exponential). I used
maximum likelihood to do it. (fitdistr{MASS},fitdist{fitdistrplus}), but I
get just one parameter. Do you have any suggestion to help me? THANKS!!
--
View this message in context: http://r.789695.n4.nabble.com/Estimate-two-parameter-for-exponential-dist-tp4648917.html
Sent from the R help mailing list archive at
2011 Sep 20
0
seqinr-dist.alignment?
Hi everyone
I have got a quick question:
I the "seqinr" package:
*dist.alignment(x,"identity")*
This is calculating the square root of pairwise distances. Does anyone know
whether/how gaps are counted in this function?
Thank you.
Best wishes,
Bettina
[[alternative HTML version deleted]]
2006 Jan 18
1
r-help, how can i use my own distance matrix without using dist()
Dear R-helpers,
i am a beginner of R and i am using cluster package to do hierarchical
clustering
i am wondering if i can use my own distance matrix to do the hierarchical
clustering without using dist() function.
if i have my own distance matrix, how can i ask hclust() function to recongnize
it( as the output of dist() function).
thank you very much and i looking forward to hearing from you.
2006 Jan 18
0
r-help, how can i use my own distance matrix without usin g dist()
Use something like hclust(as.dist(mydist), ...) ought to work.
Andy
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of ucecgxu at ucl.ac.uk
Sent: Wednesday, January 18, 2006 4:47 PM
To: r-help at stat.math.ethz.ch
Subject: [R] r-help, how can i use my own distance matrix without using
dist()
Dear R-helpers,
i am a
2007 Apr 11
1
Function knn.dist from knnflex library
Hello,
I am feeling that this question can have a very simple answer, but I
can't find it.
I need to use the function knn.dist from knnflex library.
Whatever I try, I get the error:
Error in as.vector.dist(x, "character") : unused argument(s) ("character")
First example:
> a<-NULL
> a<-rbind(a,c(5.2,-8.1))
> a<-rbind(a,c(8.8,-16.1))
>
2004 Jul 02
0
Patch to fix dist rule in ocfs-tools with another minor fix
Index: ocfs2/libocfs2/Makefile
===================================================================
--- ocfs2/libocfs2/Makefile (revision 127)
+++ ocfs2/libocfs2/Makefile (working copy)
@@ -65,6 +65,7 @@
HFILES = \
include/jfs_user.h \
+ include/jfs_compat.h \
include/kernel-jbd.h \
include/kernel-list.h \
include/ocfs2_fs.h \
Index: ocfs2/debugfs.ocfs2/Makefile
2008 Jul 25
0
fit.dist gnlm question, NaN and Inf results
I am attempting to fit discrete data (daily counts of arrivals of
recreational vessels at locks on a river) using the fit.dist package.
Some distributions return values of NaN and Inf for certain
situations, an example with Inf values is shown below.
# of vessels: 1 2 3 4 5
6 7 8 9 10 11
# of days with # of vessels: 35 20 10 5 6
2008 Aug 14
0
function as.dist failed on large matrix on 64bit machine
Hi there,
I'm having a problem with as.dist when I tried to convert a numerical
matrix to dist. The data matrix is 10^4 by 10^4. I got the following:
d <- as.dist(dat)
Error: cannot allocate vector of size 762.9Mb
I need convert "dat" to dist because I will use hclust to do some
clustering analysis.
The machine is 2Gb memory 64bit Linux, and I also failed on a 16Gb
memory
2012 Apr 18
1
$lsbdistcodename stays the same after dist-upgrade
Dear List,
i was running a few natty systems and upgraded one of them to oneiric.
Facter shows the right lsbdistcodename, lsbdistrelease, etc.
parameters, but when i''m running puppet agent the modules has access
to the previous (natty, etc.) values. As i see on puppetmaster in /var/
lib/puppet/yaml/{facts,node} the output from facter and the agent is
cached and won''t update
2007 Sep 20
0
run make dist twince, make images and modules twince?
Hi,
I''m building xen-3.1.0-src. I run make dist twince, I will make images and
modules twince.
Is there something wrong with Makefile?
BR
Richard Zhao
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Nov 06
0
gamlss.dist
Hi,
I'm not sure how use curve(dexGAUS(…
None of the following four works:
rt<- rexGAUS(100, mu=300, nu=100, sigma=35)
m1<-gamlss(rt~1, family=exGAUS)
curve(dexGAUS(rt=x, mu=300 ,sigma=35,nu=100), 100, 600, main = "The ex-
GAUS density mu=300 ,sigma=35,nu=100")
curve(dexGAUS(x=rt, mu=300 ,sigma=35,nu=100), 100, 600, main = "The ex-
GAUS density mu=300