Debian テストはロードに時間がかかります。 Crng 初期化完了 [閉じる]

Debian テストはロードに時間がかかります。 Crng 初期化完了 [閉じる]

Debian テストはロードに時間がかかります。これは dmesg ログの一部です。カーネル - 4.17

[   11.296697] audit: type=1400 audit(1533745556.133:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=415 comm="apparmor_parser"
[   11.302379] audit: type=1400 audit(1533745556.137:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=418 comm="apparmor_parser"
[   11.328331] audit: type=1400 audit(1533745556.165:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=417 comm="apparmor_parser"
[   15.831190] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[   15.872149] r8169 0000:01:00.0 enp1s0: link down
[   15.873103] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[   18.614671] r8169 0000:01:00.0 enp1s0: link up
[   18.614687] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[  105.356953] random: crng init done
[  105.356969] random: 7 urandom warning(s) missed due to ratelimiting

この状況を解決するにはどうすればよいですか?

ベストアンサー1

解決策が見つかりました。問題はエントロピージェネレータにあります。カーネルのこのバグは削除されませんでしたが、追加費用を投資する必要があります。

sudo apt-get install haveged
sudo systemctl enable haveged
sudo systemctl start haveged

おすすめ記事