Hi, can anybody confirm on a fully patched EL5.4 x86_64?
It seems an update (maybe samba or kernel) has broken mount.cifs ability to use a credential file. Because we are using it together with automount - I cannot give an exact date when it has stopped working: # mount -t cifs -o rw,credentials=/root/secret.txt "//server/data$/" /tmp/1 gives these kernel msgs: Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE CIFS VFS: Send error in SessSetup = -13 CIFS VFS: cifs_mount failed w/return code = -13 # mount -t cifs -o rw,username="domain\user",password="userpwd" "//server/data$/" /tmp/1 succeeds. I checked the credential file, it has not changed for ages - and I copy/pasted its content to console - the username/pw works there. Thx Rainer _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
