Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.08 KB | None | 0 0
  1. luke@luke-dell [02:19:49 PM] [~/wwwdata/projects/pixdor/puphpet/vagrant] [master]
  2. -> % vagrant suspend
  3. ==> pixdor: Saving VM state and suspending execution...
  4. luke@luke-dell [02:20:19 PM] [~/wwwdata/projects/pixdor/puphpet/vagrant] [master]
  5. -> % vagrant up    
  6. Bringing machine 'pixdor' up with 'virtualbox' provider...
  7. ==> pixdor: Checking if box 'puphpet/ubuntu1404-x64' is up to date...
  8. ==> pixdor: Resuming suspended VM...
  9. ==> pixdor: Booting VM...
  10. ==> pixdor: Waiting for machine to boot. This may take a few minutes...
  11.     pixdor: SSH address: 127.0.0.1:2222
  12.     pixdor: SSH username: vagrant
  13.     pixdor: SSH auth method: private key
  14. ==> pixdor: Machine booted and ready!
  15. ==> pixdor: Machine already provisioned. Run `vagrant provision` or use the `--provision`
  16. ==> pixdor: flag to force provisioning. Provisioners marked to run always will still run.
  17. ==> pixdor: Running provisioner: shell...
  18.     pixdor: Running: /tmp/vagrant-shell20161208-16336-mzudb5.sh
  19. ==> pixdor: /home/vagrant/.bashrc: line 32: profile.r: command not found
  20. ==> pixdor: /root/.bashrc: line 32: profile.r: command not found
  21. ==> pixdor: Running files in files/startup-once
  22. ==> pixdor: Finished running files in files/startup-once
  23. ==> pixdor: To run again, delete hashes you want rerun in /.puphpet-stuff/startup-once-ran or the whole file to rerun all
  24. ==> pixdor: Running files in files/startup-always
  25. ==> pixdor: Finished running files in files/startup-always
  26. ==> pixdor: Running provisioner: shell...
  27.     pixdor: Running: /tmp/vagrant-shell20161208-16336-1rpp33k.sh
  28. ==> pixdor: /home/vagrant/.bashrc: line 32: profile.r: command not found
  29. ==> pixdor: /home/vagrant/.bashrc: line 32: profile.r: command not found
  30. ==> pixdor: Running files in files/startup-once-unprivileged
  31. ==> pixdor: Finished running files in files/startup-once-unprivileged
  32. ==> pixdor: To run again, delete hashes you want rerun in /.puphpet-stuff/startup-once-unprivileged-ran or the whole file to rerun all
  33. ==> pixdor: Running files in files/startup-always-unprivileged
  34. ==> pixdor: Finished running files in files/startup-always-unprivileged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement