Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2019 09:24:02 -0500
From:      Justin Hibbits <chmeeedalf@gmail.com>
To:        Conrad Meyer <cem@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys
Message-ID:  <20190416092402.4288bc90@titan.knownspace>
In-Reply-To: <CAG6CVpXwOhSpmCT1SShvEOZAdjbQSk5xSzk%2BLk8c5fMpnhSKQw@mail.gmail.com>
References:  <201904151840.x3FIeaEQ009242@repo.freebsd.org> <CAPyFy2D9NQQKwVx5MhCfasQ82x7C9s6mj5kXuDE1oogrQeoJ5A@mail.gmail.com> <CAHSQbTAfwYcLenBxg4ZB13P03S%2BTYEM1-xy3BYsSWJ49hBWLZA@mail.gmail.com> <CAG6CVpXwOhSpmCT1SShvEOZAdjbQSk5xSzk%2BLk8c5fMpnhSKQw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Conrad,

On Mon, 15 Apr 2019 17:53:17 -0700
Conrad Meyer <cem@freebsd.org> wrote:

> Hi Justin,
> 
> On Mon, Apr 15, 2019 at 5:01 PM Justin Hibbits <chmeeedalf@gmail.com>
> wrote:
> > Given the discussion over there it would probably also fail on
> > powernv, which also does not use loader.  
> 
> Does power use bsdinstall (which populates /boot/entropy at install
> time via usr.sbin/bsdinstall/scripts/entropy) and install the
> libexec/rc/rc.d/random rc script (which re-emits new /boot/entropy on
> every startup)?  If so, it should be ok.
> 
> The problem is new installs that don't use bsdinstall or otherwise
> provide initial /boot/entropy.  E.g., the CI infrastructure for
> Riscv/Arm is/was generating minimal filesystem images and not
> populating /boot/entropy.
> 
> Best,
> Conrad

It does use bsdinstall to install.  How is entropy loaded at startup,
which causes the problem noted in github?  If it's loaded before
filesystems get mounted, that could be a problem for us, because /boot
is on a different filesystem (msdosfs, to be read by petitboot).
Petitboot also does not have a way to preload modules, so all we have
at startup, until spawning init, is the kernel.

- Justin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190416092402.4288bc90>