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 <sarcot@microsoft.com>
This commit is contained in:
parent
f6701f5fd7
commit
14012cfcf6
@ -398,7 +398,9 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
|
|||||||
jq \
|
jq \
|
||||||
auditd \
|
auditd \
|
||||||
linux-perf \
|
linux-perf \
|
||||||
resolvconf
|
resolvconf \
|
||||||
|
lsof \
|
||||||
|
sysstat
|
||||||
|
|
||||||
# default rsyslog version is 8.2110.0 which has a bug on log rate limit,
|
# default rsyslog version is 8.2110.0 which has a bug on log rate limit,
|
||||||
# use backport version
|
# use backport version
|
||||||
|
Loading…
Reference in New Issue
Block a user