Displaying 20 results from an estimated 3000 matches similar to: "Strange indexing behavior on HTML emails .."
2014 Aug 04
1
Dovecot v2.2 FTS is not indexing "text/html" emails...
Hi,
I am not sure its intended or a fault in the newest Dovecot versions. I
have been using Dovecot v1.2.15 on Debian squeeze and FTS is working as
expected. When I search a quoted string "very good", I get 107 results
including plain and HTML emails which have this phrase.
In order to compare the benefits of lucene over squat, I recently started
testing dovecot v2.2.13 on Debian Sid
2015 Oct 15
3
Strange indexing behavior on HTML emails ..
On Wed, Oct 14, 2015 at 08:33:56PM +0530, Akash wrote:
> Tried latest source from HG and with solr also apart from lucene which I
> tested previously. The problem with single quotes in HTML is still there.
>
> The revision:
>
> http://hg.dovecot.org/dovecot-2.2/rev/ad028a950248
>
> should have solved it but the relevant code no longer exists in
>
2014 Aug 17
1
Segmentation fault while indexing a large mailbox using doveadm..
Hi,
I am having the same issue as:
http://www.dovecot.org/list/dovecot/2014-April/095681.html
although I am using the latest dovecot-core and dovecot-lucene packages
from the debian sid repo which already has the patch
(http://hg.dovecot.org/dovecot-2.2/rev/5e42a8c18b51) mentioned in the
above thread implemented.
doveadm(admin): Info: Old.All: Caching mails seq=1..300332
9400/300332
Program
2015 Oct 13
2
Indexing fails with .. FIELDS_INDEX_EXTENSION).c_str() )' failed
Hi,
Mailing list archives suggest that this problem has been fixed in the
older versions itself but I am getting the error still while trying to
doveadm index a large folder of emails. Sometimes it throws error
after 30000, something 40000, the latest it gave up after 111000. But
it just never completes.
111000/322080doveadm:
2015 Oct 17
2
Order in which UIDs are assigned..
Hi,
I just want some clarification on how Dovecot's IMAP assigns UIDs when
it picks files from the "new" directory of a Maildir. What I am
observing is that only ctime has a role to play in it. For example if
there are two files in "new", a.msg & z.msg. Even when a.msg has lower
mtime than z.msg and "a" comes before "z" alphabetically, dovecot
2017 Dec 12
2
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
Your smb.conf is incorrect/incomplete.
Info here on these 2 links.
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
https://wiki.samba.org/index.php/Idmap_config_rid
Your smb.conf
> >> [global]
> >> max log size = 0
> >> realm = DOMAIN.COM
> >> workgroup = DOMAIN
> >> security = ADS
> >> winbind enum users = yes
>
2014 Aug 18
1
Huge difference between the lucene index size created by v2.1 and v2.2
Hi everyone,
While examining dovecot versions v2.1 and v2.2 for their lucene search
performances, I have noticed a huge difference in the index sizes
created by them. Both versions were compiled on same system, against
same libclucene, same configure options and were used with same
dovecot.conf during run-time. I deleted the lucene-indexes folder and
dovecot* files in the Maildir prior to
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hi Ralph
Thanks a lot. With xattr_tdb I could at least list the files getting rid of
access denied error.
I still do not see the exactly mapped ACEs in the Security Descriptor of a
file in Windows Explorer but I will debug that little further and then come
back with questions.
I see only 1 entry of Everyone on Windows client side if there are added
ACEs using nfs4_setfacl.
Let me know if that
2015 Oct 17
2
Order in which UIDs are assigned..
> Dovecot doesn't look at the new files' mtimes or ctimes, because that
> would require stat()ing the file, which slows it down. So it's using
> the timestamp in the Maildir filename itself.
Thanks Timo for the clarification. Whats Dovecot's strategy when the
file-name does not contain a time-stamp and its just a sequential long
number such as 1494829006737776656. My
2020 Apr 04
2
Running opt O1 outside of llvm
Hi,
I would like to run the -O1 pass sequence followed by -reg2mem from an out
of tree project which uses llvm.
I am using the following code snippet to do so but in some cases, my method
is also vectorising the code, which doesn't happen when running the same
sequence(-S -O1 -reg2mem) through opt. Can someone please help me find what
I am missing?
Thanks,
Akash.
*
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hello Jeremy and Ralph
Thanks for your suggestions.
I compiled samba-4.8.0 and running it instead of samba-4.6.2. I saw the
changes that you mentioned in the latest vfs_nfs4acl_xattr module.
The operation not supported error is gone but it is now failing with access
denied. Here is what I tried:
*[root at test3 ajain]# net conf showshare local[local] path =
/home/ajain/mount
2019 Jul 22
2
Run llvm pass from standalone project
Hi all,
I am trying to use LLVM's AliasAnalysis pass, but from a standalone tool
that uses llvm libraries.
The following is the code snippet I am currently using.
PassBuilder PB;
auto mod_manager = ModuleAnalysisManager { };
PB.registerModuleAnalyses(mod_manager);
AAResults& AAR = mod_manager.getResult<AAManager>(*M);
But the code fails at .getResult with the following error:
2018 Apr 06
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hi All
I found there is one bug in the plugin. The name of the attribute for ACL
as per strace output of nfs4_setfacl is *system.nfs4_acl.*
The source code has defined it as
#define NFS4ACL_XATTR_NAME ( "system.nfs4acl" )
Note there is missing underscore.
After this, the EOPNOTSUPP error is not observed.
Hope this helps
Akash
On Thu, Apr 5, 2018 at 11:43 PM, Jeremy Allison
2018 Apr 05
4
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hello All
I am trying to use nfs4acl_xattr plugin from samba source code.
https://www.samba.org/samba/docs/current/man-html/vfs_nfs4acl_xattr.8.html
I mounted NFSv4 mount point locally and exported it through samba with vfs
objects set to nfs4acl_xattr.
*[root at test3 ajain]# net conf showshare local[local] path =
/home/ajain/mount comment = local share guest ok =
2018 Apr 10
1
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
On Tue, Apr 10, 2018 at 04:28:10PM +0530, Akash Jain wrote:
> Can you please elaborate more on which extensions you referred to?
> What all basic things do we need to do to use nfs4acl_xattr module with
> native NFS4 export mounted locally and shared through samba to get/set NT
> ACLs?
I guess you have to patch the code, or find someone who does it for you. Iirc
currently the module
2011 Jan 21
1
Information
Hello
I am student of Bioinformatics and I am doin somework in R in which some
problem occurs. So Please help me to solve these problems.
I have two problems:
1. How to generate a graph in which there are 8 rows and 20 columns are
present?
2. And how to put some title in the end of the graph i.e for example after
generating the rows if I want to give the name in the end of those rows like
2015 Oct 13
0
Indexing fails with .. FIELDS_INDEX_EXTENSION).c_str() )' failed
On 13 Oct 2015, at 23:25, Akash <akbwiz+dovecot at gmail.com> wrote:
>
> Hi,
>
> Mailing list archives suggest that this problem has been fixed in the
> older versions itself but I am getting the error still while trying to
> doveadm index a large folder of emails. Sometimes it throws error
> after 30000, something 40000, the latest it gave up after 111000. But
> it
2020 Apr 04
4
Legality of transformation
Please consider the following C code:
* #define SZ 2048 int main(void) { int A[SZ]; int B[SZ];
int i, tmp; for (i = 0; i < SZ; i++) { tmp = A[i];
B[i] = tmp; } assert(A[SZ/2] == B[SZ/2]); }*
On running -O1 followed by -reg2mem I get the following IR:
*define dso_local i32 @main() local_unnamed_addr #0 {entry: %A = alloca
[2048
2017 Dec 01
3
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
Hello All
I am seeing following error intermittently when I try to join the samba
machine into AD controlled by windows machine.
Failed to join domain: failed to lookup DC info for domain '3DFSTESTAD.COM'
over rpc: The transport connection is now disconnected.
If we repeat the same command with same configuration and credentials, it
succeeds.
Detailed logs at log level 5 are at end of
2007 Mar 22
4
converting html with \xa9 to Markdown and using iconv?
The html document various characters like
? \xa0
? \xa9 (Copyright symbol)
(and others).
I tried using html2text.py but it didn't like these characters.
Any ideas on how I can use iconv or another tool to convert documents like
this so I can then convert to Markdown?
I don't want to do manually as I have around 500+ documents.
Jeremy C. Reed