I compiled the latest ctdb and samba_3_0_ctdb. Right now I am just testing the samba part of it with clustering turned off in the smb.conf file, and I am getting these mount errors (-11) trying to mount a share on the local hard drive. I am using linux kernel 2.6.22-1-amd64. Here is the command that fails: mount.cifs //127.0.0.1/share01 /haha --verbose -o user=sambauser,domain=ics The screen output: CIFS VFS: No response for cmd 117 mid 3 CIFS VFS: cifs_mount failed w/return code = -11 mount error 11 = Resource temporarily unavailable I ran with debug level 10. I have attached the smb.conf and the smbd log file for your analysis.
Created attachment 3607 [details] log file with debug 10 stuff in it
Created attachment 3608 [details] samba config file used
Closed this bug, since after recompiling, I don't get this problem anymore. Although, I don't understand how it cropped in to begin with.