Advertisement
Guest User

Untitled

a guest
May 26th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. user@Empower:centos7.0$ vagrant up c7001
  2. Bringing machine 'c7001' up with 'virtualbox' provider...
  3. ==> c7001: Clearing any previously set forwarded ports...
  4. ==> c7001: Fixed port collision for 22 => 2222. Now on port 2201.
  5. ==> c7001: Clearing any previously set network interfaces...
  6. ==> c7001: Preparing network interfaces based on configuration...
  7. c7001: Adapter 1: nat
  8. c7001: Adapter 2: hostonly
  9. ==> c7001: Forwarding ports...
  10. c7001: 22 => 2201 (adapter 1)
  11. ==> c7001: Running 'pre-boot' VM customizations...
  12. ==> c7001: Booting VM...
  13. ==> c7001: Waiting for machine to boot. This may take a few minutes...
  14. c7001: SSH address: 127.0.0.1:2201
  15. c7001: SSH username: vagrant
  16. c7001: SSH auth method: private key
  17. c7001: Error: Connection timeout. Retrying...
  18. ==> c7001: Machine booted and ready!
  19. ==> c7001: Checking for guest additions in VM...
  20. ==> c7001: Setting hostname...
  21. The following SSH command responded with a non-zero exit status.
  22. Vagrant assumes that this means the command failed!
  23.  
  24. service network restart
  25.  
  26. Stdout from the command:
  27.  
  28. Restarting network (via systemctl): [FAILED]
  29.  
  30.  
  31. Stderr from the command:
  32.  
  33. Job for network.service failed. See 'systemctl status network.service' and 'journalctl -xn' for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement