DF-2619 / run.sh
#!/bin/sh # DF-2619 run (guest, root). WARNING: expect a kernel panic roughly half # the time (memory-layout dependent); the leak capture is the other face. ssh -F dfbsd-qemu/config dfbsd 'sh /root/poc/dfv/run_2619.sh' echo "--- serial console tail (panics land here): ---" ssh -F dfbsd-qemu/config dfbsd 'dmesg | tail -20' |