fwiw, I wasn’t doing a fresh installed… I tried updating the current version I had… received this message:
root@server:/home/lewayotte# ee update
Downloading update script Unable to download file, /tmp/eeupdate20190104-204256
So I manually updated like this:
root@ip-172-31-12-116:/home/ubuntu# wget -qO ee rt.cx/ee4 && sudo bash ee
-----> Checking dependencies
-----> Installing Docker
-----> Installing Docker
That’s when I started to have the above problems…
but after my “fix”… I ran into a new issue. It didn’t recognize any of my sites…
root@ip-172-31-12-116:~# ee site list
Error: No sites found!
So, I went down to ee 3.8.1…
root@ip-172-31-12-116:/home/ubuntu# wget -qO ee rt.cx/ee && sudo bash ee
Executing apt-get update, please wait...
Update EasyEngine to 3.8.1 (y/n): y
And everything worked again.