[OE-core] [openembedded-core V3][master][PATCH]xinetd: use monotonic time

2024-07-30 Thread Li Wang via lists.openembedded.org
when using xinet.d to limit rsync connections and time is set back, the connection limit is reached very quickly and rsync gets deactivated, if time is changed again, rsync is never reactivated. date -s "xxx" xinetd[xxx]: Deactivating service rsync due to excessive incoming connections. Restartin

Re: [OE-core] [openembedded-core V2][master][PATCH]xinetd: use monotonic time

2024-07-29 Thread Li Wang via lists.openembedded.org
On 7/30/2024 02:50, Alexander Kanavin wrote: On Mon, 29 Jul 2024 at 16:48, Li Wang via lists.openembedded.org wrote: when using xinet.d to limit rsync connections and time is set back, the connection limit is reached very quickly and rsync gets deactivated, if time is changed again, rsync is

[OE-core] [openembedded-core V2][master][PATCH]xinetd: use monotonic time

2024-07-29 Thread Li Wang via lists.openembedded.org
when using xinet.d to limit rsync connections and time is set back, the connection limit is reached very quickly and rsync gets deactivated, if time is changed again, rsync is never reactivated. date -s "xxx" xinetd[xxx]: Deactivating service rsync due to excessive incoming connections. Restartin

[OE-core] [openembedded-core][master][PATCH] use monotonic time

2024-07-26 Thread Li Wang via lists.openembedded.org
when using xinet.d to limit rsync connections and time is set back, the connection limit is reached very quickly and rsync gets deactivated, if time is changed again, rsync is never reactivated. date -s "xxx" xinetd[xxx]: Deactivating service rsync due to excessive incoming connections. Restartin

[oe-core][Kirkstone][PATCH] systemtap_git: fix used uninitialized error

2023-11-26 Thread Li Wang via lists.openembedded.org
bpf-translate.cxx: error: 'this_column_size' may be used uninitialized in this function [-Werror=maybe-uninitialized] bpf-translate.cxx: error: 'num' may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: Li Wang --- ...x-Prevent-Werror-maybe-uninitialized.patc