search for: backoff

Displaying 20 results from an estimated 116 matches for "backoff".

2009 Jan 23
4
sshd exponential backoff patch
hi, I wrote a patch to openssh sshd.c which enables "exponential backoff", so that an attacker cannot brute force your password by making hundreds of login attempts. here is the code: http://sam.nipl.net/sshd-backoff/ An attacker who fails to login is locked out (by IP address) for 1 minute, and the lockout period doubles for each failed login after that. Norm...
2004 Dec 17
2
Time to add exponential backoff for SSH interactive login failures?
...t everyone has their own needs and considerations. This could be made configurable. -Jay -----Original Message----- From: Rick Jones [mailto:rick.jones2 at hp.com] Sent: Wednesday, December 15, 2004 8:09 PM To: Jay Libove Cc: openssh-unix-dev at mindrot.org Subject: Re: Time to add exponential backoff for SSH interactive login failures? > Discussion, pros/cons? I think it would be good to be a triffle more gentle on the honest but fumble-fingered and only start the backoff after say the third failed login attempt. rick jones
2009 Jan 25
1
Fwd: Re: sshd exponential backoff patch
> This is a really nice idea. However, I'm not so hot on making a core > utility such as OpenSSH reliant on a library that isn't by default > available on most platforms. It could be done differently. I'm surprised that you think berkeley db would not be available on most platforms by default. Anyway it should be a compile-time (and run time) configurable option, so if the
2023 Oct 10
1
Is it possible to reduce the number of workers for rpcd_winreg?
...he servers have 1-2GB of ram assigned so they start swapping everytime an user logs on. The processes disappear after 1-2 Minutes and the free memory goes back from 50MB to ~1.2GB (on an 2GB server). Is there a way to limit the number of workers so i can avoid swapping? So far i found "prefork backoff increment", "prefork children" and "prefork maximum backoff" variables which are related to the workers but these are not helpful in my case. The operating system is debian bookworm. smb.conf [global] ??????? workgroup = DOMAIN ??????? realm = domain.loc ??????? netbios...
2019 Jan 21
0
[Announce] Samba 4.10.0rc1 Available for Download
...The 'samba-tool group list --verbose' command has also been updated to include the number of users in each group. prefork process restart ----------------------- The pre-fork process model now restarts failed processes. The delay between restart attempts is controlled by the "prefork backoff increment" (default = 10) and "prefork maximum backoff" (default = 120) smbd.conf parameters. A linear back off strategy is used with "prefork backoff increment" added to the delay between restart attempts up until it reaches "prefork maximum backoff". Using the...
2019 Jan 21
0
[Announce] Samba 4.10.0rc1 Available for Download
...The 'samba-tool group list --verbose' command has also been updated to include the number of users in each group. prefork process restart ----------------------- The pre-fork process model now restarts failed processes. The delay between restart attempts is controlled by the "prefork backoff increment" (default = 10) and "prefork maximum backoff" (default = 120) smbd.conf parameters. A linear back off strategy is used with "prefork backoff increment" added to the delay between restart attempts up until it reaches "prefork maximum backoff". Using the...
2023 Oct 10
1
Is it possible to reduce the number of workers for rpcd_winreg?
...1-2GB of ram assigned so they start swapping everytime an user logs on. The > processes disappear after 1-2 Minutes and the free memory goes back from 50MB to ~1.2GB (on an 2GB server). > Is there a way to limit the number of workers so i can avoid swapping? > So far i found "prefork backoff increment", "prefork children" and "prefork maximum backoff" variables which are related to the workers but these are not helpful in my case. > > The operating system is debian bookworm. > > smb.conf > > [global] > ??????? workgroup = DOMAIN > ??????...
2019 Feb 06
0
[Announce] Samba 4.10.0rc2 Available for Download
...The 'samba-tool group list --verbose' command has also been updated to include the number of users in each group. prefork process restart ----------------------- The pre-fork process model now restarts failed processes. The delay between restart attempts is controlled by the "prefork backoff increment" (default = 10) and "prefork maximum backoff" (default = 120) smbd.conf parameters. A linear back off strategy is used with "prefork backoff increment" added to the delay between restart attempts up until it reaches "prefork maximum backoff". Using the...
2019 Feb 06
0
[Announce] Samba 4.10.0rc2 Available for Download
...The 'samba-tool group list --verbose' command has also been updated to include the number of users in each group. prefork process restart ----------------------- The pre-fork process model now restarts failed processes. The delay between restart attempts is controlled by the "prefork backoff increment" (default = 10) and "prefork maximum backoff" (default = 120) smbd.conf parameters. A linear back off strategy is used with "prefork backoff increment" added to the delay between restart attempts up until it reaches "prefork maximum backoff". Using the...
2017 Jan 17
4
[PATCH v2 0/3] Allow ASYNC flip with atomic helpers.
This series is a folow-up on https://patchwork.kernel.org/patch/9501787/ The first patch makes changes to atomic helpers to allow for drives with ASYNC flip support to use them. Patch 2 is to use this in AMDGPU/DC. Patch 3 is possible cleanup in nouveau/kms who seems to have to duplicate the helper as we did to support ASYNC flips. v2: Resend drm/atomic: Save flip flags in drm_plane_state
2017 Jan 17
0
[PATCH v2 3/3] drm/nouveau/kms/nv50: Switch to using atomic helper for flip.
...("[CRTC:%d] disabled, rejecting legacy flip\n", - crtc->base.id); - ret = -EINVAL; - goto fail; - } - - if (flags & DRM_MODE_PAGE_FLIP_ASYNC) - nv50_wndw_atom(plane_state)->interval = 0; - - ret = drm_atomic_nonblocking_commit(state); -fail: - if (ret == -EDEADLK) - goto backoff; - - drm_atomic_state_put(state); - return ret; - -backoff: - drm_atomic_state_clear(state); - drm_atomic_legacy_backoff(state); - - /* - * Someone might have exchanged the framebuffer while we dropped locks - * in the backoff code. We need to fix up the fb refcount tracking the - * core does fo...
1997 Dec 18
0
Samba performance on Fast Ethernet network when linked to Win95
...s about 5% and the "collisions LED" is on merely all the > time. This doesn't look like a problem in either the TCP implementation or the application level software on either machine. Two possible explanations spring to mind: 1. The ethernet cards are having problems with their backoff algorithm. When a transmitting card detects a collision it will back off for a random amount of time between 0 and 1 units. If another collision occurs then each transmitting card backs off for a random period of time between 0 and 3 units etc until the interval is 0-1023 whic...
2019 Feb 22
0
[Announce] Samba 4.10.0rc3 Available for Download
...The 'samba-tool group list --verbose' command has also been updated to include the number of users in each group. Prefork process restart ----------------------- The pre-fork process model now restarts failed processes. The delay between restart attempts is controlled by the "prefork backoff increment" (default = 10) and "prefork maximum backoff" (default = 120) smbd.conf parameters. A linear back off strategy is used with "prefork backoff increment" added to the delay between restart attempts up until it reaches "prefork maximum backoff". Using the...
2019 Feb 22
0
[Announce] Samba 4.10.0rc3 Available for Download
...The 'samba-tool group list --verbose' command has also been updated to include the number of users in each group. Prefork process restart ----------------------- The pre-fork process model now restarts failed processes. The delay between restart attempts is controlled by the "prefork backoff increment" (default = 10) and "prefork maximum backoff" (default = 120) smbd.conf parameters. A linear back off strategy is used with "prefork backoff increment" added to the delay between restart attempts up until it reaches "prefork maximum backoff". Using the...
2017 Jan 29
7
[v3 PATCH 0/3] Allow ASYNC flip with atomic helpers.
This series is a folow-up on https://patchwork.kernel.org/patch/9501787/ The first patch makes changes to atomic helpers to allow for drives with ASYNC flip support to use them. Patch 2 is to use this in AMDGPU/DC. Patch 3 is possible cleanup in nouveau/kms who seems to have to duplicate the helper as we did to support ASYNC flips. v2: Resend drm/atomic: Save flip flags in drm_plane_state
2017 Jan 16
0
[PATCH 3/4] drm/amd/display: Switch to using atomic_helper for flip.
...= false; - if (!crtc_state->active) { - DRM_DEBUG_ATOMIC("[CRTC:%d] disabled, rejecting legacy flip\n", - crtc->base.id); - ret = -EINVAL; - goto fail; - } - acrtc->flip_flags = flags; - - ret = drm_atomic_nonblocking_commit(state); - -fail: - if (ret == -EDEADLK) - goto backoff; - - if (ret) - drm_crtc_vblank_put(crtc); - - drm_atomic_state_put(state); - - return ret; -backoff: - drm_atomic_state_clear(state); - drm_atomic_legacy_backoff(state); - - /* - * Someone might have exchanged the framebuffer while we dropped locks - * in the backoff code. We need to fix up the...
2017 Jan 16
12
[PATCH 0/4] Allow ASYNC flip with atomic helpers.
This series is a folow-up on https://patchwork.kernel.org/patch/9501787/ The first patch makes changes to atomic helpers to allow for drives with ASYNC flip support to use them. Patches 2 and 3 are to use this in AMDGPU/DC and patch 4 is possible cleanup in nouveau/kms who seems to have the duplicate the helper as we did to support ASYNC flips. Andrey Grodzovsky (4): drm/atomic: Save flip
2019 Mar 06
0
[Announce] Samba 4.10.0rc4 Available for Download
...ce restrictions using the LDAP filter expression. For further details see https://wiki.samba.org/index.php/Paged_Results Prefork process restart ----------------------- The pre-fork process model now restarts failed processes. The delay between restart attempts is controlled by the "prefork backoff increment" (default = 10) and "prefork maximum backoff" (default = 120) smbd.conf parameters. A linear back off strategy is used with "prefork backoff increment" added to the delay between restart attempts up until it reaches "prefork maximum backoff". Using the...
2019 Mar 06
0
[Announce] Samba 4.10.0rc4 Available for Download
...ce restrictions using the LDAP filter expression. For further details see https://wiki.samba.org/index.php/Paged_Results Prefork process restart ----------------------- The pre-fork process model now restarts failed processes. The delay between restart attempts is controlled by the "prefork backoff increment" (default = 10) and "prefork maximum backoff" (default = 120) smbd.conf parameters. A linear back off strategy is used with "prefork backoff increment" added to the delay between restart attempts up until it reaches "prefork maximum backoff". Using the...
2017 Jan 16
4
[PATCH 3/4] drm/amd/display: Switch to using atomic_helper for flip.
...TOMIC("[CRTC:%d] disabled, rejecting legacy flip\n", > - crtc->base.id); > - ret = -EINVAL; > - goto fail; > - } > - acrtc->flip_flags = flags; > - > - ret = drm_atomic_nonblocking_commit(state); > - > -fail: > - if (ret == -EDEADLK) > - goto backoff; > - > - if (ret) > - drm_crtc_vblank_put(crtc); > - > - drm_atomic_state_put(state); > - > - return ret; > -backoff: > - drm_atomic_state_clear(state); > - drm_atomic_legacy_backoff(state); > - > - /* > - * Someone might have exchanged the framebuffer while...