purpleworks / fleet-ui

Web based UI for fleet
http://fleetui.com/
MIT License
233 stars 39 forks source link

.tmp directory not found on submit unit through web interface #11

Closed Sovenger closed 9 years ago

Sovenger commented 9 years ago

@subicura @jaehue When I try to create and submit a new unit through the web interface, I get this error in my docker log:

2015/03/02 20:34:54 submit unit 2015/03/02 20:34:54 err: stat ./tmp: no such file or directory 2015/03/02 20:34:54 Open file errpr: open ./tmp/apachetestservice.service: no such file or directory

Let me know if you need any other log output. Thanks.

nicolaballotta commented 9 years ago

Same here! Why this happen?

nicolaballotta commented 9 years ago

Ok, got it. The tmp directory on the docker image is missing. Workaround:

After doing this, you may want to commit changes and save your image for future use.

subicura commented 9 years ago

oh, sorry! I'll fix it soon!