Problemas com montagem Remota - CIFS
Bom dia,
Tenho rotinas de backup de sistema e de oracle que fazem cópia remota. Em alguns momentos a cópia ocorre com sucesso e outras não. Aparecem várias mensagens nos logs:
Feb 13 22:38:58 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 22:38:58 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 22:38:58 srv-ora-01 kernel: CIFS VFS: Send error in QFSAttributeInfo = -13
Feb 13 22:38:58 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 22:38:58 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 22:38:58 srv-ora-01 kernel: CIFS VFS: cifs_mount failed w/return code = -13
Feb 13 23:00:14 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 23:00:14 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 23:00:14 srv-ora-01 kernel: CIFS VFS: cifs_mount failed w/return code = -13
Feb 13 23:00:14 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 23:27:07 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 23:27:07 srv-ora-01 kernel: CIFS VFS: Send error in Close = -13
Feb 13 23:27:07 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 23:27:07 srv-ora-01 kernel: CIFS VFS: Send error in Close = -13
Feb 13 23:30:28 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Feb 13 23:30:28 srv-ora-01 kernel: CIFS VFS: Unexpected SMB signature
Como devo proceder?
Attachments
Responses
It looks like you're running an unsupported development kernel - 2.6.32-381.el6.x86_64 - you might want to get a supported kernel with yum update kernel.
Error -13 is "permission denied". You can see error codes in /usr/include/asm-generic/errno-base.h (also errno.h in the same place).
Are the permissions on the share and its contents correct? Is anything else accessing the share at the same time?
Here are some articles about permissions on Samba to help you troubleshoot:
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
