search for: recvfile

Displaying 20 results from an estimated 23 matches for "recvfile".

2014 May 27
2
Recvfile patch issue with windows.
Hi All, I have a recvfile patch for samba4.1. This patch is working with linux client, But if am trying this with windows client am getting following error in my server. " Unexpected RPC Fragment size! (0)" In client side am getting "Remote procedure call failed and did not execute" And the samba share...
2012 Feb 24
5
How to troubleshoot SMBD high CPU?
We are seeing the SMBD process sitting at 99.9% Are there any step-by-step troubleshooting guides to track the source of the problem? -Jeremy
2009 Dec 23
1
sendfile
Hello Experts: I understand from the samba code (3.0.25) that we use sendfile during client's Read operation. Is there a reason for not using the same for write operation? Is it to do with header processing etc. Thanks for your feedback!
2014 Dec 03
2
Problem with AIO random read
Hello list, I setup Iometer to test AIO for 100% random read. If "Transfer Request Size" is more than or equal to 256 kilobytes,in the beginning the transmission is good. But 3~5 seconds later,the throughput will drop to zero. Server OS: Ubuntu Server 14.04.1 LTS Samba: Version 4.1.6-Ubuntu Dialect: SMB 2.0 AIO settings : aio read size = 1 aio write size = 1 vfs objects =
2019 May 22
0
[Announce] Samba 4.10.4 Available for Download
...==================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.10 release series. Changes since 4.10.3: --------------------- o Jeremy Allison <jra at samba.org> * BUG 13938: s3: SMB1: Don't allow recvfile on stream fsp's. o Douglas Bagnall <douglas.bagnall at catalyst.net.nz> * BUG 13882: py/provision: Fix for Python 2.6. o Tim Beale <timbeale at catalyst.net.nz> * BUG 13873: netcmd: Fix 'passwordsettings --max-pwd-age' command. o Ralph Boehme <slow at samba.or...
2019 May 22
0
[Announce] Samba 4.10.4 Available for Download
...==================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.10 release series. Changes since 4.10.3: --------------------- o Jeremy Allison <jra at samba.org> * BUG 13938: s3: SMB1: Don't allow recvfile on stream fsp's. o Douglas Bagnall <douglas.bagnall at catalyst.net.nz> * BUG 13882: py/provision: Fix for Python 2.6. o Tim Beale <timbeale at catalyst.net.nz> * BUG 13873: netcmd: Fix 'passwordsettings --max-pwd-age' command. o Ralph Boehme <slow at samba.or...
2019 Jul 02
4
[Announce] Samba 4.9.10 Available for Download
...======================================================= Release Announcements --------------------- This is the latest stable release of the Samba 4.9 release series. Changes since 4.9.9: -------------------- o Jeremy Allison <jra at samba.org> * BUG 13938: s3: SMB1: Don't allow recvfile on stream fsp's. * BUG 13956: s3: winbind: Fix crash when invoking winbind idmap scripts. * BUG 13964: smbd does not correctly parse arguments passed to dfree and quota scripts. o Andrew Bartlett <abartlet at samba.org> * BUG 13981: docs: Improve documentation of "lan...
2019 Jul 02
4
[Announce] Samba 4.9.10 Available for Download
...======================================================= Release Announcements --------------------- This is the latest stable release of the Samba 4.9 release series. Changes since 4.9.9: -------------------- o Jeremy Allison <jra at samba.org> * BUG 13938: s3: SMB1: Don't allow recvfile on stream fsp's. * BUG 13956: s3: winbind: Fix crash when invoking winbind idmap scripts. * BUG 13964: smbd does not correctly parse arguments passed to dfree and quota scripts. o Andrew Bartlett <abartlet at samba.org> * BUG 13981: docs: Improve documentation of "lan...
2014 Dec 03
0
Problem with AIO random read
...how many threads does the smbd have active? /proc/pid/tasks will tell you. Also, can you attach to smbd with gdb and show a backtrace? Maybe it does not happen anymore under strace, but could you strace -f that smbd while its running into the issue? Ah, btw, you don't happen to have sendfile/recvfile active? I think those don't play well with aio. With best regards, Volker Lendecke -- SerNet GmbH, Bahnhofsallee 1b, 37081 G?ttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG G?ttingen, HRB 2816, GF: Dr. Johannes Loxen http://www.sernet.de, mailto:kontakt at sernet.de
2014 Dec 04
2
Problem with AIO random read
...anymore under strace, but could you >strace -f that smbd while its running into the issue? When I executed strace on smbd,the error did not occur.(Timing ?) For log.smbd,the highest debug level I could reproduce this error is log level 5. > Ah, btw, you don't happen to have sendfile/recvfile active? > I think those don't play well with aio. # testparm -sv 2>/dev/null|grep -E 'receivefile|sendfile' min receivefile size = 0 use sendfile = No This symptom did not occur in Samba-4.0.13,but it occur after upgrading to Samba-4.0.14. So I use Samba-4.0.13...
2013 May 23
2
[Announce] Samba 4.0.6 Available for Download : crash of winbind after ls -la ...sysvol
...gt; o Fix crash during Win8 sync (bug #9822). > o Fix segfault when loging in with wrong password from w2k8r2 (bug #9834). > > > Changes since 4.0.5: > -------------------- > > o Jeremy Allison <jra at samba.org> > * BUG 9412: SMB2 server doesn't support recvfile. > * BUG 9722: Properly handle oplock breaks in compound requests. > * BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead > of talloc and doesn't cope with directories being modified whilst reading. > * BUG 9811: Old DOS SMB CTEMP request uses...
2013 May 21
0
[Announce] Samba 4.0.6 Available for Download
...Major enhancements in Samba 4.0.6 include: o Fix crash during Win8 sync (bug #9822). o Fix segfault when loging in with wrong password from w2k8r2 (bug #9834). Changes since 4.0.5: -------------------- o Jeremy Allison <jra at samba.org> * BUG 9412: SMB2 server doesn't support recvfile. * BUG 9722: Properly handle oplock breaks in compound requests. * BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead of talloc and doesn't cope with directories being modified whilst reading. * BUG 9811: Old DOS SMB CTEMP request uses a non-VFS function t...
2013 May 21
0
[Announce] Samba 4.0.6 Available for Download
...Major enhancements in Samba 4.0.6 include: o Fix crash during Win8 sync (bug #9822). o Fix segfault when loging in with wrong password from w2k8r2 (bug #9834). Changes since 4.0.5: -------------------- o Jeremy Allison <jra at samba.org> * BUG 9412: SMB2 server doesn't support recvfile. * BUG 9722: Properly handle oplock breaks in compound requests. * BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead of talloc and doesn't cope with directories being modified whilst reading. * BUG 9811: Old DOS SMB CTEMP request uses a non-VFS function t...
2012 Jan 25
1
[Announce] Samba 3.6.2 Available for Download
...a symlink if the symlink target is outside of * the share. * BUG 8664: Fix renaming a symlink if the symlink target is outside of the share. * BUG 8673: Fix NT ACL issue. * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic analyzer. * BUG 8679: recvfile code path using splice() on Linux leaves data in the pipe on short write. * BUG 8687: Fix typo in 'net memberships' usage. * BUG 8710: Fix major leak with SMB2 in connections.tdb. * Fix a crash bug in the spoolss code. * Add new contributing FAQ announcing acceptance o...
2012 Jan 25
1
[Announce] Samba 3.6.2 Available for Download
...a symlink if the symlink target is outside of * the share. * BUG 8664: Fix renaming a symlink if the symlink target is outside of the share. * BUG 8673: Fix NT ACL issue. * BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic analyzer. * BUG 8679: recvfile code path using splice() on Linux leaves data in the pipe on short write. * BUG 8687: Fix typo in 'net memberships' usage. * BUG 8710: Fix major leak with SMB2 in connections.tdb. * Fix a crash bug in the spoolss code. * Add new contributing FAQ announcing acceptance o...
2014 Jun 05
0
PhpLdapAdmin
...; 16. Re: Problems after PC is joined to the domain - Samba 4 > (L.P.H. van Belle) > 17. Re: shadow_copy2 writable? (Tom Jermy) > 18. Testing samba4 connection on Windows (Koenraad Lelong) > 19. Re: Problems after PC is joined to the domain - Samba 4 (steve) > 20. Re: Recvfile patch issue with windows. (sp bglr) > 21. Re: Problems after PC is joined to the domain - Samba 4 (steve) > 22. Win7 login sloooooow (Klaus Hartnegg) > 23. Samba 4.1.7 + CentOS 6.5 - Home's directory mounting in W7 + > Roaming of Profils (Pascal Bl?tard) > 24. FW: C...
2014 Jun 05
1
4.2
...; 16. Re: Problems after PC is joined to the domain - Samba 4 > (L.P.H. van Belle) > 17. Re: shadow_copy2 writable? (Tom Jermy) > 18. Testing samba4 connection on Windows (Koenraad Lelong) > 19. Re: Problems after PC is joined to the domain - Samba 4 (steve) > 20. Re: Recvfile patch issue with windows. (sp bglr) > 21. Re: Problems after PC is joined to the domain - Samba 4 (steve) > 22. Win7 login sloooooow (Klaus Hartnegg) > 23. Samba 4.1.7 + CentOS 6.5 - Home's directory mounting in W7 + > Roaming of Profils (Pascal Bl?tard) > 24. FW: C...
2012 Mar 12
0
[ANNOUNCE] Samba 3.5.13 Available for Download
...ritable entries on a directory with no stored ACL. * BUG 8663: Fix deleting a symlink if the symlink target is outside of the * share. * BUG 8664: Fix renaming a symlink if the symlink target is outside of the share. * BUG 8673: Fix NT ACL issue. * BUG 8679: Make sure that recvfile code path using splice() on Linux does not leave data in the pipe on short write. * BUG 8687: Fix typo in 'net memberships' usage. o Christian Ambach <christian.ambach at de.ibm.com> * BUG 8658: Add timeouts to Winbind cache. o Andrew Bartlett <abartlet at sam...
2012 Mar 12
0
[ANNOUNCE] Samba 3.5.13 Available for Download
...ritable entries on a directory with no stored ACL. * BUG 8663: Fix deleting a symlink if the symlink target is outside of the * share. * BUG 8664: Fix renaming a symlink if the symlink target is outside of the share. * BUG 8673: Fix NT ACL issue. * BUG 8679: Make sure that recvfile code path using splice() on Linux does not leave data in the pipe on short write. * BUG 8687: Fix typo in 'net memberships' usage. o Christian Ambach <christian.ambach at de.ibm.com> * BUG 8658: Add timeouts to Winbind cache. o Andrew Bartlett <abartlet at sam...
2013 May 23
0
[Announce] Samba 4.0.6 Available for Download : crash of winbind after ls -la ...sysvol
...gt; o Fix crash during Win8 sync (bug #9822). > o Fix segfault when loging in with wrong password from w2k8r2 (bug #9834). > > > Changes since 4.0.5: > -------------------- > > o Jeremy Allison <jra at samba.org> > * BUG 9412: SMB2 server doesn't support recvfile. > * BUG 9722: Properly handle oplock breaks in compound requests. > * BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead > of talloc and doesn't cope with directories being modified whilst reading. > * BUG 9811: Old DOS SMB CTEMP request uses...