Created Tuesday 15 December 2020
Errors messages I've run across and how I resolved them.
Error: Can't present screen
Solution: Navigate to
Error: Utmp slot not found
Solution: Add deflogin off
to ~/.screenrc
Context: Debian, Ubuntu, WSL
Error: fatal error: An error occurred (RequestTimeTooSkewed) when calling the ListObjectsV2 operation: The difference between the request time and the current time is too large.
Solution: sudo ntpdate pool.ntp.org
or similar to update your local system time.
Context: awscli, AWS, s3, Debian, Ubuntu, Linux
Error: Running iptables --wait -t nat -L -n failed with message:
Solution: update-alternatives --set iptables /usr/sbin/iptables-legacy
Context: docker start
, Docker, Debian Buster, /var/log/docker.log