Re: vmd losing VMs

2018-10-01 Thread Greg Steuck
Thanks Mike. I've upgraded from Sep 27th to Sep 29th snapshot and so far I haven't seen the problem with: OpenBSD 6.4-beta (GENERIC.MP) #336: Sat Sep 29 08:13:15 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP pd@ is saying he's not responsible for the fix, but

Re: [patch] Fix resource leak in netcat

2018-10-01 Thread Alexander Bluhm
On Sun, Sep 30, 2018 at 11:55:58AM +0800, Nan Xiao wrote: > The following patch fixed the resource leak when netcat works as a TLS > server. Sorry if I am wrong, thanks! There is another tls leak on the client side after if (s == -1)

Re: pfsync: avoid a recursion on PF_LOCK

2018-10-01 Thread Alexander Bluhm
On Thu, Sep 27, 2018 at 06:34:45PM +0200, Alexandr Nedvedicky wrote: > OK to pfsync change? OK bluhm@, just two style nits > + if ((e = ip_output(m, NULL, NULL, IP_RAWOUTPUT, >sc_imo, > + NULL, 0)) == 0) Usually we call the error variable "error". > + if

Re: Qcow2: External snapshots

2018-10-01 Thread Alexander Hall
Uh-oh... Don't mention hackers@ on tech@... (FWIW) :-) /Alexander On October 1, 2018 12:55:12 PM GMT+02:00, Reyk Floeter wrote: >Hi Ori, > >On Sun, Sep 30, 2018 at 12:27:00PM -0700, Ori Bernstein wrote: >> I've added support to vmd for external snapshots. That is, >> snapshots that are derived

Re: Qcow2: External snapshots

2018-10-01 Thread Ori Bernstein
On Mon, 1 Oct 2018 12:55:12 +0200 Reyk Floeter wrote: > Hi Ori, > > On Sun, Sep 30, 2018 at 12:27:00PM -0700, Ori Bernstein wrote: > > I've added support to vmd for external snapshots. That is, > > snapshots that are derived from a base image. Data lookups > > start in the derived image, and if

Re: Qcow2: External snapshots

2018-10-01 Thread Reyk Floeter
Hi Ori, On Sun, Sep 30, 2018 at 12:27:00PM -0700, Ori Bernstein wrote: > I've added support to vmd for external snapshots. That is, > snapshots that are derived from a base image. Data lookups > start in the derived image, and if the derived image does not > contain some data, the search proceeds

Re: [PATCH] bgpd: expose ROA origin validation state in show rib

2018-10-01 Thread Claudio Jeker
On Sun, Sep 30, 2018 at 01:49:45AM +, Job Snijders wrote: > Dear all, > > This small patch exposes the origin validation state in 'bgpctl show > rib' and 'bgpctl show rib detail'. This will help debugging, and draw > attention to routing problems. > > I know we're weary of spending

Re: [patch] Fix resource leak in netcat

2018-10-01 Thread Nan Xiao
Ping tech@, Any developer can comment on this patch? I think it is indeed a bug. Thanks! On 9/30/2018 11:55 AM, Nan Xiao wrote: > Hi tech@, > > The following patch fixed the resource leak when netcat works as a TLS > server. Sorry if I am wrong, thanks! > > > Index: netcat.c >