From owner-svn-src-all@freebsd.org Tue Apr 16 00:53:36 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2730A1581FE8; Tue, 16 Apr 2019 00:53:36 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it1-f180.google.com (mail-it1-f180.google.com [209.85.166.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B637D6AD17; Tue, 16 Apr 2019 00:53:35 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it1-f180.google.com with SMTP id f22so29917028ita.3; Mon, 15 Apr 2019 17:53:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=sEBtxyScHp8FekuWo2GXX+oION1nLrUincxhp2eL/XA=; b=uLRyR9hXEjYQ0UQeXD+mRFO1moiIbmVsMwXTciE5R2gznTCrNH5pyAqKJc7QbgcZI/ bXwwfhkBqKWlp6Z6BcXs6pk1RzCcjU/td6yBKTtY8qfRqrnCCl+8UbXdSqvrnEMHIzvM i/Dwe1RbwcRmqbLO8U64gqJT5P5v/KmGokMzp7UDu/BPYrMJz9eUpAXOaV4aMSh1qbn4 fZxziMo2BA+6EsupMXDIbK7ALLzrf9wUtHnPsQvSEKAhcYxs7r9iQuWV/IfjCEkzzf7k 2Dn+VtK+dBjpZ51e3F/U3ugB1uZSkmNaLBtnsJLix+kkr3DurYPYcl8zd2Qu6kR4/Mun XYng== X-Gm-Message-State: APjAAAVHVwYBV6Z2rBKgu4ajVLl9IU1I0vALWsxCRY7pZa63wOT1dx2H YeYjgqixOcKq6nQH0n+XE2+VxqlG X-Google-Smtp-Source: APXvYqxac1DvS/I+gZFs4Wf9zd5pNJYVMfqglkmiSJMNbW9NWoJSPYskQkWaVq0qgs9vYgRx5CSNVw== X-Received: by 2002:a02:1a45:: with SMTP id 66mr53336755jai.124.1555376008970; Mon, 15 Apr 2019 17:53:28 -0700 (PDT) Received: from mail-io1-f49.google.com (mail-io1-f49.google.com. [209.85.166.49]) by smtp.gmail.com with ESMTPSA id x187sm9014852itb.39.2019.04.15.17.53.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Apr 2019 17:53:28 -0700 (PDT) Received: by mail-io1-f49.google.com with SMTP id v4so16248352ioj.5; Mon, 15 Apr 2019 17:53:28 -0700 (PDT) X-Received: by 2002:a6b:7b08:: with SMTP id l8mr1037567iop.33.1555376008600; Mon, 15 Apr 2019 17:53:28 -0700 (PDT) MIME-Version: 1.0 References: <201904151840.x3FIeaEQ009242@repo.freebsd.org> In-Reply-To: Reply-To: cem@freebsd.org From: Conrad Meyer Date: Mon, 15 Apr 2019 17:53:17 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys To: Justin Hibbits Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: B637D6AD17 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2019 00:53:36 -0000 Hi Justin, On Mon, Apr 15, 2019 at 5:01 PM Justin Hibbits 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