Re: vmctl: invalid parent template error

2019-08-12 Thread Mike Larkin
On Mon, Aug 12, 2019 at 06:20:23PM +0200, Anton Lindqvist wrote: > On Mon, Aug 12, 2019 at 02:52:46PM +0200, Klemens Nanni wrote: > > On Mon, Aug 12, 2019 at 02:14:42PM +0200, Anton Lindqvist wrote: > > > Hi, > > > I recently fat fingered the vm template passed to vmctl and was greeted > > > with t

Re: Fix a segmentation fault in awk

2019-08-12 Thread Chris Cappuccio
Frederic Cambus [f...@statdns.com] wrote: > > [1] http://distcache.FreeBSD.org/ports-distfiles/nawk-20121220/awk.tar.gz > Following the lack of hosting from Bell Labs, the post-2012 tree is on Github. Brian Kernighan's page now points to: https://github.com/onetrueawk/awk Looking through the

Re: Fix a segmentation fault in awk

2019-08-12 Thread Chris Cappuccio
Andras Farkas [deepbluemist...@gmail.com] wrote: > On Mon, Aug 12, 2019 at 3:45 PM Frederic Cambus wrote: > > Hi tech@, > > Here is a diff to fix a segmentation fault in awk, from upstream > > version 20121220 [1]. Upstream fix didn't check for strdup return value > > so I added the check. > I've

Re: pms: add extra ic type for elantech ps/2 touchpads

2019-08-12 Thread Ulf Brosziewski
Hi Alexander, thanks for these hints and the diff. I think if we add those ic types, pms should also identify the models with hardware buttons properly (not all v4 models are clickpads). This looks like a trivial extension, I will propose a patch soon. On 8/11/19 6:55 PM, Alexander Cronheim wrot

Re: Fix a segmentation fault in awk

2019-08-12 Thread Andras Farkas
On Mon, Aug 12, 2019 at 3:45 PM Frederic Cambus wrote: > Hi tech@, > Here is a diff to fix a segmentation fault in awk, from upstream > version 20121220 [1]. Upstream fix didn't check for strdup return value > so I added the check. I've always been curious, why isn't the latest version of awk, the

Fix a segmentation fault in awk

2019-08-12 Thread Frederic Cambus
Hi tech@, Here is a diff to fix a segmentation fault in awk, from upstream version 20121220 [1]. Upstream fix didn't check for strdup return value so I added the check. I've been seeing some awk.core files in my home directory for a while now, and finally decided to try investigating why it happe

Re: bgpd reset idle hold values on neighbor clear

2019-08-12 Thread Tom Smyth
+1 from a lowly user :) On Mon, 12 Aug 2019 at 15:43, Stuart Henderson wrote: > > On 2019/08/12 16:18, Claudio Jeker wrote: > > I just changed the way IdleHold time is reset to the default values. > > Another place I think it makes sense to reset these backoff values is > > when an admin issues a

Re: iked(8): move CERTREQ handler out of parser

2019-08-12 Thread Tobias Heider
One more update: I moved to ikev2_handle_certreq() calls somewhere else where they fit better. I'd be happy to get some feedback from different iked setups, in my tests all seems to work as intended. In the best case you won't notice any difference at all (only the CERTREQ handling will happen a b

Re: vmctl: invalid parent template error

2019-08-12 Thread Anton Lindqvist
On Mon, Aug 12, 2019 at 02:52:46PM +0200, Klemens Nanni wrote: > On Mon, Aug 12, 2019 at 02:14:42PM +0200, Anton Lindqvist wrote: > > Hi, > > I recently fat fingered the vm template passed to vmctl and was greeted > > with the following error: > > > > vmctl: start vm command failed: Operation no

Re: bgpd reset idle hold values on neighbor clear

2019-08-12 Thread Stuart Henderson
On 2019/08/12 16:18, Claudio Jeker wrote: > I just changed the way IdleHold time is reset to the default values. > Another place I think it makes sense to reset these backoff values is > when an admin issues a bgpctl nei 192.0.2.2 clear or up. > > This should help bringing sessions up between syst

Re: bgpd reset idle hold values on neighbor clear

2019-08-12 Thread Theo de Raadt
Gee, I just sent you a private email about exactly that :) I fully support that. Otherwise the workflow includes a piece of "did it really come back up? Oh I better check. Oh it didn't, I have to down it then up it" And then, between the check and forcing it down, it may in fact have come up!

bgpd reset idle hold values on neighbor clear

2019-08-12 Thread Claudio Jeker
I just changed the way IdleHold time is reset to the default values. Another place I think it makes sense to reset these backoff values is when an admin issues a bgpctl nei 192.0.2.2 clear or up. This should help bringing sessions up between systems after instabilities (or in my case when testing

Re: arm64 glass console

2019-08-12 Thread Mark Kettenis
> Date: Mon, 12 Aug 2019 14:17:55 +0200 > From: Krystian Lewandowski > > Hi, > had a chance to build efiboot with the patch eventually. > > Works fine on: > - Pinebook 11" (1080p) > - A64+ with 1080p display via HDMI Thanks! I have committed a axppmic(4) diff based on your code for the battery

Re: arm64 glass console

2019-08-12 Thread Krystian Lewandowski
Hi, had a chance to build efiboot with the patch eventually. Works fine on: - Pinebook 11" (1080p) - A64+ with 1080p display via HDMI -- Krystian

Re: vmctl: invalid parent template error

2019-08-12 Thread Klemens Nanni
On Mon, Aug 12, 2019 at 02:14:42PM +0200, Anton Lindqvist wrote: > Hi, > I recently fat fingered the vm template passed to vmctl and was greeted > with the following error: > > vmctl: start vm command failed: Operation not permitted > > I think we can be more specific in order to improve usabil

vmctl: invalid parent template error

2019-08-12 Thread Anton Lindqvist
Hi, I recently fat fingered the vm template passed to vmctl and was greeted with the following error: vmctl: start vm command failed: Operation not permitted I think we can be more specific in order to improve usability: vmctl: could not find specified parent template Comments? OK? Index: