oasis4hedev / salsa

Web app for creating a syllabus in an accessible HTML document, publishing to the Canvas LMS, and more.
https://syllabustool.com
Other
6 stars 5 forks source link

swap file issue when deploying #535

Open opsaaaaa opened 4 years ago

opsaaaaa commented 4 years ago

while deploying the server you can get

sudo stdout: swapon: /swapfile: swapon failed: Device or resource busy
sudo stderr: Nothing written

right now to fix this, ssh into the server and run:

sudo swapoff /swapfile

then try to deploy again and it should work.