Re: Best place for Mail.app spotlight debug questions...
Re: Best place for Mail.app spotlight debug questions...
- Subject: Re: Best place for Mail.app spotlight debug questions...
- From: George D. Plymale <email@hidden>
- Date: Thu, 05 Mar 2015 01:59:13 -0800 (PST)
Very interesting. Thanks so much for sharing that Jorgen.
On Mar 4, 2015, at 7:06 PM, Jorgen Lundman <email@hidden> wrote:
For completeness sake, I will post the answer here.
While looking at why Posfix fails to run (and thanks to its pedantic error
checking) it was discovered that setting FIONBIO on a FIFO would fail.
Although fixing FIFOs (named pipes) did not correct the Spotlight problem.
But while I was checking ioctl calls, I threw these in as they were missing;
case 0x80006817: // HFSIOC_SET_ALWAYS_ZEROFILL
case 0x8000680f: // HFSIOC_EXT_BULKACCESS
return 0;
and suddenly searching with _kMDQueryScope, and in Apple Mail, works as
expected.
Lund
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Filesystem-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden