beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

The SSH command responded with a non-zero exit status. #482

Open maykino opened 5 years ago

maykino commented 5 years ago

Problem/Motivation

Beetbox failed to install

Expected behaviour

NA

Actual behaviour

beetbox: TASK [Set ownership of beet_user home directory.] ******************************
    beetbox: fatal: [localhost]: FAILED! => {"changed": false, "gid": 20, "group": "dialout", "mode": "0775", "msg": "chown failed: [Errno 1] Operation not permitted: '/tmp/vagrant-cache/npm'", "owner": "501", "path": "/tmp/vagrant-cache/npm", "size": 64, "state": "directory", "uid": 501}
    beetbox: 
    beetbox: RUNNING HANDLER [geerlingguy.apache : restart apache] **************************
    beetbox: 
    beetbox: RUNNING HANDLER [pwelch.avahi : restart avahi-daemon] **************************
    beetbox: 
    beetbox: PLAY RECAP *********************************************************************
    beetbox: localhost                  : ok=186  changed=8    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.

Steps to reproduce

composer require --dev beet/box vagrant up

Proposed changes

NA