0
votes
1answer
79 views

CIFS VFS: Unexpected SMB signature

When I login to server in Text mode the following Message appearing on one of Server CIFS VFS: Unexpected SMB signature We are using Redhat 5.6 64 bit. Is this serious error and how to resolve ...
2
votes
1answer
459 views

How to configure SELinux using samba? Scientific Linux?

when I'm trying to mount a read-only samba share, then I get this messages on the samba server (and timeout on client side) Nov 5 18:45:49 localhost kernel: type=1400 audit(1352137549.469:17): avc: ...
1
vote
0answers
315 views

W2K3 DC: Samba file sharing access permission problem

I want to access SAMBA shares from a Windows Server 2003 domain controller without a password. But, I am receiving a permission error each time. I'm using RedHat 5.5. # ls -l total 96 -rw------- 1 ...
3
votes
1answer
3k views

Mount samba filesystem into RHEL 5.5

I have a trial RHEL version for a proof of concept where I was asked to mount a windows filesystem into linux. I tried mount -t smbfs -o username=samba,password=samba //Desktop/Public /mnt/public ...