web-dev-qa-db-ja.com

Debianテストのロードには時間がかかります。 Crng init done

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

状況を修正するにはどうすればよいですか?

解決策を見つけました。問題はエントロピーの生成にありました。カーネルのこのバグは解消しませんが、追加の資金を投入する必要があります。

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