Troubleshooting Guide
Use this page when commands do not behave as expected during the workshop.
Command Not Found
Symptoms:
- Shell prints
command not found
Checks and fixes:
If the command is from Conda, activate the expected environment:
Permission Denied
Symptoms:
- Shell prints
Permission deniedwhen running a script
Checks and fixes:
SSH Connection Issues
Symptoms:
- Hanging connection or authentication failure
Checks and fixes:
If using keys, ensure your public key exists in ~/.ssh/authorized_keys on the server.
rsync Surprises
Symptoms:
- Wrong folder nesting or unexpected deletes
Checks and fixes:
- Re-check source trailing slash behavior
- Always test destructive sync with
--dry-run
Disk Full Errors
Symptoms:
No space left on device
Checks and fixes:
Delete unneeded temporary files and rerun.