Re: Upgrade automation

2022-05-11 Thread Dave Cottlehuber
On Wed, 11 May 2022, at 16:20, Cristian Cardoso wrote: > > But since the command doesn't support -y no -not-running-from-cron for > the upgrade command, I believe everything is stalling on this question > and the playbook has no proceeding and it stays on this question below: > > `The following c

Re: FreeBSD, boot environments and /dev

2022-05-11 Thread Dave Cottlehuber
On Wed, 11 May 2022, at 14:58, Michael Schuster wrote: > I then created a new BE, mounted it on /mnt, removed /mnt/dev/* (only > regular files and empty directories). Booting into that BE didn't work > either, I got errors about missing "/dev/" files (can't recall the > exact names). > > What do yo

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

2022-05-11 Thread Mark Millard
On 2022-May-10, at 20:31, Mark Millard wrote: > 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:5

Re: Upgrade automation

2022-05-11 Thread Cristian Cardoso
I create this playbook: - name: Applying major version upgrade command: freebsd-update --not-running-from-cron upgrade -r {{ version }} become: yes tags: - freebsd-upgrade - name: Apply update installation command: freebsd-update --not-running-from-cron install become: yes t

Re: FreeBSD, boot environments and /dev

2022-05-11 Thread Michael Schuster
On Mon, May 9, 2022 at 10:04 AM Dave Cottlehuber wrote: > > On Mon, 9 May 2022, at 06:25, Michael Schuster wrote: > > On Fri, May 6, 2022 at 12:15 AM Wes Maag wrote: > >> > >> > >> On Thu, May 5, 2022 at 4:10 PM Michael Schuster > >> wrote: > >>> Hi all, > >>> > >>> while still working (slowly)