Skip to content

Commit

Permalink
Add lsof and sysstat packages to the base system for debugging purpos…
Browse files Browse the repository at this point in the history
…es (#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 <sarcot@microsoft.com>
  • Loading branch information
saiarcot895 authored and mssonicbld committed Feb 22, 2023
1 parent 6d66a32 commit 228763f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,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
Expand Down

0 comments on commit 228763f

Please sign in to comment.