You may want to consider adding 2>&1 to the end of your command. In short, Linux can output stuff that might not get caught just by using >>/path/to/log.txt . I don't think you actually need it, but some times that one piece of information ends up being critical for diagnosis and you can miss it without redirecting the error stream to the output stream.