Re: Mysterious write-only SMB behavior (Kirk)

2017-05-03 Thread Matthew Kozak
>> >> Message: 1 >> Date: Fri, 28 Apr 2017 15:21:45 -0500 >> From: Kirk >> To: cocoa-dev@lists.apple.com >> Subject: Mysterious write-only SMB behavior >> Message-ID: <8be95449-f93e-4847-ae39-4f45f63c

Re: Mysterious write-only SMB behavior (Kirk)

2017-05-02 Thread Ken Thomases
-- >> >> Message: 1 >> Date: Fri, 28 Apr 2017 15:21:45 -0500 >> From: Kirk >> To: cocoa-dev@lists.apple.com >> Subject: Mysterious write-only SMB behavior >> Message-ID: <8be95449-f93e-4847-ae39-4f45f63c5...@g

Re: Mysterious write-only SMB behavior (Kirk)

2017-05-01 Thread Kirk Kerekes
-0500 > From: Kirk > To: cocoa-dev@lists.apple.com > Subject: Mysterious write-only SMB behavior > Message-ID: <8be95449-f93e-4847-ae39-4f45f63c5...@gmail.com> > Content-Type: text/plain; charset=us-ascii > > I have Cocoa application that does a specialized tas

Re: Mysterious write-only SMB behavior

2017-04-28 Thread Rick Mann
I doubt this is the same issue, but I recently came across a situation where my Mac is a client of a samba share from Linux. If I attempt to overwrite a file on the samba share, it crashes the app that's looking at the directory, because that app can't handle the change in, of all things, the re

Mysterious write-only SMB behavior

2017-04-28 Thread Kirk
I have Cocoa application that does a specialized task for my employer. It runs on a Mini running Sierra but all file I/O is from/to network SMB volumes shared by Windows Server over the company network. The Mini is a full admin domain member, both computer and user. This application has been w