beetbox icon indicating copy to clipboard operation
beetbox copied to clipboard

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

Open maykino opened this issue 7 years ago • 0 comments

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

maykino avatar Jan 30 '19 05:01 maykino