-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I did "make stop", then tried "make state-pack" so I could send the .tgz to David to test. But ...
make state-pack
Packing /home/tptp/StarExec/StarExec-ARC/starexec-containerised/starexec_saved_state into a tgz...
Creating archive: starexec-state-starexec_saved_state-20250918_201237.tgz
tar: starexec_saved_state/volExport/starexec/sandboxlock.active: Cannot open: Permission denied
tar: starexec_saved_state/volExport/starexec/sandbox: Cannot open: Permission denied
tar: starexec_saved_state/volExport/starexec/solvercache: Cannot open: Permission denied
tar: Exiting with failure status due to previous errors
Created: starexec-state-starexec_saved_state-20250918_201237.tgz
Share this file with: make state-restore FILE=starexec-state-starexec_saved_state-20250918_201237.tgz SAVED_STATE_DIR=target_directory
I had also tried doing the "tar czf starexec_saved_state.tgz starexec_saved_state" mayself, with the same effect.
I must update the README to tell users to use "make state-restore" to deal with the case of having been given a saved state.