beetbox icon indicating copy to clipboard operation
beetbox copied to clipboard

There was an issue creating /var/beetbox/.beetbox/tasks as requested

Open maykino opened this issue 7 years ago • 0 comments

Problem/Motivation

Unable to start up a new box.

Expected behaviour

That it works

Actual behaviour

Errors out

Steps to reproduce

vagrant up composer require --dev beet/box

Proposed changes

None

beetbox: 
    beetbox: TASK [Ensure pre tasks directory exists] ***************************************
    beetbox: fatal: [localhost]: FAILED! => {"changed": false, "msg": "There was an issue creating /var/beetbox/.beetbox/tasks as requested: [Errno 5] Input/output error: '/var/beetbox/.beetbox/tasks'", "path": "/var/beetbox/.beetbox/tasks/pre", "state": "absent"}
    beetbox: 
    beetbox: PLAY RECAP *********************************************************************
    beetbox: localhost                  : ok=5    changed=0    unreachable=0    failed=1   
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

maykino avatar Oct 30 '18 01:10 maykino