Advertisement
Guest User

Untitled

a guest
May 6th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. vagrant up
  2.  
  3. ...
  4. 00:00:00.143578 ******************** End of CPUID dump **********************
  5. 00:00:00.145703 VM: Halt method global1 (5)
  6. 00:00:00.145710 HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
  7. 00:00:00.145714 Changing the VM state from 'CREATING' to 'CREATED'.
  8. 00:00:00.146015 SharedFolders host service: adding host mapping
  9. 00:00:00.146020 Host path '/home/user_name/project_name/devbox', map name 'vagrant', writable, automount=false, create_symlinks=true, missing=false
  10. 00:00:00.146097 Changing the VM state from 'CREATED' to 'POWERING_ON'.
  11. 00:00:00.146710 NAT: set redirect TCP host 127.0.0.1:2222 => guest 10.0.2.15:22
  12. 00:00:00.146806 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
  13. 00:00:00.148732 Guest Log: BIOS: VirtualBox 4.3.26
  14. 00:00:00.148818 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
  15. 00:00:00.157868 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={480b372c-c0b5-4c23-9bd7-dcbb85b1594c} aComponent={Display} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false
  16. 00:00:00.168034 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
  17. 00:00:00.174891 AHCI#0: Reset the HBA
  18. 00:00:00.174953 AHCI#0: Port 0 reset
  19. 00:00:00.175519 Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 83886080 sectors
  20. 00:00:00.175577 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
  21. 00:00:00.190899 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007fa8d5937000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1
  22. 00:00:00.537461 NAT: old socket rcv size: 128KB
  23. 00:00:00.537476 NAT: old socket snd size: 128KB
  24. 00:00:02.648091 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
  25. 00:00:02.650582 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
  26. 00:00:02.650757 Guest Log: BIOS: Boot : bseqnr=1, bootseq=0002
  27. 00:00:02.651025 Guest Log: BIOS: Booting from Hard Disk...
  28. 00:00:03.091510 PIT: mode=2 count=0x12a5 (4773) - 249.98 Hz (ch=0)
  29. 00:00:03.408419 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0)
  30. 00:00:03.709126 AHCI#0: Reset the HBA
  31. 00:00:03.728571 AHCI#0: Port 0 reset
  32. 00:00:06.861887 Guest Additions information report: Version 4.3.10 r93012 '4.3.10_Ubuntu'
  33. 00:00:06.861928 Guest Additions information report: Interface = 0x00010004 osType = 0x00053100 (64-bit)
  34. 00:00:06.861974 Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
  35. 00:00:06.862019 Guest reported fixed hypervisor window at 00000c00000 (size = 0x800000, rc = VINF_SUCCESS)
  36. 00:00:06.881410 Guest Log: vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
  37. 00:00:08.425021 NAT: IPv6 not supported
  38. 00:00:08.443541 NAT: DHCP offered IP address 10.0.2.15
  39. 00:00:08.445786 NAT: DHCP offered IP address 10.0.2.15
  40. 00:00:09.070544 NAT: link up
  41.  
  42. $ uname -a
  43. Linux user-Inspiron-7548 3.19.0-16-generic #16-Ubuntu SMP Thu Apr 30 16:09:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  44. $ lsb_release -a
  45. No LSB modules are available.
  46. Distributor ID: Ubuntu
  47. Description: Ubuntu 15.04
  48. Release: 15.04
  49. Codename: vivid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement