Displaying 20 results from an estimated 27 matches for "mathced".
Did you mean:
matched
2011 Jul 22
0
failed creating protocol instance to play queued url
I run thunderbird (both 3.x and 5.x) against dovecot 2.x and frequently
see delays "loading message". I admit to having a very large mailbox and
running multiple imap clients.
I've turned on thunderbird debugging, and at least one pattern I see in
the log during the delays (maybe a minute long) is the failed protocol
message above. These are no the only delays, but are the ones
2007 Sep 20
3
Incorrect get_matches_estimated() of Xapian::Mset
Hello, As I know, get_matches_estimated() return an estimate for the number of documents with matches the query.
But now, I found it get a disparity between the return value and real mathced number. For an example: the real matched number is 58, but the return value is 458; so when the users click the hinder page, get a blank page ... so they often complain to me.
I found that the main reason is that the query with a high-matched boolean TERM?
E.g:
There are only two data-type of al...
2006 May 15
2
New contributed document available on CRAN
R Community:
In case you haven't seen it, I have written a manuscript
called "The R Guide" that is available in the Contributed
Documents section on CRAN. It is about 50 pages in length and
it is written for the beginning R user. I use the guide in my
undergraduate probability and math stat sequence, but it is
pretty accessible for anyone with a basic understanding of
statistics.
2011 Jun 08
1
3D-plotting a 2D-matrix that contains z-values (3rd dimension)
Hello,
say I have a 2D-matrix (indexed by x and y), which contains
z values, which I want to plot over x-y.
Either dotted, or if possible as a landscape.
I tried around with persp and plot3d (from rgl)
and persp3d (from rgl).
I sometimes get something that looks good and a while later, when
trying some new data I need to worry about that again.
Is there something lika a convenience function
2013 Nov 16
2
Issue with Mavericks Mail Client
We run a dovecot mailserver. One of the clients I use is a Mac Laptop.
Recently I upgraded from Mountain Lion (10.8) to Mavericks (10.9). Under
10.8 it worked fine. On 10.9 it syncs up when I invoke the client, but
after a while stops getting updates.
Most of my mail clients are on Linux (thunderbird) or Android (K9) and I
admit that several run against my very large INBOX simultaneously. The
2006 Aug 22
2
new version of "The R Guide" available on CRAN
Hello,
Version 2.2 of "The R Guide" is available for download in
the Contributed Documents section on CRAN. "The R Guide"
is written for the beginning R user. I use the guide in my
undergraduate probability and math stat sequence, but anyone
with a basic understanding of statistics (who wants to learn
R) should find it useful.
This updated version includes sections on
2006 Aug 01
1
plot() with TukeyHSD
Hello,
When plotting the results of a TukeyHSD multiple comparisons
procedure with an ANOVA (lm) object, an extra line appears
in the confidence intervals that contain 0. For example (this
is straight from the TukeyHSD helpfile):
> summary(fm1 <- aov(breaks ~ wool + tension, data = warpbreaks))
> TukeyHSD(fm1, "tension", ordered = TRUE)
> plot(TukeyHSD(fm1,
2012 Mar 16
1
R merge two dataframes with different row?
Hi everyone,
I have a question for R code to merge.
Say I have two dataframes:
File1 is:
V1 V2 V3 V4
1 100 101 name1
2 200 201 name2
2 300 301 name3
3 400 401 name4
3 500 501 name5
4 600 601 name6
4 700 701 name7
File2 is:
V1 V2 V3 V4
1 50 55 p1
3 402 449 p2
4 550 650 p3
4 651 660
2015 Jul 10
1
GUI on Ubuntu
Pardon the naive question, but I'm obviously missing something. I'm
running the tools in standalone mode on Ubuntu 14.04. All is working
well. upsc nicely shows me all the status info from command line.
What I'm missing is how to get the GUI display.
2007 Aug 17
0
New version of "The R Guide" available on CRAN
Hello,
A newly-revised version of my introductory manual "The R Guide"
is now available in the Contributed Documents section in CRAN.
Among other changes, the description of the function t.test() has
been expanded as well as an introduction to methods for the
creation of prediction and confidence intervals with regression.
The manual is still under 60 pages in length. The current
2016 Jul 02
5
Where is krb5.keytab or equivalent?
OK, let me go through exactly what you did:
you:
> Here's the test (I must run mutt not telnet like i mentioned earlier to
> get the imap tickets).
>
> root at server:~# kinit achim
> Password for achim at DOMAIN.LOCAL:
> [I enter my password]
As root on AD/DC mail.hprs.local:
me:
$ kinit mark
Password for mark at HPRS.LOCAL:
[I enter my password]
you:
>
2016 Jul 02
0
Where is krb5.keytab or equivalent?
Yes I created an self signed cert (with the easy-rsa scripts froom
openvpn). Does mutt let you accept the cert anyway? On an earlier test
you got past the cert state and had to enter an password or got an no
auth failure.
Also figure out where dovecot auth debug log entries get written (here
dovecot writes logs to mail.info, mail.error, mail.log, debug only ends
up in mail.log).
Am
2016 Jul 03
1
Where is krb5.keytab or equivalent?
Debug log output please!
I think you still miss the gssapi module for dovecot.
Am 03.07.2016 um 19:42 schrieb Mark Foley:
> Achim,
>
> This is my most recent effort. If I cannot make progress from here I'm going to give this idea a rest.
>
> I used easy-rsa to create a cert. Files are:
>
> /etc/ssl/certs/OHPRS/easyrsa/ca.crt
> /etc/ssl/certs/OHPRS/easyrsa/reqs/MAIL.req
2016 Jul 03
0
Where is krb5.keytab or equivalent?
Achim,
This is my most recent effort. If I cannot make progress from here I'm going to give this idea a rest.
I used easy-rsa to create a cert. Files are:
/etc/ssl/certs/OHPRS/easyrsa/ca.crt
/etc/ssl/certs/OHPRS/easyrsa/reqs/MAIL.req
/etc/ssl/certs/OHPRS/easyrsa/reqs/dovecot.req
/etc/ssl/certs/OHPRS/easyrsa/private/ca.key
/etc/ssl/certs/OHPRS/easyrsa/private/MAIL.key
2016 Jul 02
0
Where is krb5.keytab or equivalent?
Hi Mark,
I'll keep replying to the list.
You must create an signed server certificate for your FQDN.
~# ./build-key-server mail.hprs.local
Then point to public and privat part in your dovecot config.
ssl_cert = </etc/easy-rsa/keys/reqs/mail.hprs.local.req
ssl_key = </etc/easy-rsa/keys/private/mail.hprs.local.key
But all that should not interfere with kerberos because you can accept
2016 Jul 01
5
Where is krb5.keytab or equivalent?
I'm sure it will not work till you get that module build. :-)
Am 01.07.2016 um 20:53 schrieb Mark Foley:
> On Fri, 1 Jul 2016 11:55:20 +0200 Achim Gottinger <achim at ag-web.biz> wrote:
>
>> Do you have /usr/lib/dovecot/modules/auth/libmech_gssapi.so? Maybe at an
>> different location. On debian this comes with the dovecot-gssapi package.
> That module is nowhere
2015 Sep 30
1
Double Dots
I've noticed lately that Dovecot seems to be inserting an extra dot in
some url's contained in html email. The most consistent example I see
is in the newsletters from the Washington Post.
For example, if I look at the raw email on the mail server I see text
that starts
<http://link.washingtonpost.com/click
But if I look at what Thunderbird shows it starts
2007 Oct 24
1
S10u4 in kernel sharetab
There was a log of talk about ZFS and NFS shares being a problem when there was a large number of filesystems. There was a fix that in part included an in kernel sharetab (I think :) Does anyone know if this has made it into S10u4?
Thanks,
BlueUmp
This message posted from opensolaris.org
2007 Apr 18
1
Cheap Array Enclosure for ZFS pool?
We have 14 500GB PATA drives left over from another project. Given that ZFS seems to prefer working with jbod''s, does anyone know of an inexpensive enclosure with an fcal interface to host the disks?
This message posted from opensolaris.org
2007 Sep 21
0
io:::start to nfs mount?
I was wondering if there was a way to get from the fileinfo_t->fi_mount to the NFS directory mounted there? IE: Is there are way to determine what server:/path is mounted on the mountpoint stored in fi_mount?
--
This message posted from opensolaris.org