Accessing Shadow Copy Volume with Windows7 doesn't work. On Windows XP Configuration works like a charm. Error Log: [2009/10/27 14:18:59, 0] smbd/nttrans.c:call_nt_transact_ioctl(1883) FSCTL_GET_SHADOW_COPY_DATA: max_data_count(264) too small (268) bytes needed! Environment: '''''''''''' Server: CentOS 5 Kernel: Linux CentOS 2.6.18-53.1.21.el5 Samba: 3.3.9 (rpmbuild with SPEC File) Volume Format: lvm2 smbd Config: [pub] path = /opt/pub vfs objects = shadow_copy guest ok = no printable = no browseable = yes read only = no writeable = yes directory mode = 0775 create mask = 0664 force create mode = 0664 force directory mode = 0775 force group = pub write list = root @pub
Created attachment 4893 [details] Patch for 3.3 This is fixed in master already. See the attached patch rebased on 3.3. Volker
Created attachment 4894 [details] Patch for 3.4 Same patch for 3.4. Volker
Comment on attachment 4894 [details] Patch for 3.4 ACK for 3.4
Comment on attachment 4893 [details] Patch for 3.3 ACK for 3.3
Created attachment 4895 [details] FolderName correct Shadow Copy FolderName on Windows XP
Created attachment 4896 [details] Shadow Copy Name on Windows7 Wrong Display of FOldername on Windows 7
Fix works perfectly. But it seams that sometimes Names does not get converted on Windows 7. See Attached ScreenShot.
(In reply to comment #7) > Fix works perfectly. But it seams that sometimes Names does not get converted > on Windows 7. See Attached ScreenShot. > On Subdirs, the Nametranslation works. it apears only on top Level of the Share. seams to cut the name: pub -> pu [2009/10/27 16:24:23, 1] smbd/service.c:make_connection_snum(1119) c20002 (::ffff:10.204.4.18) connect to service pub initially as user stephanh (uid=1102, gid=1479) (pid 3658) [2009/10/27 16:24:27, 0] smbd/service.c:make_connection(1292) c20002 (::ffff:10.204.4.18) couldn't find service pu [2009/10/27 16:24:27, 0] smbd/service.c:make_connection(1292) c20002 (::ffff:10.204.4.18) couldn't find service pu
(In reply to comment #8) > (In reply to comment #7) > > Fix works perfectly. But it seams that sometimes Names does not get converted > > on Windows 7. See Attached ScreenShot. > > > > On Subdirs, the Nametranslation works. > it apears only on top Level of the Share. seams to cut the name: pub -> pu > > [2009/10/27 16:24:23, 1] smbd/service.c:make_connection_snum(1119) > c20002 (::ffff:10.204.4.18) connect to service pub initially as user stephanh > (uid=1102, gid=1479) (pid 3658) > [2009/10/27 16:24:27, 0] smbd/service.c:make_connection(1292) > c20002 (::ffff:10.204.4.18) couldn't find service pu > [2009/10/27 16:24:27, 0] smbd/service.c:make_connection(1292) > c20002 (::ffff:10.204.4.18) couldn't find service pu > Volker, is that another issue or does the patch need to be changed?
That's a different issue. There has been a thread on one of the mailing lists about that issue lately. It seems that some software on the client causes this. The patch does fix something, I would like to see this in the next releases. Is there anything else I can do to get them accepted? Volker
It's not a thread on the mailing lists, it's https://bugzilla.samba.org/show_bug.cgi?id=6862 Volker
(In reply to comment #1) > Created an attachment (id=4893) [details] > Patch for 3.3 > > This is fixed in master already. See the attached patch rebased on 3.3. > > Volker > Pushed to v3-3-test.
(In reply to comment #2) > Created an attachment (id=4894) [details] > Patch for 3.4 > > Same patch for 3.4. > > Volker > Pushed to v3-4-test.
(In reply to comment #11) > It's not a thread on the mailing lists, it's > > https://bugzilla.samba.org/show_bug.cgi?id=6862 > > Volker > As this one is closed as INVALID and seems to be a client issue, I will close this bug. Please feel free to reopen if it's still an issue. Thanks!