On Sat, Jul 08, 2017 at 01:19:16AM -0500, Louis Pearson wrote: > starting phase `unpack' > In execvp of tar: No such file or directory > phase `unpack' failed after 0.0 seconds > What is going on? The important part appears to be `In execvp of tar: > No such file or directory`, but I'm not sure why tar is unable to find > the file/directory. I'm not sure what the root cause of the failure is, but I think it's more likely this message is coming from execvp() and means that `tar` cannot be found.