Skip to content

Commit 14012cf

Browse files
authored
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 <[email protected]>
1 parent f6701f5 commit 14012cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_debian.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,9 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
398398
jq \
399399
auditd \
400400
linux-perf \
401-
resolvconf
401+
resolvconf \
402+
lsof \
403+
sysstat
402404

403405
# default rsyslog version is 8.2110.0 which has a bug on log rate limit,
404406
# use backport version

0 commit comments

Comments
 (0)