From 90dabe57805643a0c3c29c62ca5dc58494b7bdee Mon Sep 17 00:00:00 2001 From: Samuel Kalbfleisch Date: Sat, 4 Jun 2022 20:50:40 +0200 Subject: [PATCH] Dependencies for performance evaluation: Install nmap-ncat telnet appears unused. Further, `nc` from the package `telnet` rather than `nmap-ncat` does not work with fs-testing/scripts/script_perf-benchmark_without-tracing_nova-hello-world.sh because the former `nc` executable does not terminate once it receives EOF in its input. --- README.md | 2 +- artifact-evaluation/vm/install-vinter.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99ef574..fc5a8f2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ installed. See "Artifact Evaluation" below. sudo dnf install python3-pip python3-mypy python3-capstone glibc-static \ elfutils-libelf-devel dtc capstone-devel libdwarf-devel glib2-devel \ pixman-devel protobuf-devel protobuf-c-devel curl-devel jsoncpp-devel \ - chrpath datamash telnet + chrpath datamash nmap-ncat pip install yq sortedcontainers # Rust via rustup (see https://rustup.rs) diff --git a/artifact-evaluation/vm/install-vinter.sh b/artifact-evaluation/vm/install-vinter.sh index 2ad5b9b..f041af7 100755 --- a/artifact-evaluation/vm/install-vinter.sh +++ b/artifact-evaluation/vm/install-vinter.sh @@ -15,7 +15,7 @@ setup_root() { echo vinter | passwd --stdin vinter chown -R vinter:vinter /home/vinter - dnf install -y '@C Development Tools and Libraries' podman git zip zstd bc time jq qemu-img python3-pip python3-mypy python3-capstone glibc-static elfutils-libelf-devel dtc capstone-devel libdwarf-devel glib2-devel pixman-devel protobuf-devel protobuf-c-devel curl-devel jsoncpp-devel chrpath datamash telnet + dnf install -y '@C Development Tools and Libraries' podman git zip zstd bc time jq qemu-img python3-pip python3-mypy python3-capstone glibc-static elfutils-libelf-devel dtc capstone-devel libdwarf-devel glib2-devel pixman-devel protobuf-devel protobuf-c-devel curl-devel jsoncpp-devel chrpath datamash nmap-ncat pip install yq sortedcontainers # Disable SELinux so that podman works.