VNET lock reversal

2022-05-10 Thread Dustin Marquess
Just updated my -CURRENT box from a build almost exactly 14 days ago to one just about an hour old. When a VNET jail starts, I'm seeing a lock reversal: lock order reversal: 1st 0x81e893a8 allprison (allprison, sx) @ /usr/src/sys/kern/kern_jail.c:1378 2nd 0x81f99fe8

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

2022-05-10 Thread Mark Millard
On 2022-May-10, at 17:49, Mark Millard wrote: > On 2022-May-10, at 11:49, Mark Millard wrote: > >> On 2022-May-10, at 08:47, Jan Mikkelsen wrote: >> >>> On 10 May 2022, at 10:01, Mark Millard wrote: On 2022-Apr-29, at 13:57, Mark Millard wrote: > On 2022-Apr-29, at

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

2022-05-10 Thread Mark Millard
On 2022-May-10, at 11:49, Mark Millard wrote: > On 2022-May-10, at 08:47, Jan Mikkelsen wrote: > >> On 10 May 2022, at 10:01, Mark Millard wrote: >>> >>> On 2022-Apr-29, at 13:57, Mark Millard wrote: >>> On 2022-Apr-29, at 13:41, Pete Wright wrote: > >> . . . > >

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

2022-05-10 Thread Mark Millard
On 2022-May-10, at 08:47, Jan Mikkelsen wrote: > On 10 May 2022, at 10:01, Mark Millard wrote: >> >> On 2022-Apr-29, at 13:57, Mark Millard wrote: >> >>> On 2022-Apr-29, at 13:41, Pete Wright wrote: > . . . d'oh - went out for lunch and workstation locked up. i *knew*

Re: Upgrade automation

2022-05-10 Thread Miroslav Lachman
On 10/05/2022 17:46, Alan Somers wrote: On Tue, May 10, 2022 at 9:08 AM Cristian Cardoso wrote: Hi I have some FreeBSD servers in my machine park and I would like to perform the version upgrade in an automated way with ansible. In my example, I want to perform the upgrade from version 12.3

Re: Upgrade automation

2022-05-10 Thread Cristian Cardoso
I currently update patches this way: - name: Checking for updates on FreeBSD command: freebsd-update fetch when: - ansible_distribution == "FreeBSD" register: result_update changed_when: "'No updates needed' not in result_update.stdout" become: yes tags: - check-update

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

2022-05-10 Thread Jan Mikkelsen
On 10 May 2022, at 10:01, Mark Millard wrote: > > On 2022-Apr-29, at 13:57, Mark Millard wrote: > >> On 2022-Apr-29, at 13:41, Pete Wright wrote: >>> . . . >>> >>> d'oh - went out for lunch and workstation locked up. i *knew* i shouldn't >>> have said anything lol. >> >> Any

Re: Upgrade automation

2022-05-10 Thread Alan Somers
On Tue, May 10, 2022 at 9:08 AM Cristian Cardoso wrote: > > Hi > > I have some FreeBSD servers in my machine park and I would like to perform > the version upgrade in an automated way with ansible. > > In my example, I want to perform the upgrade from version 12.3 to 13, it is > possible to run

Upgrade automation

2022-05-10 Thread Cristian Cardoso
Hi I have some FreeBSD servers in my machine park and I would like to perform the version upgrade in an automated way with ansible. In my example, I want to perform the upgrade from version 12.3 to 13, it is possible to run the upgrade with the command below: freebsd-update

Re: Testing 14-CURRENT-f44280bf5fb on aarch64

2022-05-10 Thread Hans Petter Selasky
On 5/10/22 09:37, Daniel Morante wrote: Updated to the latest (14.0-CURRENT #2 main-n255521-10f44229dcd: Tue May 10 02:52:27 EDT 2022) and removed the sysctl option (hw.usb.disable_enumeration=1). Still seeing the problem.  The below just endlessly prints out on the console: ```

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

2022-05-10 Thread Mark Millard
On 2022-Apr-29, at 13:57, Mark Millard wrote: > On 2022-Apr-29, at 13:41, Pete Wright wrote: >> >>> . . . >> >> d'oh - went out for lunch and workstation locked up. i *knew* i shouldn't >> have said anything lol. > > Any interesting console messages ( or dmesg -a or /var/log/messages )? >

Re: Testing 14-CURRENT-f44280bf5fb on aarch64

2022-05-10 Thread Daniel Morante
Updated to the latest (14.0-CURRENT #2 main-n255521-10f44229dcd: Tue May 10 02:52:27 EDT 2022) and removed the sysctl option (hw.usb.disable_enumeration=1). Still seeing the problem.  The below just endlessly prints out on the console: ``` FreeBSD/arm64 (mars.morante.com) (ttyu0) login: