(sorry, now text format) Hello, i have a problem to download files to a samba share with Microsoft Edge. I got the message "file moved or deleted". (I don't know the exact message, because i have a german version of windows). After the download, there are two files in the directory: -rwxrwxr--+ 1 andi andi 0 Okt 28 21:42 xxx.pdf -rwxrwxr--+ 1 andi andi 286444 Okt 28 21:42 xxx.pdf.yex6if3.partial I can reproduce the problem on two computers. Samba Server: Version 4.5.12-Debian If i download to a Synology NAS (smbd Version 4.4.13,Synology Build 15152, Jul 13 2017 04:57:23) i will not get the error. I already tried to copy the configuration from synology to the debian server, but some options are not recognized. I'm not sure if this is a samba or edge problem. But it seems that synology found a solution to get it working. Can anybody give me some hints how to solve this problem or how to debug the problem? Thanks Andi
Hi Andreas, Am 28.10.2017 um 23:13 schrieb Andreas Sachs via samba:> i have a problem to download files to a samba share with Microsoft Edge. I got the message "file moved or deleted". (I don't know the exact message, because i have a german version of windows). > > After the download, there are two files in the directory: > > -rwxrwxr--+ 1 andi andi 0 Okt 28 21:42 xxx.pdf > -rwxrwxr--+ 1 andi andi 286444 Okt 28 21:42 xxx.pdf.yex6if3.partial > > I can reproduce the problem on two computers. > > Samba Server: Version 4.5.12-DebianEdge stores additional information in alternative data streams, what Samba does not provide by default. To enable ADS support, add the "streams_xattr" VFS module to your share's section: vfs objects = streams_xattr I verified this on Windows 10 1709 (all updates applied) and Samba 4.7.0. However, this VFS module currently works only on shares that use POSIX ACLs. If your share has "vfs objects = acl_xattr" enabled, which is always the case on Samba DCs, the share does not work. I opened a BZ against the "streams_xattr" VFS module to track this: https://bugzilla.samba.org/show_bug.cgi?id=13108 Regards, Marc PS: To help users with the same problem finding this information: The Edge error message in English is: {file_name} might have been moved or deleted. Retry|Cancel|View downloads.
Hi Marc, i can confirm that "vfs objects = streams_xattr" solves the problem. Thanks for your help. Andreas Gesendet: Sonntag, 29. Oktober 2017 um 10:50 Uhr Von: "Marc Muehlfeld" <mmuehlfeld at samba.org> An: "Andreas Sachs" <andilist at gmx.de>, samba at lists.samba.org Betreff: Re: [Samba] Edge cannot download to samba share Hi Andreas, Am 28.10.2017 um 23:13 schrieb Andreas Sachs via samba:> i have a problem to download files to a samba share with Microsoft Edge. I got the message "file moved or deleted". (I don't know the exact message, because i have a german version of windows). > > After the download, there are two files in the directory: > > -rwxrwxr--+ 1 andi andi 0 Okt 28 21:42 xxx.pdf > -rwxrwxr--+ 1 andi andi 286444 Okt 28 21:42 xxx.pdf.yex6if3.partial > > I can reproduce the problem on two computers. > > Samba Server: Version 4.5.12-DebianEdge stores additional information in alternative data streams, what Samba does not provide by default. To enable ADS support, add the "streams_xattr" VFS module to your share's section: vfs objects = streams_xattr I verified this on Windows 10 1709 (all updates applied) and Samba 4.7.0. However, this VFS module currently works only on shares that use POSIX ACLs. If your share has "vfs objects = acl_xattr" enabled, which is always the case on Samba DCs, the share does not work. I opened a BZ against the "streams_xattr" VFS module to track this: https://bugzilla.samba.org/show_bug.cgi?id=13108 Regards, Marc PS: To help users with the same problem finding this information: The Edge error message in English is: {file_name} might have been moved or deleted. Retry|Cancel|View downloads.