similar to: smb2 max credits did not work as expected

Displaying 20 results from an estimated 6000 matches similar to: "smb2 max credits did not work as expected"

2023 Mar 07
1
smb2 max credits did not work as expected
On 3/7/23 13:12, jie wang via samba wrote: > Hi, all, > I set smb2 max credits = 70 in smb.conf, but I find more than 200 > read requests > were sent to server in 3 seconds, and has no response during this > period. Each read request's > read len is 2MB, and they share the same "credit charge: 32". > I want to restrict the read request number outstanding at
2023 Aug 21
1
Increase data length for SMB2 write and read requests for Windows 10 clients
On Mon, Aug 21, 2023 at 03:19:59PM +0200, Ralph Boehme wrote: >On 8/21/23 11:53, Jones Syue ??? via samba wrote: >>>OH - that's *really* interesting ! I wonder how it is >>>changing the SMB3+ redirector to do this ? >> >>It looks like applications could do something and give a hint to SMB3+ >>redirector, so far not quite sure how to make it, >>per
2023 Aug 21
2
Increase data length for SMB2 write and read requests for Windows 10 clients
Hello Jeremy, > OH - that's *really* interesting ! I wonder how it is > changing the SMB3+ redirector to do this ? It looks like applications could do something and give a hint to SMB3+ redirector, so far not quite sure how to make it, per process monitor (procmon) could show that write I/O size seems could be pass from the application layers,
2023 Jul 12
3
Test-ComputerSecureChannel -Verbose False since windows 10/11 update 07/2023
Hello, since we install the most recent windows updates from 07/2023 Test-ComputerSecureChannel -Verbose show False [4]. Moved the machine to local workgroup, deleted machine account on the ad controller and rejoined it (which works), but Test-ComputerSecureChannel -Verbose show again False. I'm not sure this is an issue on the samba or on the windows side. Affected samba versions so far:
2023 Jul 14
1
Test-ComputerSecureChannel -Verbose False since windows 10/11 update 07/2023
On 7/14/23 07:42, Daniel M?ller wrote: > Where to get the patch? > We are running samba 4.17.4 on debian11 . We compiled from source. it's linked in the bugreport https://bugzilla.samba.org/show_bug.cgi?id=15418 <https://cpaste.org/?df0494cac0063e2e#Cx69G684EBPQ71S6sAUVXSYburgV6gPyKHfPSbfmHZPJ> Hth! -slow -- Ralph Boehme, Samba Team https://samba.org/
2023 Jul 14
1
Test-ComputerSecureChannel -Verbose False since windows 10/11 update 07/2023
Where to get the patch? We are running samba 4.17.4 on debian11 . We compiled from source. Greetings Daniel -----Urspr?ngliche Nachricht----- Von: Ralph Boehme via samba [mailto:samba at lists.samba.org] Gesendet: Donnerstag, 13. Juli 2023 18:40 An: samba <samba at lists.samba.org> Betreff: Re: [Samba] Test-ComputerSecureChannel -Verbose False since windows 10/11 update 07/2023 Hi
2023 Jul 14
1
Test-ComputerSecureChannel -Verbose False since windows 10/11 update 07/2023
Hello all, https://bugzilla.samba.org/show_bug.cgi?id=15418#c20 "This could be a shortterm fix in order to behave like an unpatched windows server" What is the attack scenario of an unpatched windows server? After all Microsoft likely patched to fix an issue, the short term solution probably restores not only NLA but also the vulnerability.. I am not arguing against the fix, as the
2023 Jul 05
1
Synology shares not accessible...
Yes, in my opinion quite an arrogancy... This is the translation of what I got from the supporter: "Our developers have discussed and have concluded that we stand by our previous statement and define the problem as a problem of Samba AD Server (4.17.*). Although Synology is an open source product based on Samba, but we don't always stick to it and adapt our own code in many
2023 Aug 18
1
...or howto change vfs_acl_xattr options inplace without changing access rights
Sebastian Neustein wrote: > I have to migrate our data from one old samba server to a new one. Due > to various reasons we had to change some settings. Now I struggle to > get the acls right. > ?Previously the acls were stored via posix and extended attributes, > now they are stored only in extended attributes With the default settings of vfs_acl_xattr samba takes posix acls
2023 Aug 21
1
...or howto change vfs_acl_xattr options inplace without changing access rights
Hi Ralph > On 8/18/23 09:55, Sebastian Neustein via samba wrote: >> With the default settings of vfs_acl_xattr samba takes posix acls >> into account when delivering data - how can I activate >> "acl_xattr:ignore system acls = yes" >> without loosing the information saved in posix acls? Background: our >> future file system won't be able to support
2024 Nov 11
1
Accessing Samba domain member shares from trusted domain
Is it described anywhere how to setup a domain member to share to a trusted AD domain? Thanks, Rob -----Original Message----- From: samba <samba-bounces at lists.samba.org> On Behalf Of Ralph Boehme via samba Sent: Friday, November 8, 2024 4:35 PM To: samba at lists.samba.org Subject: Re: [Samba] Accessing Samba domain member shares from trusted domain On 11/8/24 9:33 PM, Rowland Penny
2023 Jun 30
2
Group memberships on Linux AD Member (syncing randomly)
Hi, I'm running Samba Active Directory 4.16.9 with packages from Sernet. Domain members are Linux servers (Ubuntu 20.04, RHEL 8) with Sernet Samba 4.16.x. I'm getting crazy with group memberships syncing from AD to Linux members. It is completely random as when changes in AD group are visible in Linux OS (or more precise: winbind), it might take minutes, hours or days as when these
2023 Mar 27
1
SambaXP '23
Hi all! The 22nd International User and Developer Conference sambaXP will take place from 9th - 11th of May 2020 in G?ttingen, Germany. https://sambaxp.org/ New for this year's event: the Microsoft Interoperability Track on day 2. Looking forward to meet you there! -slow -- Ralph Boehme, Samba Team https://samba.org/ SerNet Samba Team Lead
2024 May 28
1
Async Query Directory (for VFS)
Thanks Ralph. Unfortunately that option doesn?t quite solve it. However even if it did, it?d still be good to add Async support for such queries. If there is WIP then I can look into finishing off the code myself. Can you point me to any branch that has this WIP? Looking through Samba source3 internals, it looks somewhat straightforward to add primitive support along the lines of Async pread,
2023 Nov 15
1
understanding stat cache
Hello Ralph, Thanks for that hint about case sensitivity's performance penalty. For clarifaction: The user is doing mainly reads, so does the "create" you mention also cover opening/reading files? If only _creation_ of files is suffering from that we probably have some other/further performance issue. We have gpfs, which does not offer a case-insensitive mode, neither does the
2024 Nov 22
1
Accessing Samba domain member shares from trusted domain
Hi Ralph When you said I can't use idmap_ad in my trusting domain because 'we're not allowed to talk to a DC in the trusted domain', does that still apply even if we can provide a read-only DC from the trusted domain inside the trusting domain network? Thanks, Rob -----Original Message----- From: Ralph Boehme <slow at samba.org> Sent: Tuesday, November 12, 2024 12:59
2024 Aug 19
1
Spotlight & accented characters in share name
Hi Ralph, Someone has created this: https://bugzilla.samba.org/show_bug.cgi?id=15379 Looks like the same issue. What?s a good way to fund this? Buy Samba+ and/or support from SerNet, make a donation through samba.org or something else? -Perttu > On 19. Aug 2024, at 16.21, Ralph Boehme <slow at samba.org> wrote: > > ?Interesting. This will likely take a day or two to diagnose
2023 Mar 11
1
Azure AD Sync support in 4.18.0
On Sat, 2023-03-11 at 07:38 +0100, Ralph Boehme wrote: > On 3/11/23 04:33, Andrew Bartlett via samba wrote: > > On Fri, 2023-03-10 at 13:06 -0800, Ray Klassen via samba wrote: > > > I'm very interested in this. Can one of the devs elaborate on what has been > > > accomplished with this? Specifically, I'd like to know if the support is > > > bidirectional
2023 May 04
2
client-side symlinks ?
Hi! Is it possible for windows to actually see and use symlinks on samba server? Windows NTFS does have notion of junctions and symbolic links, so when one open file A (which is a symbolic link), windows actually opens file B. Can such mechanism be used when A is on samba share? This is probably a protocol question more than samba question. Thanks, /mjt
2023 May 30
1
What happens to a Samba share if the shared disk goes offline?
We had a recent data loss event that we're trying to analyze to learn what happened. On one of our Linux VMs, the /var partition suddenly went offline, which is never a good thing. (Later reboots revealed a corrupted filesystem that needed to be repaired, resulting in data loss.) Nothing could be written to /var, including logs in /var/log, but the VM continued to run. On that VM, we had a