/testing/guestbin/swan-prep --x509 --x509name notyetvalid Preparing X.509 files west # certutil -d sql:/etc/ipsec.d -D -n east west # ipsec _stackmanager start west # mkdir -p /var/run/pluto west # # set a time in the future so notyetvalid and east certs are valid here west # faketime -f +370d ipsec pluto --config /etc/ipsec.conf Caught Segmentation fault west # /testing/pluto/bin/wait-until-pluto-started whack: Pluto is not running (no "/run/pluto/pluto.ctl") west # # if faketime works, adding conn should not give a warning about cert west # ipsec auto --add nss-cert connect(pluto_ctl) failed: No such file or directory west # echo "initdone" initdone west # ipsec whack --impair suppress-retransmits whack: Pluto is not running (no "/run/pluto/pluto.ctl") west # ipsec auto --up nss-cert whack: Pluto is not running (no "/run/pluto/pluto.ctl") west # echo done done west # # will only show up on east - note "expired" is wrong and should be "not yet valid" west # grep "ERROR" /tmp/pluto.log west # west # ../bin/check-for-core.sh west # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi