cancel
Showing results for 
Search instead for 
Did you mean: 

alfresco-community-3.4.b SMB/CIFS Timeout Error

caleban
Champ in-the-making
Champ in-the-making
I installed alfresco on debian lenny using the below alfresco installer:

alfresco-community-3.4.b-installer-linux-x64.bin

I can get to the alfresco web interface at http://<server ip>:8080/alfresco

I'm having trouble interacting with smb/cifs locally on the server or remotely from a client:

I get the below timeout error when I'm logged into the server and I try to interact with smb/cifs or when I'm logged into a desktop computer running Mac OS X or Linux and I try to remotely interact with alfresco smb/cifs.

I've created a few users in the web interface. All I'm trying to do is connect to smb/cifs and interact with the files and see that it works.

What could cause this?
Is this a configuration issue?
What do I need to configure?

Where should I look to troubleshoot this?
alfresco.log doesn't show any errors



# smbclient -U admin \\\\127.0.0.1\\alfresco
Enter admin's password:
Domain=[ALFRESCOA] OS=[Java] Server=[Alfresco CIFS Server 5.1.0]
smb: \> ls
  .                                   D        0  Mon Dec  6 20:34:08 2010
  .                                   D        0  Mon Dec  6 20:34:08 2010
  __Alfresco.url                      R      130  Thu Dec  9 20:37:50 2010
  Data Dictionary                     D        0  Mon Dec  6 20:34:08 2010
  Guest Home                          D        0  Mon Dec  6 20:34:09 2010
  User Homes                          D        0  Mon Dec  6 20:34:09 2010
  Sites                               D        0  Mon Dec  6 20:34:21 2010
  Web Projects                        D        0  Mon Dec  6 20:34:40 2010
  Web Deployed                        D        0  Mon Dec  6 20:34:40 2010
  .DS_Store                                    0  Fri Dec 10 01:30:15 2010

Receiving SMB: Server stopped responding
Error in dskattr: Call timed out: server did not respond after 20000 milliseconds
smb: \>
smb: \> ls
Call timed out: server did not respond after 20000 milliseconds listing \*
Error in dskattr: Call timed out: server did not respond after 20000 milliseconds
smb: \>







smbclient -U admin \\\\<server ip>\\alfresco
Password:
Domain=[ALFRESCOA] OS=[Java] Server=[Alfresco CIFS Server 5.1.0]
smb: \> ls
  .                                   D        0  Mon Dec  6 12:34:08 2010
  .                                   D        0  Mon Dec  6 12:34:08 2010
  __Alfresco.url                      R      130  Thu Dec  9 12:37:50 2010
  Data Dictionary                     D        0  Mon Dec  6 12:34:08 2010
  Guest Home                          D        0  Mon Dec  6 12:34:09 2010
  User Homes                          D        0  Mon Dec  6 12:34:09 2010
  Sites                               D        0  Mon Dec  6 12:34:21 2010
  Web Projects                        D        0  Mon Dec  6 12:34:40 2010
  Web Deployed                        D        0  Mon Dec  6 12:34:40 2010
Receiving SMB: Server stopped responding
Error in dskattr: Call timed out: server did not respond after 20000 milliseconds
3 REPLIES 3

registo2003
Champ in-the-making
Champ in-the-making
Hi,

Same problem

Any news ?

roshan
Champ in-the-making
Champ in-the-making
same issue
I can't telnet to the CIFS port from outside the server, it seems like a firewall issue almost…very weird!

richard_martin
Champ in-the-making
Champ in-the-making
add/edit this to your alfresco-global.properties

filesystem.name=Alfresco

cifs.enabled=true
cifs.localname=${localname}
cifs.domain=localdomain
cifs.broadcast=255.255.255.255
cifs.bindto=0.0.0.0
cifs.ipv6=disabled
cifs.hostannounce=true

ftp.enabled=true
ftp.ipv6=disabled

nfs.enabled=false

also look at the end of this post: http://forums.alfresco.com/en/viewtopic.php?f=9&t=36591

This allowed my CIFS to work from Windows and OS X with Alfresco running on  CentOS server