After upgrading from OAM-8 to OpenRsi 20131117 (kernel 3.9.2) doing a cifs mount
azbox-azbox fails:
[ePopen] command: mount -t cifs -o rw,noatime,noserverino,iocharset=utf8,userna
me=root,password= '//10.0.0.31/Harddisk' '/media/net/HarddiskAZBOXHD'
child has terminated
pipes closed
[AutoMount.py] CheckMountPointFinished mount error(13): Permission denied
The Azbox cifs server complains (/tmp/smb.log):
[2013/11/20 08:56:12, 0] smbd/sesssetup.c:reply_sesssetup_and_X(1265)
reply_sesssetup_and_X: Rejecting attempt at SPNEGO session setup when it was not negoitiated.
After some tweeking and googleing it turned out that the default mount.cifs option in Linux
kernel 3.8 has been changed from: sec=ntlm to sec=ntlmssp.
See: https://bugzilla.kernel.org/show_bug.cgi?id=55401
Workaraound:
Change the mount options field in the AZbox mount manager setup:
sec=ntlm,rw (or sec=ntlm,ro)
This does the job!