Re: dhcpleased: No ipv4 address after sysupgrade 6.9 -> 7.0. parse_dhcp: invalid ports used

2021-10-24 Thread Florian Obser
On 2021-10-24 13:53 +09, Roc Vallès wrote: > Sysupgraded my 6.9 personal server to 7.0 tonight. Only IPv6 came up > (which I have a custom dhcp setup for, as required by my host). > > On the daemon log, this shows up: > Oct 24 02:04:17 momoyo dhcpleased[92859]: parse_dhcp: invalid ports > used 107

Re: OpenBSD 7.0 installer bug

2021-10-24 Thread Klemens Nanni
On Thu, Oct 21, 2021 at 10:29:02AM +, Klemens Nanni wrote: > On Thu, Oct 21, 2021 at 04:06:53AM -0600, Theo de Raadt wrote: > > Can people handle typing these passwords blindly? I suspect yes. > > > > Then this seems like a reasonable solution. > > Other systems do the redacted typing thing,

Re: OpenBSD 7.0 installer bug

2021-10-24 Thread Theo Buehler
On Sun, Oct 24, 2021 at 12:37:47PM +, Klemens Nanni wrote: > On Thu, Oct 21, 2021 at 10:29:02AM +, Klemens Nanni wrote: > > On Thu, Oct 21, 2021 at 04:06:53AM -0600, Theo de Raadt wrote: > > > Can people handle typing these passwords blindly? I suspect yes. > > > > > > Then this seems lik

Re: OpenBSD 7.0 installer bug

2021-10-24 Thread Theo de Raadt
Theo Buehler wrote: > On Sun, Oct 24, 2021 at 12:37:47PM +, Klemens Nanni wrote: > > On Thu, Oct 21, 2021 at 10:29:02AM +, Klemens Nanni wrote: > > > On Thu, Oct 21, 2021 at 04:06:53AM -0600, Theo de Raadt wrote: > > > > Can people handle typing these passwords blindly? I suspect yes. >

Re: OpenBSD 7.0 installer bug

2021-10-24 Thread Klemens Nanni
On Sun, Oct 24, 2021 at 08:04:26AM -0600, Theo de Raadt wrote: > Theo Buehler wrote: > > > On Sun, Oct 24, 2021 at 12:37:47PM +, Klemens Nanni wrote: > > > On Thu, Oct 21, 2021 at 10:29:02AM +, Klemens Nanni wrote: > > > > On Thu, Oct 21, 2021 at 04:06:53AM -0600, Theo de Raadt wrote: > >

vi: segfault on exit

2021-10-24 Thread Klemens Nanni
I fat fingered commands and it crashed. Here is a reproducer (files do not have to exist): $ vi foo :e :e bar :q! vi(12918) in free(): write after free 0xea559a2d980 Abort trap (core dumped) In w

Re: vi: segfault on exit

2021-10-24 Thread Edgar Pettijohn
On 10/24/21 10:11 AM, Klemens Nanni wrote: I fat fingered commands and it crashed. Here is a reproducer (files do not have to exist): $ vi foo :e :e bar :q! vi(12918) in free(): write after free 0xea559a2d980

Re: vi: segfault on exit

2021-10-24 Thread Crystal Kolipe
On Sun, Oct 24, 2021 at 03:05:01PM -0500, Edgar Pettijohn wrote: > > On 10/24/21 10:11 AM, Klemens Nanni wrote: > >I fat fingered commands and it crashed. Here is a reproducer > >(files do not have to exist): > > > > $ vi foo > > :e > > :e bar > > :q! > > vi(12918) in free():

Re: vi: segfault on exit

2021-10-24 Thread Tim Chase
On 2021-10-24 15:05, Edgar Pettijohn wrote: > On 10/24/21 10:11 AM, Klemens Nanni wrote: >> I fat fingered commands and it crashed. Here is a reproducer >> (files do not have to exist): >> >> $ vi foo >> :e >> :e bar >> :q! >> vi(12918) in free(): write after free 0xea559a

Re: vi: segfault on exit

2021-10-24 Thread Klemens Nanni
On Sun, Oct 24, 2021 at 03:35:49PM -0500, Tim Chase wrote: > On 2021-10-24 15:05, Edgar Pettijohn wrote: > > On 10/24/21 10:11 AM, Klemens Nanni wrote: > >> I fat fingered commands and it crashed. Here is a reproducer > >> (files do not have to exist): > >> > >>$ vi foo > >>:e > >>:e b

Re: vi: segfault on exit

2021-10-24 Thread Edgar Pettijohn
On 10/24/21 3:28 PM, Crystal Kolipe wrote: On Sun, Oct 24, 2021 at 03:05:01PM -0500, Edgar Pettijohn wrote: On 10/24/21 10:11 AM, Klemens Nanni wrote: I fat fingered commands and it crashed. Here is a reproducer (files do not have to exist): $ vi foo :e :e bar

Re: vi: segfault on exit

2021-10-24 Thread Dave Voutila
Klemens Nanni writes: > I fat fingered commands and it crashed. Here is a reproducer > (files do not have to exist): > > $ vi foo > :e > :e bar > :q! > vi(12918) in free(): write after free 0xea559a2d980 > A