From 9a163fe87b15e58c81c08ee8c4bdae3d96908ba6 Mon Sep 17 00:00:00 2001 From: Stephen Sun <5379172+stephenxs@users.noreply.github.com> Date: Sun, 2 May 2021 23:16:24 +0800 Subject: [PATCH] Install haveged package on 201911/stretch to accelerate the entropy collect process (#7308) Recently, we found on some of our testbeds the entropy collecting process finishes more than 60 seconds after system started. This results in swss not able to start sporadically. To install haveged can accelerate the entropy collect process. Signed-off-by: Stephen Sun --- build_debian.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_debian.sh b/build_debian.sh index 131d6106a3..e303950729 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -303,7 +303,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in makedumpfile \ conntrack \ python-pip \ - jq + jq \ + haveged if [[ $CONFIGURED_ARCH == amd64 ]]; then