From fd5d8129938c2b08e50e7af168e1d0225b56d01e Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 4 Feb 2021 20:59:00 -0600 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 7426981..a7376ea 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -13,4 +13,8 @@ If your code is still not updating after this, reinstallation is suggested rathe ### Sudo No TTY -If you get the error `sudo: a terminal is required to read the password` or `sudo: no tty present and no askpass program specified` during your execution, make sure you have [implemented passwordless sudo](https://linuxize.com/post/how-to-run-sudo-command-without-password/), as defined in the system requirements, for the user accounts on both the local and remote systems. \ No newline at end of file +If you get the error `sudo: a terminal is required to read the password` or `sudo: no tty present and no askpass program specified` during your execution, make sure you have [implemented passwordless sudo](https://linuxize.com/post/how-to-run-sudo-command-without-password/), as defined in the system requirements, for the user accounts on both the local and remote systems. + +### unrecognized option: preserve-status + +Alpine Linux uses an older version of Busybox, which misses the `--preserve-status` option on the `timeout` command. You can either update to a newer version of Busybox, or you can install the `coreutils` package in Alpine Linux, which includes a version of `timeout` which has `--preserve-status` implemented. \ No newline at end of file