search for: duggan

Displaying 20 results from an estimated 24 matches for "duggan".

2011 Mar 20
3
Sieve problems (not matching emails expected to match)
...idi"; } ... Unfortunately the List-Id based lines don't appear to be working, although some other ones do. The attached test message does not get delivered to the mail.emacs-devel list. Why? -------------- next part -------------- An embedded message was scrubbed... From: Michael Welsh Duggan <md5i at md5i.com> Subject: Test Date: Sun, 20 Mar 2011 03:10:11 -0400 Size: 1061 URL: <http://dovecot.org/pipermail/dovecot/attachments/20110320/af3a46ed/attachment-0002.mht> -------------- next part -------------- -- Michael Welsh Duggan (md5i at md5i.com)
2013 Jul 29
2
Maildir permissions and Solr re-indexing
...ttp://wiki2.dovecot.org/Errors/ChgrpNoPerm) After this, each directory has a dovecot.index.log with md5i:md5i 600 permissions. I've read the mentioned page, and played around with the ideas on it, but haven't gotten things to work. Anyone have any clue to ship my way? -- Michael Welsh Duggan (md5i at md5i.com)
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
...17) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745) Indeed the braces are listed in fts-backend-solr.c as part of solr_escape_chars, so don't know how the braces are making it through unencoded. -- Michael Welsh Duggan (md5i at md5i.com)
2013 Dec 17
9
[PATCH] Btrfs-progs: receive: fix the case that we can not find subvolume
...octl support passing source subvolume''s objectid 2.when we want to using interval subvolume path, we mount it other place that use subvolume 5 as its default subvolume. We''d better use the second approach because it won''t bother kernel change. Reported-by: Michael Welsh Duggan <mwd@md5i.com> Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> --- cmds-receive.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++---- utils.c | 28 ++++++++++++++++++++++++++++ utils.h | 1 + 3 files cha...
2005 Sep 08
2
wine in ubuntu
When i attempt to run winesetup in ubuntu, it has some error saying i cant configure it as super user.........it does this when im not superuser!........why is this? is there a fix? -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
2012 Jul 23
2
[LLVMdev] static constant structs
...revious version of my code, I replaced cip->getType() with the llvm equivalent of the type of addr_. This worked until I tried with a build of llvm that had assertions turned on. Even without that, I am hoping there is a better way to do this that I have managed to overlook. -- Michael Welsh Duggan (md5i at md5i.com)
2017 Jan 16
0
fts-solr: Returning 400 on searches; unescaped braces
Michael Welsh Duggan <mwd at md5i.com> writes: > Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I > am getting 400 errors when doing searches. Here is an example search > query from dovecot that failed (captured with wireshark): > > Frame 23: 338 bytes on wire (2704 bits...
2012 Jul 02
1
[LLVMdev] Intrinsic::getDeclaration causing dump() segfault
...builder.SetInsertPoint(bb); builder.CreateRet(ConstantInt::getTrue(getGlobalContext())); // Value *memcpy = Intrinsic::getDeclaration( // module, Intrinsic::memcpy, Type::getInt64Ty(getGlobalContext())); func->dump(); delete module; return 0; } -- Michael Welsh Duggan (md5i at md5i.com)
2012 Jul 23
1
[LLVMdev] static constant structs
...es. But maybe I did not explain my problem well enough. If I have a type like, for example: { i32, [ 4 x i8 ] } How can I create a constant of this type like this: { i32 0x1ffff, [ i8 0, i8 4, i8 10, i8 8 ] } from the C++ API without going through nasty pointer cast tricks? -- Michael Welsh Duggan (md5i at md5i.com)
2007 Jan 05
1
(Enhancement?) for self referential has_many :through, w/ scoped create...
We have a User model and a Connection model which basically represents edges in a digraph (User to User, self-referenctial). Each of these edges can have a :connection_type which is currently just a char(1). has_many :friendships, :class_name => ''Connection'', :foreign_key => "source_user_id", :conditions =>
2012 Jul 23
0
[LLVMdev] static constant structs
Hi Michael, > I hope this is the correct forum in which to ask this question. > > Currently I am writing code meant to compile with LLVM 3.0. I am trying > to figure out, using the C++ API, how to create a constant static > struct, or the equivalent. Since I am copying data from existing C > structs, I am currently I am using a ConstantArray global variable, and > then
2013 Dec 18
0
[PATCH v2] Btrfs-progs: receive: fix the case that we can not find the subvolume
...default subvolume. 3.tell the user to mount the toplevel subvol by himself and run receive We''s better use the third approach because first patch will bother kernel change and the second approach is not very good for power users. So give this option to users. Reported-by: Michael Welsh Duggan <mwd@md5i.com> Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> --- Changelog: v1->v2: addressed david''s comments and use the third approach to fix the problem --- cmds-receive.c | 11 +++++++++-- man/btrfs.8.in...
2018 Jun 22
0
Wine release 3.11
...rOutputCallbackInteractionContext() stub. shell32: Accept more flags in SHGetKnownFolderPath(). shell32/tests: Reorder known_folders table definition. shell32/tests: Add tests for SHGetKnownFolderPath() flags. shell32/tests: Remove empty element from known_folders[]. Kieran Duggan (1): d3dx9/tests: Add initial tests for ID3DXFont::DrawText(). Lauri Kenttä (1): po: Update Finnish translation. Matteo Bruni (2): wined3d: Generate shader epilogue before conditional returns. wined3d: Set stream stride and offset even when buffer is NULL. Michael Müller...
2018 Mar 30
0
Wine release 3.5
...es(). winevulkan: Avoid goto in wine_vkCreateDevice(). winevulkan: Avoid goto in wine_vkCreateInstance(). winevulkan: Limit vkGetDeviceProcAddr() workaround to broken apps. Ken Thomases (1): winemac: Reenable window autodisplay when the frame is set and redisplayed. Kieran Duggan (1): atl100/tests: Fix leaked memory during test_AtlAxAttachControl. Kimmo Myllyvirta (2): bcrypt: Initial implementation for RSA key import and signature verification. bcrypt/tests: Add simple test for RSA. Louis Lenders (4): ntdll: Update version resource. sas: Add...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...y <abarry@cray.com> Andrew Bird <ajb@spheresystems.co.uk> Andrew Boie <andrew.p.boie@intel.com> Andrew Collins <bsderandrew@gmail.com> Andrew Cooks <acooks@gmail.com> Andrew Cooper <andrew.cooper3@citrix.com> Andrew Dahl <adahl@sgi.com> Andrew Duggan <aduggan@synaptics.com> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de> Andrew Lumm <andrew@lunn.ch> Andrew Lunn <andrew@lunn.ch> Andrew Mahon...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...spheresystems.co.uk> Andrew Boie <andrew.p.boie@intel.com> Andrew Brownfield <abrownfi@redhat.com> Andrew Collins <bsderandrew@gmail.com> Andrew Cooks <acooks@gmail.com> Andrew Cooper <andrew.cooper3@citrix.com> Andrew Dahl <adahl@sgi.com> Andrew Duggan <aduggan@synaptics.com> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Honig <ahonig@google.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de> Andrew Lumm <andrew@lunn.ch> Andrew L...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...spheresystems.co.uk> Andrew Boie <andrew.p.boie@intel.com> Andrew Brownfield <abrownfi@redhat.com> Andrew Collins <bsderandrew@gmail.com> Andrew Cooks <acooks@gmail.com> Andrew Cooper <andrew.cooper3@citrix.com> Andrew Dahl <adahl@sgi.com> Andrew Duggan <aduggan@synaptics.com> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Honig <ahonig@google.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de> Andrew Lumm <andrew@lunn.ch> Andrew L...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...ld <abrownfi@redhat.com> Andrew Chew <achew@nvidia.com> Andrew Collins <bsderandrew@gmail.com> Andrew Cooks <acooks@gmail.com> Andrew Cooper <andrew.cooper3@citrix.com> Andrew Dahl <adahl@sgi.com> Andrew de los Reyes <adlr@chromium.org> Andrew Duggan <aduggan@synaptics.com> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Honig <ahonig@google.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de> Andrew Lumm <andrew@lunn.ch> Andrew L...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...ld <abrownfi@redhat.com> Andrew Chew <achew@nvidia.com> Andrew Collins <bsderandrew@gmail.com> Andrew Cooks <acooks@gmail.com> Andrew Cooper <andrew.cooper3@citrix.com> Andrew Dahl <adahl@sgi.com> Andrew de los Reyes <adlr@chromium.org> Andrew Duggan <aduggan@synaptics.com> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Honig <ahonig@google.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de> Andrew Lumm <andrew@lunn.ch> Andrew L...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...ld <abrownfi@redhat.com> Andrew Chew <achew@nvidia.com> Andrew Collins <bsderandrew@gmail.com> Andrew Cooks <acooks@gmail.com> Andrew Cooper <andrew.cooper3@citrix.com> Andrew Dahl <adahl@sgi.com> Andrew de los Reyes <adlr@chromium.org> Andrew Duggan <aduggan@synaptics.com> Andrew G. Morgan <morgan@kernel.org> Andrew Gallatin <gallatin@myri.com> Andrew Gomella <andrew.gomella@nih.gov> Andrew Honig <ahonig@google.com> Andrew Jones <drjones@redhat.com> Andrew Karpow <andy@mailbox.tu-berlin.de>...