<?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 Re: NFS not working in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/nfs-not-working/m-p/312489#M265619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An issue with the NFS server (JLAN-11) transposes the GID and UID of the NFS client user, meaning that Unix accounts that have a user-id that differs from the group-id will not gain authentication. The Alfresco-NFS server will deny them access. The user will only see ls: /mnt/alfresco: Input/output error. This issue lasted this long presumably because so many Linux distributions create a new group for each new user, unless told otherwise. Though the bug is declared closed, it has yet to filter down to SVN, and org.alfresco.filesys.server.auth.AlfrescoRpcAuthenticator.authenticateRpcClient(int, RpcPacket) still reads the GID before the UID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2015 15:07:10 GMT</pubDate>
    <dc:creator>jtsmith</dc:creator>
    <dc:date>2015-02-06T15:07:10Z</dc:date>
    <item>
      <title>NFS not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nfs-not-working/m-p/312487#M265617</link>
      <description>I have tried setting up NFS server on Alfresco but I have seemingly hit the wall. I always get Input/Output error.This is my file-servers.properties### NFS Server Configuration ###nfs.enabled=true# NodeMonitor to update cache of NFS server on nodes renaming and deleting not through NFS protocolnfs.n</description>
      <pubDate>Fri, 14 Nov 2014 15:08:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nfs-not-working/m-p/312487#M265617</guid>
      <dc:creator>gojko</dc:creator>
      <dc:date>2014-11-14T15:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nfs-not-working/m-p/312488#M265618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try changing address from 192.168.27.58:/alfresco to 192.168.27.58:/Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Alfresco" is a default name (filesystem.name=Alfresco)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On a side note I would put these configuration properties in alfresco-global.properties not in file-servers.properties. Also NFS is being deprecated and will be removed in future version - see 5.0 release notes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If above doesn't work here is a config that works for us (verified with Alfresco 4.0.x and 5.0.x):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### File server related properties ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#must match /etc/auto.alfresco //localhost/alfresco-&amp;lt;filesystem.name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;filesystem.name=Demo&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;filesystem.avm.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;filesystem.avm.name=AVM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;filesystem.avm.stores=&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### CIFS Windows Shares ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### NFS Server Configuration ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.nodeMonitor.enabled=${nfs.enabled}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.mountServerPort=2250&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.nfsServerPort=2249&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# map root(uid:0,gid:0)-&amp;gt;admin, alfresco(uid:904,gid:300)-&amp;gt;service_user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.user.mappings=admin,service_user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.user.mappings.value.admin.uid=0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.user.mappings.value.admin.gid=0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.user.mappings.value.service_user.uid=704&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.user.mappings.value.service_user.gid=200&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.rpcRegisterPort=0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.portMapperPort=111&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.portMapperEnabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.sessionDebug=INFO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nfs.mountServerDebug=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/etc/auto.master&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/mnt/alfresco /etc/auto.alfresco –timeout=300&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/etc/auto.alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;demo /Company\ Home&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -rw,intr,nolock,timeo=20,retry=3,tcp,vers=3,rsize=32768,wsize=32768,port=2249,mountport=2250&amp;nbsp; localhost:/Demo&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:12:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nfs-not-working/m-p/312488#M265618</guid>
      <dc:creator>lukaszr</dc:creator>
      <dc:date>2014-11-26T07:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/nfs-not-working/m-p/312489#M265619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An issue with the NFS server (JLAN-11) transposes the GID and UID of the NFS client user, meaning that Unix accounts that have a user-id that differs from the group-id will not gain authentication. The Alfresco-NFS server will deny them access. The user will only see ls: /mnt/alfresco: Input/output error. This issue lasted this long presumably because so many Linux distributions create a new group for each new user, unless told otherwise. Though the bug is declared closed, it has yet to filter down to SVN, and org.alfresco.filesys.server.auth.AlfrescoRpcAuthenticator.authenticateRpcClient(int, RpcPacket) still reads the GID before the UID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 15:07:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/nfs-not-working/m-p/312489#M265619</guid>
      <dc:creator>jtsmith</dc:creator>
      <dc:date>2015-02-06T15:07:10Z</dc:date>
    </item>
  </channel>
</rss>

