Make sa optional

This commit is contained in:
Pascal Engélibert 2026-02-27 14:25:03 +01:00
commit 381d330dcd
2 changed files with 19 additions and 4 deletions

View file

@ -369,19 +369,21 @@ sudo chmod u+s powercap
### Grid5000
```bash
ssh lyon.g5k
ssh grenoble.g5k
oarsub -q default -l host=2,walltime=2 -I
# Check the name of the other node in https://intranet.grid5000.fr/oar/Lyon/drawgantt-svg/
# Let's call them p1 and p2
ping p2
# Note p2 addr to exp.py
pip3 install fabric --break-system-packages
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
pip3 install fabric
python exp.py make g5k -c
python exp.py send g5k
# Notes
scp /lib/x86_64-linux-gnu/libssl.so.3.6 lyon.g5k:~/
scp /lib/x86_64-linux-gnu/libcrypto.so.3.6 lyon.g5k:~/
scp records/wikipedia grenoble.g5k:tlsbench/records/
LD_PRELOAD="/home/pengelib/tlsbench/libssl.so.3.6 /home/pengelib/tlsbench/libcrypto.so.3.6" ./netreplay --help
```