The Samba-Bugzilla – Attachment 1581 Details for
Bug 1216
short preserve case inconsistency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Debug-Messages
log (text/plain), 9.27 KB, created by
Peter Koch
on 2005-11-20 03:25:42 UTC
(
hide
)
Description:
Debug-Messages
Filename:
MIME Type:
Creator:
Peter Koch
Created:
2005-11-20 03:25:42 UTC
Size:
9.27 KB
patch
obsolete
>Renaming VeryLongName.txt into Short.txt in top level directory of share > >[2005/11/19 18:29:50, 3] smbd/reply.c:reply_mv(4554) > reply_mv : VeryLongName.txt -> Short.txt >[2005/11/19 18:29:50, 5] smbd/filename.c:unix_convert(108) > unix_convert called on file "VeryLongName.txt" >[2005/11/19 18:29:50, 10] smbd/statcache.c:stat_cache_lookup(248) > stat_cache_lookup: lookup succeeded for name [VERYLONGNAME.TXT] -> [VeryLongName.txt] >[2005/11/19 18:29:50, 5] smbd/filename.c:unix_convert(108) > unix_convert called on file "Short.txt" >[2005/11/19 18:29:50, 10] smbd/statcache.c:stat_cache_lookup(215) > stat_cache_lookup: lookup failed for name [SHORT.TXT] >[2005/11/19 18:29:50, 5] smbd/filename.c:unix_convert(175) > unix_convert begin: name = short.txt, dirpath = , start = short.txt >[2005/11/19 18:29:50, 10] smbd/mangle_hash2.c:is_mangled(276) > is_mangled short.txt ? >[2005/11/19 18:29:50, 10] smbd/mangle_hash2.c:is_mangled_component(215) > is_mangled_component short.txt (len 9) ? >[2005/11/19 18:29:50, 10] smbd/mangle_hash2.c:is_mangled(276) > is_mangled short.txt ? >[2005/11/19 18:29:50, 10] smbd/mangle_hash2.c:is_mangled_component(215) > is_mangled_component short.txt (len 9) ? >[2005/11/19 18:29:50, 10] smbd/mangle_hash2.c:is_mangled(276) > is_mangled short.txt ? >[2005/11/19 18:29:50, 10] smbd/mangle_hash2.c:is_mangled_component(215) > is_mangled_component short.txt (len 9) ? >[2005/11/19 18:29:50, 5] smbd/filename.c:unix_convert(324) > New file short.txt >[2005/11/19 18:29:50, 3] smbd/reply.c:rename_internals(4300) > rename_internals: case_sensitive = 0, case_preserve = 1, short case preserve = 0, directory = ./VeryLongName.txt, newname = ./short.txt, last_component_dest = short.txt, is_8_3 = 0 >[2005/11/19 18:29:50, 8] smbd/dosmode.c:dos_mode(294) > dos_mode: ./VeryLongName.txt >[2005/11/19 18:29:50, 8] smbd/dosmode.c:dos_mode_from_sbuf(162) > dos_mode_from_sbuf returning >[2005/11/19 18:29:50, 8] smbd/dosmode.c:dos_mode(328) > dos_mode returning >[2005/11/19 18:29:50, 3] smbd/dosmode.c:unix_mode(121) > unix_mode(./VeryLongName.txt) returning 0644 >[2005/11/19 18:29:50, 10] smbd/open.c:open_file_ntcreate(1236) > open_file_ntcreate: fname=./VeryLongName.txt, dos_attrs=0x80 access_mask=0x10000 share_access=0x3 create_disposition = 0x1 create_options=0x0 unix mode=0644 oplock_request=0 >[2005/11/19 18:29:50, 8] smbd/dosmode.c:dos_mode(294) > dos_mode: ./VeryLongName.txt >[2005/11/19 18:29:50, 8] smbd/dosmode.c:dos_mode_from_sbuf(162) > dos_mode_from_sbuf returning >[2005/11/19 18:29:50, 8] smbd/dosmode.c:dos_mode(328) > dos_mode returning >[2005/11/19 18:29:50, 10] smbd/open.c:open_file_ntcreate(1409) > open_file_ntcreate: fname=./VeryLongName.txt, after mapping access_mask=0x10000 >[2005/11/19 18:29:50, 5] smbd/files.c:file_new(139) > allocated file structure 1215, fnum = 5311 (2 used) >[2005/11/19 18:29:50, 4] smbd/open.c:open_file_ntcreate(1580) > calling open_file with flags=0x0 flags2=0x0 mode=0644 >[2005/11/19 18:29:50, 2] smbd/open.c:open_file(372) > koch opened file ./VeryLongName.txt read=No write=No (numopen=2) >[2005/11/19 18:29:50, 10] locking/locking.c:set_share_mode(753) > set_share_mode: creating entry for file ./VeryLongName.txt. num_share_modes = 1 >[2005/11/19 18:29:50, 10] locking/locking.c:print_share_mode_table(463) > print_share_mode_table: share_mode_entry[0]: pid = 251, share_access = 0x3, private_options = 0x0, access_mask = 0x10000, port = 0x0, type= 0x0, file_id = 93, dev = 0x306, inode = 18608 >[2005/11/19 18:29:50, 10] locking/locking.c:del_share_entry(658) > del_share_entry: num_share_modes = 1 >[2005/11/19 18:29:50, 10] locking/locking.c:del_share_entry(663) > del_share_entry: deleted share_mode_entry[0]: pid = 251, share_access = 0x3, private_options = 0x0, access_mask = 0x10000, port = 0x0, type= 0x0, file_id = 93, dev = 0x306, inode = 18608 >[2005/11/19 18:29:50, 10] locking/locking.c:del_share_entry(673) > del_share_entry: deleting entry 0 >[2005/11/19 18:29:50, 10] locking/locking.c:del_share_entry(695) > del_share_entry: Remaining table. >[2005/11/19 18:29:50, 10] smbd/close.c:close_normal_file(203) > close_normal_file: share_entry_count = 0 for file ./VeryLongName.txt >[2005/11/19 18:29:50, 10] locking/posix.c:posix_locking_close_file(1249) > posix_locking_close_file: file ./VeryLongName.txt has no outstanding locks. >[2005/11/19 18:29:50, 2] smbd/close.c:close_normal_file(270) > koch closed file ./VeryLongName.txt (numopen=1) >[2005/11/19 18:29:50, 5] smbd/files.c:file_free(459) > freed files structure 5311 (1 used) >[2005/11/19 18:29:50, 3] smbd/reply.c:rename_internals(4400) > rename_internals: succeeded doing rename on ./VeryLongName.txt -> ./short.txt > > > >Renaming VeryLongName.txt into Short.txt in directory tmp of share > >[2005/11/19 18:30:36, 3] smbd/reply.c:reply_mv(4554) > reply_mv : tmp/VeryLongName.txt -> tmp/Short.txt >[2005/11/19 18:30:36, 5] smbd/filename.c:unix_convert(108) > unix_convert called on file "tmp/VeryLongName.txt" >[2005/11/19 18:30:36, 10] smbd/statcache.c:stat_cache_lookup(248) > stat_cache_lookup: lookup succeeded for name [TMP/VERYLONGNAME.TXT] -> [tmp/VeryLongName.txt] >[2005/11/19 18:30:36, 5] smbd/filename.c:unix_convert(108) > unix_convert called on file "tmp/Short.txt" >[2005/11/19 18:30:36, 10] smbd/statcache.c:stat_cache_lookup(215) > stat_cache_lookup: lookup failed for name [TMP/SHORT.TXT] >[2005/11/19 18:30:36, 10] smbd/statcache.c:stat_cache_lookup(248) > stat_cache_lookup: lookup succeeded for name [TMP] -> [tmp] >[2005/11/19 18:30:36, 5] smbd/filename.c:unix_convert(175) > unix_convert begin: name = tmp/Short.txt, dirpath = tmp, start = Short.txt >[2005/11/19 18:30:36, 10] smbd/mangle_hash2.c:is_mangled(276) > is_mangled Short.txt ? >[2005/11/19 18:30:36, 10] smbd/mangle_hash2.c:is_mangled_component(215) > is_mangled_component Short.txt (len 9) ? >[2005/11/19 18:30:36, 10] smbd/mangle_hash2.c:is_mangled(276) > is_mangled Short.txt ? >[2005/11/19 18:30:36, 10] smbd/mangle_hash2.c:is_mangled_component(215) > is_mangled_component Short.txt (len 9) ? >[2005/11/19 18:30:36, 10] smbd/mangle_hash2.c:is_mangled(276) > is_mangled Short.txt ? >[2005/11/19 18:30:36, 10] smbd/mangle_hash2.c:is_mangled_component(215) > is_mangled_component Short.txt (len 9) ? >[2005/11/19 18:30:36, 5] smbd/filename.c:unix_convert(324) > New file Short.txt >[2005/11/19 18:30:36, 3] smbd/reply.c:rename_internals(4300) > rename_internals: case_sensitive = 0, case_preserve = 1, short case preserve = 0, directory = tmp/VeryLongName.txt, newname = tmp/Short.txt, last_component_dest = Short.txt, is_8_3 = 0 >[2005/11/19 18:30:36, 8] smbd/dosmode.c:dos_mode(294) > dos_mode: tmp/VeryLongName.txt >[2005/11/19 18:30:36, 8] smbd/dosmode.c:dos_mode_from_sbuf(162) > dos_mode_from_sbuf returning >[2005/11/19 18:30:36, 8] smbd/dosmode.c:dos_mode(328) > dos_mode returning >[2005/11/19 18:30:36, 3] smbd/dosmode.c:unix_mode(121) > unix_mode(tmp/VeryLongName.txt) returning 0644 >[2005/11/19 18:30:36, 10] smbd/open.c:open_file_ntcreate(1236) > open_file_ntcreate: fname=tmp/VeryLongName.txt, dos_attrs=0x80 access_mask=0x10000 share_access=0x3 create_disposition = 0x1 create_options=0x0 unix mode=0644 oplock_request=0 >[2005/11/19 18:30:36, 8] smbd/dosmode.c:dos_mode(294) > dos_mode: tmp/VeryLongName.txt >[2005/11/19 18:30:36, 8] smbd/dosmode.c:dos_mode_from_sbuf(162) > dos_mode_from_sbuf returning >[2005/11/19 18:30:36, 8] smbd/dosmode.c:dos_mode(328) > dos_mode returning >[2005/11/19 18:30:36, 10] smbd/open.c:open_file_ntcreate(1409) > open_file_ntcreate: fname=tmp/VeryLongName.txt, after mapping access_mask=0x10000 >[2005/11/19 18:30:36, 5] smbd/files.c:file_new(139) > allocated file structure 1267, fnum = 5363 (3 used) >[2005/11/19 18:30:36, 4] smbd/open.c:open_file_ntcreate(1580) > calling open_file with flags=0x0 flags2=0x0 mode=0644 >[2005/11/19 18:30:36, 2] smbd/open.c:open_file(372) > koch opened file tmp/VeryLongName.txt read=No write=No (numopen=3) >[2005/11/19 18:30:36, 10] locking/locking.c:set_share_mode(753) > set_share_mode: creating entry for file tmp/VeryLongName.txt. num_share_modes = 1 >[2005/11/19 18:30:36, 10] locking/locking.c:print_share_mode_table(463) > print_share_mode_table: share_mode_entry[0]: pid = 261, share_access = 0x3, private_options = 0x0, access_mask = 0x10000, port = 0x0, type= 0x0, file_id = 95, dev = 0x306, inode = 18609 >[2005/11/19 18:30:36, 10] locking/locking.c:del_share_entry(658) > del_share_entry: num_share_modes = 1 >[2005/11/19 18:30:36, 10] locking/locking.c:del_share_entry(663) > del_share_entry: deleted share_mode_entry[0]: pid = 261, share_access = 0x3, private_options = 0x0, access_mask = 0x10000, port = 0x0, type= 0x0, file_id = 95, dev = 0x306, inode = 18609 >[2005/11/19 18:30:36, 10] locking/locking.c:del_share_entry(673) > del_share_entry: deleting entry 0 >[2005/11/19 18:30:36, 10] locking/locking.c:del_share_entry(695) > del_share_entry: Remaining table. >[2005/11/19 18:30:36, 10] smbd/close.c:close_normal_file(203) > close_normal_file: share_entry_count = 0 for file tmp/VeryLongName.txt >[2005/11/19 18:30:36, 10] locking/posix.c:posix_locking_close_file(1249) > posix_locking_close_file: file tmp/VeryLongName.txt has no outstanding locks. >[2005/11/19 18:30:36, 2] smbd/close.c:close_normal_file(270) > koch closed file tmp/VeryLongName.txt (numopen=2) >[2005/11/19 18:30:36, 5] smbd/files.c:file_free(459) > freed files structure 5363 (2 used) >[2005/11/19 18:30:36, 3] smbd/reply.c:rename_internals(4400) > rename_internals: succeeded doing rename on tmp/VeryLongName.txt -> tmp/Short.txt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1216
: 1581 |
1590