Hi,
I am getting back to gmon/profil(2), replying to all feedback. Sorry for the
delay.
On Wed, May 03, 2023 at 08:45:39AM -0500, Scott Cheloha wrote:
> On Tue, Apr 11, 2023 at 09:28:31AM +0200, Sebastien Marie wrote:
>
> > One place where I needed to cheat a bit is at moncontrol(0) call in
>
On Fri, May 19, 2023 at 04:17:16PM +1000, Jonathan Matthew wrote:
> We sometimes run into situations where one of the three servers a ypldap
> can talk to will accept a TCP connection but won't do TLS properly, or won't
> perform LDAP searches. ypldap currently only tries servers until one accepts
Hi,
We use the wrong interface and mtu in tcp_mss() to calculate the mss if
the destination address points is a local address. In ip_output() we
use the correct interface and its mtu.
This limits the mss to 1448 if the mtu of the interface it 1500,
instead of using a local 32k mss.
The bigger i
On Fri, 19 May 2023 12:52:30 -0400, A Tammy wrote:
> Will this not potentially break people's setups? I like this change though.
I hope not. The group would only be removed if it matches the user
name and ID and there are no other members.
> This would also make the post pkg_delete output simpl
On 5/19/23 12:24, Todd C. Miller wrote:
> If /etc/usermgmt.conf has a line like:
>
> group =uid
>
> where a new user's group ID in the passwd file is the same as their
> user ID, remove that group when the user is removed. The group is
> only removed if it matches the login name, has a g
If /etc/usermgmt.conf has a line like:
group =uid
where a new user's group ID in the passwd file is the same as their
user ID, remove that group when the user is removed. The group is
only removed if it matches the login name, has a gid that matches
the user's uid, and has no other mem
On Fri, 19 May 2023 13:06:32 +0200, Omar Polo wrote:
> it's currently rendered as
>
> maildir [pathname [junk]]
>
> whereas it really is
>
> maildir [pathname] [junk]
>
> i.e. both the path and `junk' are optional but indipendently so. it's
> quite clear from the grammar in parse.y.
On 5/19/23 07:06, Omar Polo wrote:
> it's currently rendered as
>
> maildir [pathname [junk]]
>
> whereas it really is
>
> maildir [pathname] [junk]
>
> i.e. both the path and `junk' are optional but indipendently so. it's
> quite clear from the grammar in parse.y.
>
> ok?
>
> diff /
> Date: Fri, 19 May 2023 11:35:35 +0200
> From: Claudio Jeker
Hi Claudio,
> On Fri, May 19, 2023 at 06:10:19PM +1000, David Gwynne wrote:
> > On Fri, May 19, 2023 at 08:11:13AM +0200, Claudio Jeker wrote:
> > > On Fri, May 19, 2023 at 01:56:38PM +1000, David Gwynne wrote:
> > > > this is a tiny
it's currently rendered as
maildir [pathname [junk]]
whereas it really is
maildir [pathname] [junk]
i.e. both the path and `junk' are optional but indipendently so. it's
quite clear from the grammar in parse.y.
ok?
diff /usr/src
commit - beb1c6c70ae1e2a18abd99274d326b36106135
Dear all, Claudio,
A series of RRDP outages around the world prompted me to study whether
the subsequent (perhaps even first-ever) RSYNC synchronization can be
optimised for both client and rsync server.
In the RSYNC protocol a file's last modification time and its size are
used to determine whet
> On 19 May 2023, at 19:35, Claudio Jeker wrote:
>
> On Fri, May 19, 2023 at 06:10:19PM +1000, David Gwynne wrote:
>> On Fri, May 19, 2023 at 08:11:13AM +0200, Claudio Jeker wrote:
>>> On Fri, May 19, 2023 at 01:56:38PM +1000, David Gwynne wrote:
this is a tiny slice off a big pfsync diff
On Fri, May 19, 2023 at 06:10:19PM +1000, David Gwynne wrote:
> On Fri, May 19, 2023 at 08:11:13AM +0200, Claudio Jeker wrote:
> > On Fri, May 19, 2023 at 01:56:38PM +1000, David Gwynne wrote:
> > > this is a tiny slice off a big pfsync diff i've been working on. when
> > > you bring pfsync down i
On Fri, May 19, 2023 at 08:11:13AM +0200, Claudio Jeker wrote:
> On Fri, May 19, 2023 at 01:56:38PM +1000, David Gwynne wrote:
> > this is a tiny slice off a big pfsync diff i've been working on. when
> > you bring pfsync down i need it to wait until all the work it's been
> > doing in the network
14 matches
Mail list logo