On Mon, Oct 24, 2022 at 08:32:17PM -0700, Mark Millard wrote:
>
> Your /etc/rc.d/ldconfig script seems to have not been updated
> by use of etcupdate or mergemaster or other such. (How much
> else is also out of date? How much of what you have for /etc/
> and the like goes back to 2022-Jan-07 or b
cd /usr/src/sys/amd64/conf
cp GENERIC-NODEBUG MYKERNEL;
(add: options BHYVE_SNAPSHOT)
cd /usr/src
make -j12 buildworld -DWITH_BHYVE_SNAPSHOT -DWITH_MALLOC_PRODUCTION
make -j12 buildkernel KERNCONF=MYKERNEL
make installkernel KERNCONF=MYKERNEL
etc
Been playing with current lately mos
> On 5. Nov 2022, at 01:54, Cy Schubert wrote:
>
> In message , Gleb Smirnoff writes:
>> Max,
>>
>> the reason I want to retire it is not that it consumes 40 Kb
>> in the repository. The reason is that knows kernel structures,
>> and fails to compile after changes to them. So the tool that
>>
On Thu, Nov 3, 2022 at 7:52 AM Mark Millard wrote:
> On 2022-Nov-2, at 14:09, Archimedes Gaviola
> wrote:
>
> > On Mon, Oct 31, 2022 at 1:47 PM Archimedes Gaviola <
> archimedes.gavi...@gmail.com> wrote:
> >
> > . . .
> >
> > . . .
> >
> >
> > Hi Mark,
> >
> > Just an update, as kernel and world