Created
September 12, 2014 19:15
-
-
Save singingwolfboy/059e4f55cfcb4e566ec1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@precise64:~$ /edx/bin/update xserver openedx/rc/aspen-2014-09-10 | |
PLAY [Deploy xserver] ********************************************************* | |
GATHERING FACTS *************************************************************** | |
ok: [localhost] | |
TASK: [xserver | writing supervisor script] *********************************** | |
changed: [localhost] | |
TASK: [xserver | enable supervisor script] ************************************ | |
changed: [localhost] | |
TASK: [xserver | checkout code] *********************************************** | |
failed: [localhost] => {"failed": true, "item": "", "parsed": false} | |
invalid output was: sudo: unknown user: xserver | |
sudo: unable to initialize policy plugin | |
FATAL: all hosts have already failed -- aborting | |
PLAY RECAP ******************************************************************** | |
to retry, use: --limit @/home/vagrant/xserver.retry | |
localhost : ok=3 changed=2 unreachable=0 failed=1 | |
vagrant@precise64:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment