Jarek Kowalski
Jarek Kowalski
I tried debugging this deeper. I modified `hello` example to return one image file and it worked. Then I mounted a directory containing exactly one image file in Kopia and...
> great to hear that you have solved the problem. Do you still need anything here? Perhaps some help understanding what could be wrong with direct io here? Would this...
> it's hard to tell. You can probably tell from the getattr/open/read sequence what is going on. Normally, a program wouldn't just read 1 byte; is it really requesting 1...
That's macOS - it's what it does :) Also, here's the output from modified hello: ``` INIT n0 {7.19 Ra 0x100000 CASE_INSENSITIVE,EXPLICIT_INVAL_DATA,ATOMIC_O_TRUNC,XTIMES,VOL_RENAME,0xc000000} => OK, {7.8 Ra 0x100000 0/0 Wr 0x10000...
(note it's slightly different JPEG, that's why SZ is different)
I used DIRECT by accident, I don't think I need it at all. Just curious. BTW I found 2 issues in osxfuse repo that talk about this behavior, but they...
one nit: would be great if there was an option of reporting single-line logs (buffer rx in some kind of map and emit together with tx), otherwise grepping is hard....
Hi Nathan, Unfortunately NLog project is not accepting 3rd party code patches at this time (legal reasons which I'm trying to resolve). Can you file bugs for all the improvements...
Go to "nlog/NLog" - it's a new official fork of NLog which does accept patches.
FWIW I'm seeing similar behavior on macOS 11.1 + MacFuse 4.0.5. I accidentally used DIRECT_IO flag in my code and it appears that this was causing `Preview` to **issue a...