On 3/27/23 01:45, Jonathan Matthew wrote:
> On systems where we pull in around 100k users from ldap, ypldap uses a
> fair bit of memory (over 300MB peak) moving data from the ldapclient process
> to the main process.
>
> The ldapclient process sends each user and group record to the parent proces
Errata patches for X11 server have been released for OpenBSD 7.1
and 7.2.
Binary updates for the amd64, i386 and arm64 platform are available
via the syspatch utility. Source code patches can be found on the
respective errata page:
https://www.openbsd.org/errata71.html
https://www.openbsd.or
On Wed, Mar 29, 2023 at 06:09:04PM +0200, Claudio Jeker wrote:
> On Wed, Mar 29, 2023 at 10:13:22AM +0200, Theo Buehler wrote:
> > On Wed, Mar 29, 2023 at 09:51:56AM +0200, Claudio Jeker wrote:
> > > In the metrics file the TA is currently reported as:
> > > rpki_client_repository_objects{type="cer
On Wed, Mar 29, 2023 at 10:13:22AM +0200, Theo Buehler wrote:
> On Wed, Mar 29, 2023 at 09:51:56AM +0200, Claudio Jeker wrote:
> > In the metrics file the TA is currently reported as:
> > rpki_client_repository_objects{type="cert",state="valid",name="ripe",carepo="ripe"}
> > 1
> >
> > The carepo
Hi, the name of the shell subprocess is hardcoded in the `script'
command.
The test is as follows:
$ echo $SHELL
/bin/ksh
$ script -c 'echo $0'
Script started, output file is typescript
sh < The correct one should
On Wed, Mar 29, 2023 at 10:22:09AM +0200, Omar Polo wrote:
> mg keeps the path to the last loaded tag file in tagsfn which was used
> both for the lazily loading (now removed) and as a flag to know if any
> tags are currently loaded. It's redundant, we can just check if the
> rb tree is empty inst
On Wed, Mar 29, 2023 at 10:39:29AM +0200, Claudio Jeker wrote:
> The lookup functions for the Adj-RIB-Out trees (prefix_adjout_{get,lookup})
> work mainly with a pt_entry so lets change them.
> Now prefix_adjout_lookup() which returns the first path (in case of
> add-path) is also used by bgpctl co
The lookup functions for the Adj-RIB-Out trees (prefix_adjout_{get,lookup})
work mainly with a pt_entry so lets change them.
Now prefix_adjout_lookup() which returns the first path (in case of
add-path) is also used by bgpctl code-paths and there we want to keep
using bgpd_addr.
This diff changes
mg keeps the path to the last loaded tag file in tagsfn which was used
both for the lazily loading (now removed) and as a flag to know if any
tags are currently loaded. It's redundant, we can just check if the
rb tree is empty instead.
The only difference I can think of is with the corner cases o
On Wed, Mar 29, 2023 at 09:51:56AM +0200, Claudio Jeker wrote:
> In the metrics file the TA is currently reported as:
> rpki_client_repository_objects{type="cert",state="valid",name="ripe",carepo="ripe"}
> 1
>
> The carepo which is a rsync URI for other repositories is just the TAL
> name. Instea
ok?
Index: sys/dev/mii/txphy.c
===
RCS file: /cvs/src/sys/dev/mii/txphy.c,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 txphy.c
--- sys/dev/mii/txphy.c 6 Apr 2022 18:59:29 - 1.12
+++ sys/dev/mii/txphy.c 29 Mar 2023 08:0
In the metrics file the TA is currently reported as:
rpki_client_repository_objects{type="cert",state="valid",name="ripe",carepo="ripe"}
1
The carepo which is a rsync URI for other repositories is just the TAL
name. Instead it may be better to display the first URI from the TAL,
like:
rpki_clien
12 matches
Mail list logo