From 14012cfcf600184c69a0954715ae216847cad414 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Thu, 9 Feb 2023 20:22:44 -0800 Subject: [PATCH] Add lsof and sysstat packages to the base system for debugging purposes (#13741) The lsof and sysstat packages make determining what files/sockets a program has open a bit easier. This helps if, for example, some application has a file open that's been deleted from disk. Signed-off-by: Saikrishna Arcot --- build_debian.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_debian.sh b/build_debian.sh index 3cecf8ac84..c0f409f49d 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -398,7 +398,9 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in jq \ auditd \ linux-perf \ - resolvconf + resolvconf \ + lsof \ + sysstat # default rsyslog version is 8.2110.0 which has a bug on log rate limit, # use backport version