<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problems with Mac OS X client accessing CIFS share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20386#M9526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been evaluating Alfresco &amp;amp; am very impressed.&amp;nbsp; However I have one issue that I have been unable to solve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our environment has has linux servers &amp;amp; a mix of mac and windows clients. Alfresco is installed on a linux server (using the jboss bundle) &amp;amp; configured with ftp/webdav/CIFS access. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Mac clients are able to connect &amp;amp; read from the CIFS share but get an error when copying files &amp;amp; folders onto the share.&amp;nbsp; The error only seems to occur when you copy a folder onto the CIFS drive using the Finder application.&amp;nbsp; When I do this the folder gets created in Alfresco but then Finder stops the copy complaining that the folder already exists.&amp;nbsp; None of the contents of the folder are copied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are no errors output by Alfresco at any point.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can access the CIFS share from the windows clients without any problems (read, copy, delete, etc all working).&amp;nbsp; I can also access individual files from the mac (read &amp;amp; write &amp;amp; create) &amp;amp; copy folders using the mac terminal window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else see this behaviour?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a tcpdump on the server to check the traffic &amp;amp; found one difference between Mac &amp;amp; windows.&amp;nbsp; When doing a folder copy via Finder the mac sends an SMB lock request, which is granted by the server.&amp;nbsp; Then I think it creats the folder &amp;amp; sends the content.&amp;nbsp; Then the mac sends an unlock request which fails.&amp;nbsp; The error code (DOS_ERROR 0x9e I think) seemed to indicate that the server fails the unlock because it thinks that no lock exists. This was the only error that I spotted in the SMB traffic so I suspect that it is the cause somehow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could this be a bug in Alfresco or is the Mac at fault?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben Sommerville&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2006 02:10:49 GMT</pubDate>
    <dc:creator>bpsommerville</dc:creator>
    <dc:date>2006-08-01T02:10:49Z</dc:date>
    <item>
      <title>Problems with Mac OS X client accessing CIFS share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20386#M9526</link>
      <description>Hi,I've been evaluating Alfresco &amp;amp; am very impressed.&amp;nbsp; However I have one issue that I have been unable to solve.Our environment has has linux servers &amp;amp; a mix of mac and windows clients. Alfresco is installed on a linux server (using the jboss bundle) &amp;amp; configured with ftp/webdav/CIFS ac</description>
      <pubDate>Tue, 01 Aug 2006 02:10:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20386#M9526</guid>
      <dc:creator>bpsommerville</dc:creator>
      <dc:date>2006-08-01T02:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Mac OS X client accessing CIFS share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20387#M9527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File locks are currently faked in the CIFS server, so it does not keep track of locks. The 0x9E status is 'not locked', this is likely causing problems with the Mac client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version of Mac OS X are you using ?.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 09:43:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20387#M9527</guid>
      <dc:creator>gary_spencer</dc:creator>
      <dc:date>2006-08-09T09:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Mac OS X client accessing CIFS share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20388#M9528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gary,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry it took me so long to reply, too many things going on at the moment &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Mac clients are running OX X&amp;nbsp; version 10.4.7&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 02:49:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20388#M9528</guid>
      <dc:creator>bpsommerville</dc:creator>
      <dc:date>2006-08-18T02:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Mac OS X client accessing CIFS share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20389#M9529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem here, should a jira issue be posted?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Sep 2006 13:50:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20389#M9529</guid>
      <dc:creator>wdavidw</dc:creator>
      <dc:date>2006-09-02T13:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Mac OS X client accessing CIFS share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20390#M9530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here we are most than 18 months later, and I'm having the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't copy folders, but I can copy files using CIFS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Mac OS X 10.4.11 and Alfresco Community 2.9B (on a unix server).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone made any progress on this issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 18:01:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20390#M9530</guid>
      <dc:creator>nuandaeb</dc:creator>
      <dc:date>2008-04-17T18:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Mac OS X client accessing CIFS share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20391#M9531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you copying the files/folders to the Alfresco CIFS drive, using Finder or some other UI app, or via the command line, in which case what's the full command ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could get a packet trace (using Tcpdump or Wireshark) of a copy that triggers the problem that would be very useful. With Tcpdump you need to use the '-s 0' option to make sure it records the whole packet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The latest code has file locking support, so it may be a different problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:41:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-mac-os-x-client-accessing-cifs-share/m-p/20391#M9531</guid>
      <dc:creator>gary_spencer</dc:creator>
      <dc:date>2008-04-18T08:41:11Z</dc:date>
    </item>
  </channel>
</rss>

