Vagrant reboot deletes puma pids and sockets folder from /tmp directory · Issue #55 · a-chernykh/railsbox · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the setup works perfectly fine on first provisioning, as soon as I do vagrant halt and start the machine again by doing vagrant up, I can't seem to get puma working. I've looked into the log files and the issue is that the pids and sockets directory from /tmp/project-name folder are missing. Actually, the whole /tmp/project-name folder is missing on subsequent boots.
Is this something that I can solve on my own?
The text was updated successfully, but these errors were encountered:
While using the setup works perfectly fine on first provisioning, as soon as I do
vagrant halt
and start the machine again by doingvagrant up
, I can't seem to get puma working. I've looked into the log files and the issue is that thepids
andsockets
directory from/tmp/project-name
folder are missing. Actually, the whole/tmp/project-name
folder is missing on subsequent boots.Is this something that I can solve on my own?
The text was updated successfully, but these errors were encountered: