Bug 769 - confusion between big and small letters on files and directories
Summary: confusion between big and small letters on files and directories
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.0
Hardware: All Windows 2000
: P3 normal
Target Milestone: none
Assignee: Gerald (Jerry) Carter (dead mail address)
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-13 05:01 UTC by kjetil
Modified: 2006-04-08 11:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kjetil 2003-11-13 05:01:17 UTC
Similar errors in two samba 3 releases. 


1st error:

Running RedHat 7.3 kernel 2.4.21 with samba-3.0.1pre1-1_rh73.i386. Filesystem is
open XFS from sgi.

Linux:
mkdir /mnt/xfs/Test
echo ".." > /mnt/xfs/test
You now have one file (test) and one directory (Test).

Windows 2000:
Delete the file named "test". Without any question, the _directory_ "Test" is
deleted.


2nd error:

Running RedHat 7.3 kernel 2.4.21 with samba-3.0.0-2_rh73.i386. Filesystem is
open XFS from sgi.

Linux:
mkdir /mnt/xfs/Test
echo ".." > /mnt/xfs/test
You now have one file (test) and one directory (Test).

Windows 2000:
Once the file "test" is created, you are unable to enter/execute the directory
"Test". Try to delete the file named "test". The _directory_ "Test" is being
removed if it's created by Windows. If it's created in Linux, you get an error
message in W2k: "Cannot remove "test" - the directory name is invalid".  We're
not trying to remove the directory, but the file "test".

Regards
Kjetil Lund
Comment 1 Gerald (Jerry) Carter (dead mail address) 2003-11-21 22:19:29 UTC
please send me your smb.conf
Comment 2 kjetil 2003-11-25 03:02:05 UTC
smb.conf for bugreport 769

   workgroup = TEKBLAD
   server string = Samba Server
   printcap name = /etc/printcap
   load printers = yes
   log file = /var/log/samba/log.%m
   max log size = 50
   security = share
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   dns proxy = no
   unix charset = ISO8859-1

#============================ Share Definitions ==============================
[Bilder]
   comment = "Public production area"
   path = /mnt/md0/Bilder
   public = yes
   only guest = yes
   writable = yes
   printable = no
   directory security mask = 0777
   directory mode = 0777
   create mode = 0666
Comment 3 Gerald (Jerry) Carter (dead mail address) 2005-11-14 09:30:27 UTC
database cleanup
Comment 4 Gerald (Jerry) Carter (dead mail address) 2006-04-08 11:53:19 UTC
please reopen if the bug still exists in a current release.