Re: witness report: vmmaplk, inode

2018-06-12 Thread Rafael Sadowski
On Wed Jun 13, 2018 at 07:47:42AM +1200, richard.n.proc...@gmail.com wrote: > Hi, > > I found this witness log on my computestick but not here. > > I was doing little at the time besides using emacs and some vanilla > chrome and possibly firefox. Hope it's of use. > > cheers, > Richard. >

Re: reduce usage of mbuf cluster

2018-06-12 Thread YASUOKA Masahiko
On Wed, 13 Jun 2018 00:34:28 +0200 Alexander Bluhm wrote: > On Tue, Jun 12, 2018 at 01:46:48PM +0900, YASUOKA Masahiko wrote: >> > I found this because I wonder why my company, IIJ's HTTP proxy servers >> > started using a lot of mbuf clusters after a certain version. > > Are you using IPv4 or

Re: [patch] crontab(5) add -n option to suppress mail when the run was successful

2018-06-12 Thread Theo de Raadt
Job Snijders wrote: > On Tue, Jun 12, 2018 at 09:54:47AM -0600, Theo de Raadt wrote: > > I would prefer if the -q and -n descriptions were in a table. I dislike > > the ancient style of describing such things inline (harder to spot). > > And it really falls down when there are multiple ones.

Re: reduce usage of mbuf cluster

2018-06-12 Thread Claudio Jeker
On Wed, Jun 13, 2018 at 12:34:28AM +0200, Alexander Bluhm wrote: > On Tue, Jun 12, 2018 at 01:46:48PM +0900, YASUOKA Masahiko wrote: > > > I found this because I wonder why my company, IIJ's HTTP proxy servers > > > started using a lot of mbuf clusters after a certain version. > > Are you using

Re: reduce usage of mbuf cluster

2018-06-12 Thread Alexander Bluhm
On Tue, Jun 12, 2018 at 01:46:48PM +0900, YASUOKA Masahiko wrote: > > I found this because I wonder why my company, IIJ's HTTP proxy servers > > started using a lot of mbuf clusters after a certain version. Are you using IPv4 or IPv6? > > + if (m->m_len + sizeof(struct tcphdr) >=

Re: Odd Public WiFi breaks dhclient(8) but works for iPhone (Fix!)

2018-06-12 Thread Claudio Jeker
On Tue, Jun 12, 2018 at 06:01:49PM -0400, Kenneth R Westerback wrote: > On Sun, Jun 10, 2018 at 02:15:09PM -0400, Kenneth R Westerback wrote: > > On Sat, Jun 09, 2018 at 02:10:09PM +0200, Claudio Jeker wrote: > > > On Sat, Jun 09, 2018 at 01:31:20PM +0200, Martin Pieuchot wrote: > > > > On

Re: Odd Public WiFi breaks dhclient(8) but works for iPhone (Fix!)

2018-06-12 Thread Kenneth R Westerback
On Sun, Jun 10, 2018 at 02:15:09PM -0400, Kenneth R Westerback wrote: > On Sat, Jun 09, 2018 at 02:10:09PM +0200, Claudio Jeker wrote: > > On Sat, Jun 09, 2018 at 01:31:20PM +0200, Martin Pieuchot wrote: > > > On 08/06/18(Fri) 18:06, Kenneth R Westerback wrote: > > > > Testing at the alternate

witness report: vmmaplk, inode

2018-06-12 Thread richard . n . procter
Hi, I found this witness log on my computestick but not here. I was doing little at the time besides using emacs and some vanilla chrome and possibly firefox. Hope it's of use. cheers, Richard. OpenBSD 6.3-current (GENERIC.MP) #10: Mon Jun 11 14:02:36 NZST 2018

Re: [patch] crontab(5) add -n option to suppress mail when the run was successful

2018-06-12 Thread Job Snijders
On Tue, Jun 12, 2018 at 09:54:47AM -0600, Theo de Raadt wrote: > I would prefer if the -q and -n descriptions were in a table. I dislike > the ancient style of describing such things inline (harder to spot). > And it really falls down when there are multiple ones. How do you > feel about that

kqueue: move members from filedesc to kqueue

2018-06-12 Thread Anton Lindqvist
Hi, This diff moves the kqueue related members from struct filedesc to struct kqueue with the prime motivation of fixing a panic in knote_processexit() that can occur when the filedesc is gone. Since filedesc is no longer shared between kqueues belong to the same process, I added a list of the

Re: [patch] crontab(5) add -n option to suppress mail when the run was successful

2018-06-12 Thread Theo de Raadt
Todd C. Miller wrote: > > --- usr.sbin/cron/crontab.5 > > +++ usr.sbin/cron/crontab.5 > > @@ -193,14 +193,27 @@ will be changed into newline characters, and all data > > after the first > > .Ql % > > will be sent to the command as standard input. > > +.Pp > > +If the > > +.Ar command > >

Re: [patch] crontab(5) add -n option to suppress mail when the run was successful

2018-06-12 Thread Todd C. Miller
This is an oft-requested feature. The diff looks good, I've made some minor comments in-line. - todd On Mon, 11 Jun 2018 20:23:11 -, Job Snijders wrote: > diff --git usr.sbin/cron/crontab.5 usr.sbin/cron/crontab.5 > index 9c2e651980a..700010faadf 100644 > --- usr.sbin/cron/crontab.5 > +++

Re: libcrypto "Client DoS due to large DH parameter"

2018-06-12 Thread Stuart Henderson
On 2018/06/12 16:47, Theo Buehler wrote: > On Tue, Jun 12, 2018 at 03:24:39PM +0100, Stuart Henderson wrote: > > from https://github.com/openssl/openssl/commit/3984ef0b7 (advisory forwarded > > below). is it ok to just use this directly? > > > > Index: dh_key.c > >

CVE-2018-12015: Directory Traversal in Archive::Tar

2018-06-12 Thread Silamael
Hi, The version of Archive::Tar part of the base system's Perl contains CVE-2018-12015: Original bug report: https://rt.cpan.org/Public/Bug/Display.html?id=125523 Original commit with the fix: https://github.com/jib/archive-tar-new/commit/ae65651eab053fc6dc4590dbb863a268215c1fc5 The

Re: [patch] xargs - few allocation size fixes

2018-06-12 Thread Todd C. Miller
On Tue, 12 Jun 2018 13:29:08 -, David CARLIER wrote: > here a little patch proposal for xargs command line. That fix is correct. I'll commit it unless there are objections. - todd

libcrypto "Client DoS due to large DH parameter"

2018-06-12 Thread Stuart Henderson
s also available in commit ea7abeeab (for 1.1.0) and commit 3984ef0b7 (for 1.0.2) in the OpenSSL git repository. This issue was reported to OpenSSL on 5th June 2018 by Guido Vranken who also developed the fix. References == URL for this Security Advisory: https://www.openssl.org/news/secadv/20

[patch] xargs - few allocation size fixes

2018-06-12 Thread David CARLIER
Hi, here a little patch proposal for xargs command line. Thanks. Kind regards. Index: xargs.c === RCS file: /cvs/src/usr.bin/xargs/xargs.c,v retrieving revision 1.33 diff -u -p -r1.33 xargs.c --- xargs.c 16 Oct 2017 13:10:50 -

Re: [patch] crontab(5) add -n option to suppress mail when the run was successful

2018-06-12 Thread Craig Skinner
On Mon, 11 Jun 2018 20:23:11 + Job Snijders wrote: > > With the above example crontab(5) entry you'll only receive a mail > from cron(8) if the cp(1) encountered some kind of error. Good one Job. Related: https://marc.info/?l=openbsd-tech=142075623225995 Cheers, -- Craig Skinner