Re: bsdinstall partition error when installing to nvme

2022-04-22 Thread Alfonso S. Siciliano
On 4/22/22 23:31, tech-lists wrote: Hi, Attempting to install from: FreeBSD-14.0-CURRENT-amd64-20220421-b91a48693a5-254961-memstick.img to brand-new hardware, the installer failed at the stage after where one selects partition schema (so, GPT in this case) and UFS filesystem with an error

Re: IPv6 TCP: first two SYN packets to local v6 unicast addresses ignored

2022-04-22 Thread tuexen
> On 23. Apr 2022, at 02:24, Gleb Smirnoff wrote: > > Michael, > > On Sat, Apr 23, 2022 at 01:54:25AM +0200, Michael Tuexen wrote: > M> > here is a patch that should help with the IPv6 problem. I'm not > M> > yet committing it, it might be not final. > M> > M> when I was looking at the code,

Re: Chasing OOM Issues - good sysctl metrics to use?

2022-04-22 Thread Mark Millard
On 2022-Apr-22, at 16:42, Pete Wright wrote: > On 4/21/22 21:18, Mark Millard wrote: >> >> Messages in the console out would be appropriate >> to report. Messages might also be available via >> the following at appropriate times: > > that is what is frustrating. i will get notification that

Re: IPv6 TCP: first two SYN packets to local v6 unicast addresses ignored

2022-04-22 Thread tuexen
> On 23. Apr 2022, at 01:38, Gleb Smirnoff wrote: > > Hi Florian, > > here is a patch that should help with the IPv6 problem. I'm not > yet committing it, it might be not final. Hi Gleb, when I was looking at the code, I was also wondering if it would make more sense to check for M_LOOP.

Re: IPv6 TCP: first two SYN packets to local v6 unicast addresses ignored

2022-04-22 Thread Gleb Smirnoff
Michael, On Sat, Apr 23, 2022 at 01:54:25AM +0200, Michael Tuexen wrote: M> > here is a patch that should help with the IPv6 problem. I'm not M> > yet committing it, it might be not final. M> M> when I was looking at the code, I was also wondering if it would make M> more sense to check for

Re: Chasing OOM Issues - good sysctl metrics to use?

2022-04-22 Thread Pete Wright
On 4/22/22 13:39, tech-lists wrote: Hi, On Thu, Apr 21, 2022 at 07:16:42PM -0700, Pete Wright wrote: hello - on my workstation running CURRENT (amd64/32g of ram) i've been running into a scenario where after 4 or 5 days of daily use I get an OOM event and both chromium and firefox are

Re: Chasing OOM Issues - good sysctl metrics to use?

2022-04-22 Thread Pete Wright
On 4/21/22 21:18, Mark Millard wrote: Messages in the console out would be appropriate to report. Messages might also be available via the following at appropriate times: that is what is frustrating.  i will get notification that the processes are killed: Apr 22 09:55:15 topanga kernel:

Re: IPv6 TCP: first two SYN packets to local v6 unicast addresses ignored

2022-04-22 Thread Gleb Smirnoff
On Sat, Apr 16, 2022 at 09:19:57AM -0400, Michael Butler wrote: M> > Michael, can you please confirm or decline that you see the packets M> > that are dropped when you tcpdump on lo0? M> M> All the jails are aliased to share a single bridge interface. That M> results in the route to each jail

Re: IPv6 TCP: first two SYN packets to local v6 unicast addresses ignored

2022-04-22 Thread Gleb Smirnoff
Hi Florian, here is a patch that should help with the IPv6 problem. I'm not yet committing it, it might be not final. -- Gleb Smirnoff diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 3a13d2a9dc7..625de6d3657 100644 --- a/sys/netinet6/ip6_input.c +++

Re: bsdinstall partition error when installing to nvme

2022-04-22 Thread tech-lists
On Fri, Apr 22, 2022 at 10:16:07PM +, Glen Barber wrote: Yes, please do, in case it is indeed related. done! thanks, -- J. signature.asc Description: PGP signature

Re: bsdinstall partition error when installing to nvme

2022-04-22 Thread Glen Barber
On Fri, Apr 22, 2022 at 11:04:29PM +0100, tech-lists wrote: > Hi Glen, > > On Fri, Apr 22, 2022 at 09:36:45PM +, Glen Barber wrote: > > > > This may be related to: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263473 > > Do you think it'd be useful to the ticket if I added my >

Re: bsdinstall partition error when installing to nvme

2022-04-22 Thread tech-lists
Hi Glen, On Fri, Apr 22, 2022 at 09:36:45PM +, Glen Barber wrote: This may be related to: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263473 Do you think it'd be useful to the ticket if I added my error? My context was a little different (current/14 and bsdinstall) thanks, -- J.

Re: bsdinstall partition error when installing to nvme

2022-04-22 Thread Glen Barber
On Fri, Apr 22, 2022 at 10:31:31PM +0100, tech-lists wrote: > Hi, > > Attempting to install from: > FreeBSD-14.0-CURRENT-amd64-20220421-b91a48693a5-254961-memstick.img > > to brand-new hardware, the installer failed at the stage after where one > selects partition schema (so, GPT in this case)

bsdinstall partition error when installing to nvme

2022-04-22 Thread tech-lists
Hi, Attempting to install from: FreeBSD-14.0-CURRENT-amd64-20220421-b91a48693a5-254961-memstick.img to brand-new hardware, the installer failed at the stage after where one selects partition schema (so, GPT in this case) and UFS filesystem with an error like (sorry to be paraphrasing this

Re: Chasing OOM Issues - good sysctl metrics to use?

2022-04-22 Thread tech-lists
Hi, On Thu, Apr 21, 2022 at 07:16:42PM -0700, Pete Wright wrote: hello - on my workstation running CURRENT (amd64/32g of ram) i've been running into a scenario where after 4 or 5 days of daily use I get an OOM event and both chromium and firefox are killed.  then in the next day or so the

Re: nullfs and ZFS issues

2022-04-22 Thread Doug Ambrisko
On Fri, Apr 22, 2022 at 09:04:39AM +0200, Alexander Leidinger wrote: | Quoting Doug Ambrisko (from Thu, 21 Apr 2022 | 09:38:35 -0700): | | > On Thu, Apr 21, 2022 at 03:44:02PM +0200, Alexander Leidinger wrote: | > | Quoting Mateusz Guzik (from Thu, 21 Apr 2022 | > | 14:50:42 +0200): | > | | >

Re: nullfs and ZFS issues

2022-04-22 Thread Alexander Leidinger
Quoting Doug Ambrisko (from Thu, 21 Apr 2022 09:38:35 -0700): On Thu, Apr 21, 2022 at 03:44:02PM +0200, Alexander Leidinger wrote: | Quoting Mateusz Guzik (from Thu, 21 Apr 2022 | 14:50:42 +0200): | | > On 4/21/22, Alexander Leidinger wrote: | >> I tried nocache on a system with a lot of