Skip to content

Instantly share code, notes, and snippets.

@apple-corps
Created November 5, 2014 00:50
Show Gist options
  • Save apple-corps/b980f5ed3a8d0e3d9b32 to your computer and use it in GitHub Desktop.
Save apple-corps/b980f5ed3a8d0e3d9b32 to your computer and use it in GitHub Desktop.
Veewee : can't build CentOS 6.5
veewee vbox build 'CentOS-6.5-200' -a --debug --force --nogui
2014-11-04 09:13:03 -0800 - environment - [veewee] Loading configuration...
2014-11-04 09:13:03 -0800 - - [veewee] Initializing veewee config object
2014-11-04 09:13:03 -0800 - - [veewee] No configfile found
2014-11-04 09:13:03 -0800 - environment - [veewee] Environment initialized (#<Veewee::Environment:0x000000021d7778>)
2014-11-04 09:13:03 -0800 - environment - [veewee] - cwd : /opt/vagrant/veewee
2014-11-04 09:13:03 -0800 - environment - [veewee] - veewee_filename : Veeweefile
2014-11-04 09:13:03 -0800 - environment - [veewee] - template_path : ["/home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/templates", "templates"]
2014-11-04 09:13:03 -0800 - environment - [veewee] - validation_dir : /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/validation
2014-11-04 09:13:03 -0800 - - [veewee] Reading ostype yamlfile /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/config/ostypes.yml
2014-11-04 09:13:03 -0800 - ui - [veewee] veewee
2014-11-04 09:13:03 -0800 - - [veewee] Command: "VBoxManage -v"
2014-11-04 09:13:03 -0800 - - [veewee] Output:
2014-11-04 09:13:03 -0800 - - [veewee] -------
2014-11-04 09:13:03 -0800 - - [veewee] 4.3.16r95972
2014-11-04 09:13:03 -0800 - - [veewee] Loading definition directory /opt/vagrant/veewee/definitions/CentOS-6.5-200
2014-11-04 09:13:03 -0800 - - [veewee] #
# change centos_64_dvd to one of configurations in *.yml in this directory
# use the yml files to configure
#
veewee_definition.declare_yaml('definition.yml', "centos_64_minimal.yml")
2014-11-04 09:13:03 -0800 - - [veewee] Entering path /opt/vagrant/veewee/definitions/CentOS-6.5-200
2014-11-04 09:13:03 -0800 - - [veewee] Reading yaml file: definition.yml
2014-11-04 09:13:03 -0800 - definition - [veewee] - cpu_count : 1
2014-11-04 09:13:03 -0800 - definition - [veewee] - memory_size : 8192
2014-11-04 09:13:03 -0800 - definition - [veewee] - disk_size : 200000
2014-11-04 09:13:03 -0800 - definition - [veewee] - disk_format : VDI
2014-11-04 09:13:03 -0800 - definition - [veewee] - hostiocache : off
2014-11-04 09:13:03 -0800 - definition - [veewee] - iso_download_timeout : 1000
2014-11-04 09:13:03 -0800 - definition - [veewee] - boot_wait : 15
2014-11-04 09:13:03 -0800 - definition - [veewee] - boot_cmd_sequence : ["<Tab> text ks=http://%IP%:%PORT%/ks.cfg<Enter>"]
2014-11-04 09:13:03 -0800 - definition - [veewee] - kickstart_port : 7122
2014-11-04 09:13:03 -0800 - definition - [veewee] - kickstart_timeout : 300
2014-11-04 09:13:03 -0800 - definition - [veewee] - kickstart_file : ks.cfg.erb
2014-11-04 09:13:03 -0800 - definition - [veewee] - ssh_login_timeout : 10000
2014-11-04 09:13:03 -0800 - definition - [veewee] - ssh_user : veewee
2014-11-04 09:13:03 -0800 - definition - [veewee] - ssh_password : veewee
2014-11-04 09:13:03 -0800 - definition - [veewee] - ssh_key :
2014-11-04 09:13:03 -0800 - definition - [veewee] - ssh_host_port : 7222
2014-11-04 09:13:03 -0800 - definition - [veewee] - ssh_guest_port : 22
2014-11-04 09:13:03 -0800 - definition - [veewee] - sudo_cmd : echo '%p'|sudo -S sh '%f'
2014-11-04 09:13:03 -0800 - definition - [veewee] - shutdown_cmd : /sbin/halt -h -p
2014-11-04 09:13:03 -0800 - definition - [veewee] - postinstall_files : ["base.sh", "ruby.sh", "chef.sh", "puppet.sh", "vagrant.sh", "virtualbox.sh", "_vmfusion.sh", "cleanup.sh", "zerodisk.sh"]
2014-11-04 09:13:03 -0800 - definition - [veewee] - postinstall_timeout : 10000
2014-11-04 09:13:03 -0800 - - [veewee] Reading yaml file: centos_64_minimal.yml
2014-11-04 09:13:03 -0800 - definition - [veewee] - os_type_id : RedHat6_64
2014-11-04 09:13:03 -0800 - definition - [veewee] - iso_file : CentOS-6.5-x86_64-minimal.iso
2014-11-04 09:13:03 -0800 - definition - [veewee] - iso_src : /opt/vagrant/CentOS-6.5-x86_64-minimal.iso
2014-11-04 09:13:03 -0800 - definition - [veewee] - iso_md5 : 0d9dc37b5dd4befa1c440d2174e88a87
2014-11-04 09:13:03 -0800 - - [veewee] Returning to path /opt/vagrant/veewee
2014-11-04 09:13:03 -0800 - - [veewee] Command: "VBoxManage --version"
2014-11-04 09:13:03 -0800 - - [veewee] Output:
2014-11-04 09:13:03 -0800 - - [veewee] -------
2014-11-04 09:13:03 -0800 - - [veewee] 4.3.16r95972
2014-11-04 09:13:03 -0800 - - [veewee] Command: "VBoxManage --version"
2014-11-04 09:13:03 -0800 - - [veewee] Output:
2014-11-04 09:13:03 -0800 - - [veewee] -------
2014-11-04 09:13:03 -0800 - - [veewee] 4.3.16r95972
2014-11-04 09:13:03 -0800 - ui - [veewee] Downloading vbox guest additions iso v 4.3.16 - http://download.virtualbox.org/virtualbox/4.3.16/VBoxGuestAdditions_4.3.16.iso
Downloading vbox guest additions iso v 4.3.16 - http://download.virtualbox.org/virtualbox/4.3.16/VBoxGuestAdditions_4.3.16.iso
2014-11-04 09:13:03 -0800 - ui - [veewee] Checking if isofile VBoxGuestAdditions_4.3.16.iso already exists.
Checking if isofile VBoxGuestAdditions_4.3.16.iso already exists.
2014-11-04 09:13:03 -0800 - ui - [veewee] Full path: /opt/vagrant/veewee/iso/VBoxGuestAdditions_4.3.16.iso
Full path: /opt/vagrant/veewee/iso/VBoxGuestAdditions_4.3.16.iso
2014-11-04 09:13:03 -0800 - ui - [veewee]
2014-11-04 09:13:03 -0800 - ui - [veewee] The isofile VBoxGuestAdditions_4.3.16.iso already exists.
The isofile VBoxGuestAdditions_4.3.16.iso already exists.
2014-11-04 09:13:03 -0800 - ui - [veewee] Building Box CentOS-6.5-200 with Definition CentOS-6.5-200:
Building Box CentOS-6.5-200 with Definition CentOS-6.5-200:
2014-11-04 09:13:03 -0800 - ui - [veewee] - debug : true
- debug : true
2014-11-04 09:13:03 -0800 - ui - [veewee] - cwd : /opt/vagrant/veewee
- cwd : /opt/vagrant/veewee
2014-11-04 09:13:03 -0800 - ui - [veewee] - force : true
- force : true
2014-11-04 09:13:03 -0800 - ui - [veewee] - nogui : true
- nogui : true
2014-11-04 09:13:03 -0800 - ui - [veewee] - auto : true
- auto : true
2014-11-04 09:13:03 -0800 - ui - [veewee] - checksum : false
- checksum : false
2014-11-04 09:13:03 -0800 - ui - [veewee] - redirectconsole : false
- redirectconsole : false
2014-11-04 09:13:03 -0800 - ui - [veewee] - postinstall_include : []
- postinstall_include : []
2014-11-04 09:13:03 -0800 - ui - [veewee] - postinstall_exclude : []
- postinstall_exclude : []
2014-11-04 09:13:03 -0800 - ui - [veewee] - skip_to_postinstall : false
- skip_to_postinstall : false
2014-11-04 09:13:03 -0800 - - [veewee] Checking the postinstall excludes
2014-11-04 09:13:03 -0800 - - [veewee] Checking the postinstall includes
2014-11-04 09:13:03 -0800 - ui - [veewee]
2014-11-04 09:13:03 -0800 - ui - [veewee] The isofile CentOS-6.5-x86_64-minimal.iso already exists.
The isofile CentOS-6.5-x86_64-minimal.iso already exists.
2014-11-04 09:13:03 -0800 - - [veewee] Command: "VBoxManage list vms"
2014-11-04 09:13:03 -0800 - - [veewee] Output:
2014-11-04 09:13:03 -0800 - - [veewee] -------
2014-11-04 09:13:04 -0800 - - [veewee] "<inaccessible>" {97401144-972c-4ce8-950b-fc934e2c03cd}
2014-11-04 09:13:04 -0800 - - [veewee] "CentOS-6.5-200" {e999abd3-d2e1-4cfe-981c-95363b3debb5}
2014-11-04 09:13:04 -0800 - - [veewee] Vm exists? true
2014-11-04 09:13:04 -0800 - - [veewee] Command: "VBoxManage list vms"
2014-11-04 09:13:04 -0800 - - [veewee] Output:
2014-11-04 09:13:04 -0800 - - [veewee] -------
2014-11-04 09:13:04 -0800 - - [veewee] "<inaccessible>" {97401144-972c-4ce8-950b-fc934e2c03cd}
2014-11-04 09:13:04 -0800 - - [veewee] "CentOS-6.5-200" {e999abd3-d2e1-4cfe-981c-95363b3debb5}
2014-11-04 09:13:04 -0800 - - [veewee] Vm exists? true
2014-11-04 09:13:04 -0800 - - [veewee] Command: "VBoxManage list vms"
2014-11-04 09:13:04 -0800 - - [veewee] Output:
2014-11-04 09:13:04 -0800 - - [veewee] -------
2014-11-04 09:13:04 -0800 - - [veewee] "<inaccessible>" {97401144-972c-4ce8-950b-fc934e2c03cd}
2014-11-04 09:13:04 -0800 - - [veewee] "CentOS-6.5-200" {e999abd3-d2e1-4cfe-981c-95363b3debb5}
2014-11-04 09:13:04 -0800 - - [veewee] Vm exists? true
2014-11-04 09:13:04 -0800 - - [veewee] Command: "VBoxManage list runningvms"
2014-11-04 09:13:04 -0800 - - [veewee] Output:
2014-11-04 09:13:04 -0800 - - [veewee] -------
2014-11-04 09:13:04 -0800 - - [veewee] Vm running? false
2014-11-04 09:13:04 -0800 - ui - [veewee] VBoxManage unregistervm "CentOS-6.5-200" --delete
VBoxManage unregistervm "CentOS-6.5-200" --delete
2014-11-04 09:13:04 -0800 - ui - [veewee] Deleting vm CentOS-6.5-200
Deleting vm CentOS-6.5-200
2014-11-04 09:13:04 -0800 - - [veewee] Command: "VBoxManage unregistervm "CentOS-6.5-200" --delete"
2014-11-04 09:13:04 -0800 - - [veewee] Output:
2014-11-04 09:13:04 -0800 - - [veewee] -------
2014-11-04 09:13:05 -0800 - - [veewee] 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage list hdds -l"
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage list vms"
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] "<inaccessible>" {97401144-972c-4ce8-950b-fc934e2c03cd}
2014-11-04 09:13:06 -0800 - - [veewee] Vm exists? false
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage list systemproperties"
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] API version: 4_3
2014-11-04 09:13:06 -0800 - - [veewee] Minimum guest RAM size: 4 Megabytes
2014-11-04 09:13:06 -0800 - - [veewee] Maximum guest RAM size: 2097152 Megabytes
2014-11-04 09:13:06 -0800 - - [veewee] Minimum video RAM size: 1 Megabytes
2014-11-04 09:13:06 -0800 - - [veewee] Maximum video RAM size: 256 Megabytes
2014-11-04 09:13:06 -0800 - - [veewee] Maximum guest monitor count: 64
2014-11-04 09:13:06 -0800 - - [veewee] Minimum guest CPU count: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum guest CPU count: 32
2014-11-04 09:13:06 -0800 - - [veewee] Virtual disk limit (info): 2199022206976 Bytes
2014-11-04 09:13:06 -0800 - - [veewee] Maximum Serial Port count: 2
2014-11-04 09:13:06 -0800 - - [veewee] Maximum Parallel Port count: 2
2014-11-04 09:13:06 -0800 - - [veewee] Maximum Boot Position: 4
2014-11-04 09:13:06 -0800 - - [veewee] Maximum PIIX3 Network Adapter count: 8
2014-11-04 09:13:06 -0800 - - [veewee] Maximum ICH9 Network Adapter count: 36
2014-11-04 09:13:06 -0800 - - [veewee] Maximum PIIX3 IDE Controllers: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum ICH9 IDE Controllers: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum IDE Port count: 2
2014-11-04 09:13:06 -0800 - - [veewee] Maximum Devices per IDE Port: 2
2014-11-04 09:13:06 -0800 - - [veewee] Maximum PIIX3 SATA Controllers: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum ICH9 SATA Controllers: 8
2014-11-04 09:13:06 -0800 - - [veewee] Maximum SATA Port count: 30
2014-11-04 09:13:06 -0800 - - [veewee] Maximum Devices per SATA Port: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum PIIX3 SCSI Controllers: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum ICH9 SCSI Controllers: 8
2014-11-04 09:13:06 -0800 - - [veewee] Maximum SCSI Port count: 16
2014-11-04 09:13:06 -0800 - - [veewee] Maximum Devices per SCSI Port: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum SAS PIIX3 Controllers: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum SAS ICH9 Controllers: 8
2014-11-04 09:13:06 -0800 - - [veewee] Maximum SAS Port count: 8
2014-11-04 09:13:06 -0800 - - [veewee] Maximum Devices per SAS Port: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum PIIX3 Floppy Controllers:1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum ICH9 Floppy Controllers: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum Floppy Port count: 1
2014-11-04 09:13:06 -0800 - - [veewee] Maximum Devices per Floppy Port: 2
2014-11-04 09:13:06 -0800 - - [veewee] Default machine folder: /home/alterian/VirtualBox VMs
2014-11-04 09:13:06 -0800 - - [veewee] Exclusive HW virtualization use: on
2014-11-04 09:13:06 -0800 - - [veewee] Default hard disk format: VDI
2014-11-04 09:13:06 -0800 - - [veewee] VRDE auth library: VBoxAuth
2014-11-04 09:13:06 -0800 - - [veewee] Webservice auth. library: VBoxAuth
2014-11-04 09:13:06 -0800 - - [veewee] Remote desktop ExtPack:
2014-11-04 09:13:06 -0800 - - [veewee] Log history count: 3
2014-11-04 09:13:06 -0800 - - [veewee] Default frontend:
2014-11-04 09:13:06 -0800 - - [veewee] Autostart database path:
2014-11-04 09:13:06 -0800 - - [veewee] Default Guest Additions ISO: /usr/share/virtualbox/VBoxGuestAdditions.iso
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage setextradata global "GUI/RegistrationData" "triesLeft=0""
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage setextradata global "GUI/SuppressMessages" "confirmInputCapture,remindAboutAutoCapture,remindAboutMouseIntegrationOff,remindAboutMouseIntegrationOn,remindAboutWrongColorDepth""
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage setextradata global "GUI/UpdateDate" "1 d, 2015-11-04, stable""
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage setextradata global "GUI/UpdateCheckCount" "60""
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] Using VBOX os_type_id RedHat_64
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage createvm --name "CentOS-6.5-200" --ostype "RedHat_64" --register"
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] Virtual machine 'CentOS-6.5-200' is created and registered.
2014-11-04 09:13:06 -0800 - - [veewee] UUID: 5e31caa6-61bb-4267-902f-22d0c8c53869
2014-11-04 09:13:06 -0800 - - [veewee] Settings file: '/home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-200.vbox'
2014-11-04 09:13:06 -0800 - - [veewee] Using VBOX os_type_id RedHat_64
2014-11-04 09:13:06 -0800 - ui - [veewee] Creating vm CentOS-6.5-200 : 8192M - 1 CPU - RedHat_64
Creating vm CentOS-6.5-200 : 8192M - 1 CPU - RedHat_64
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage modifyvm "CentOS-6.5-200" --cpus 1"
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage modifyvm "CentOS-6.5-200" --memory 8192"
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:06 -0800 - - [veewee] Command: "VBoxManage modifyvm "CentOS-6.5-200" --vram 10"
2014-11-04 09:13:06 -0800 - - [veewee] Output:
2014-11-04 09:13:06 -0800 - - [veewee] -------
2014-11-04 09:13:07 -0800 - - [veewee] Command: "VBoxManage modifyvm "CentOS-6.5-200" --boot1 disk --boot2 dvd --boot3 none --boot4 none"
2014-11-04 09:13:07 -0800 - - [veewee] Output:
2014-11-04 09:13:07 -0800 - - [veewee] -------
2014-11-04 09:13:07 -0800 - - [veewee] Command: "VBoxManage sharedfolder add "CentOS-6.5-200" --name "veewee-validation" --hostpath "/home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/validation" --automount"
2014-11-04 09:13:07 -0800 - - [veewee] Output:
2014-11-04 09:13:07 -0800 - - [veewee] -------
2014-11-04 09:13:07 -0800 - - [veewee] Command: "VBoxManage list systemproperties"
2014-11-04 09:13:07 -0800 - - [veewee] Output:
2014-11-04 09:13:07 -0800 - - [veewee] -------
2014-11-04 09:13:07 -0800 - - [veewee] API version: 4_3
2014-11-04 09:13:07 -0800 - - [veewee] Minimum guest RAM size: 4 Megabytes
2014-11-04 09:13:07 -0800 - - [veewee] Maximum guest RAM size: 2097152 Megabytes
2014-11-04 09:13:07 -0800 - - [veewee] Minimum video RAM size: 1 Megabytes
2014-11-04 09:13:07 -0800 - - [veewee] Maximum video RAM size: 256 Megabytes
2014-11-04 09:13:07 -0800 - - [veewee] Maximum guest monitor count: 64
2014-11-04 09:13:07 -0800 - - [veewee] Minimum guest CPU count: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum guest CPU count: 32
2014-11-04 09:13:07 -0800 - - [veewee] Virtual disk limit (info): 2199022206976 Bytes
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Serial Port count: 2
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Parallel Port count: 2
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Boot Position: 4
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 Network Adapter count: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 Network Adapter count: 36
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 IDE Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 IDE Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum IDE Port count: 2
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per IDE Port: 2
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 SATA Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 SATA Controllers: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SATA Port count: 30
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per SATA Port: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 SCSI Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 SCSI Controllers: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SCSI Port count: 16
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per SCSI Port: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SAS PIIX3 Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SAS ICH9 Controllers: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SAS Port count: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per SAS Port: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 Floppy Controllers:1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 Floppy Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Floppy Port count: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per Floppy Port: 2
2014-11-04 09:13:07 -0800 - - [veewee] Default machine folder: /home/alterian/VirtualBox VMs
2014-11-04 09:13:07 -0800 - - [veewee] Exclusive HW virtualization use: on
2014-11-04 09:13:07 -0800 - - [veewee] Default hard disk format: VDI
2014-11-04 09:13:07 -0800 - - [veewee] VRDE auth library: VBoxAuth
2014-11-04 09:13:07 -0800 - - [veewee] Webservice auth. library: VBoxAuth
2014-11-04 09:13:07 -0800 - - [veewee] Remote desktop ExtPack:
2014-11-04 09:13:07 -0800 - - [veewee] Log history count: 3
2014-11-04 09:13:07 -0800 - - [veewee] Default frontend:
2014-11-04 09:13:07 -0800 - - [veewee] Autostart database path:
2014-11-04 09:13:07 -0800 - - [veewee] Default Guest Additions ISO: /usr/share/virtualbox/VBoxGuestAdditions.iso
2014-11-04 09:13:07 -0800 - ui - [veewee] Creating new harddrive of size 200000, format VDI, variant Standard
Creating new harddrive of size 200000, format VDI, variant Standard
2014-11-04 09:13:07 -0800 - - [veewee] Command: "VBoxManage createhd --filename "/home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-2001.vdi" --size "200000" --format vdi --variant standard"
2014-11-04 09:13:07 -0800 - - [veewee] Output:
2014-11-04 09:13:07 -0800 - - [veewee] -------
2014-11-04 09:13:07 -0800 - - [veewee] 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
2014-11-04 09:13:07 -0800 - - [veewee] Disk image created. UUID: 13222afb-e256-4c4a-9066-f4d5eeb5a0d5
2014-11-04 09:13:07 -0800 - - [veewee] Command: "VBoxManage storagectl "CentOS-6.5-200" --name "IDE Controller" --add ide"
2014-11-04 09:13:07 -0800 - - [veewee] Output:
2014-11-04 09:13:07 -0800 - - [veewee] -------
2014-11-04 09:13:07 -0800 - - [veewee] Command: "VBoxManage --version"
2014-11-04 09:13:07 -0800 - - [veewee] Output:
2014-11-04 09:13:07 -0800 - - [veewee] -------
2014-11-04 09:13:07 -0800 - - [veewee] 4.3.16r95972
2014-11-04 09:13:07 -0800 - - [veewee] Command: "VBoxManage storagectl "CentOS-6.5-200" --name "SATA Controller" --add sata --hostiocache off --portcount 1"
2014-11-04 09:13:07 -0800 - - [veewee] Output:
2014-11-04 09:13:07 -0800 - - [veewee] -------
2014-11-04 09:13:07 -0800 - - [veewee] Command: "VBoxManage list systemproperties"
2014-11-04 09:13:07 -0800 - - [veewee] Output:
2014-11-04 09:13:07 -0800 - - [veewee] -------
2014-11-04 09:13:07 -0800 - - [veewee] API version: 4_3
2014-11-04 09:13:07 -0800 - - [veewee] Minimum guest RAM size: 4 Megabytes
2014-11-04 09:13:07 -0800 - - [veewee] Maximum guest RAM size: 2097152 Megabytes
2014-11-04 09:13:07 -0800 - - [veewee] Minimum video RAM size: 1 Megabytes
2014-11-04 09:13:07 -0800 - - [veewee] Maximum video RAM size: 256 Megabytes
2014-11-04 09:13:07 -0800 - - [veewee] Maximum guest monitor count: 64
2014-11-04 09:13:07 -0800 - - [veewee] Minimum guest CPU count: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum guest CPU count: 32
2014-11-04 09:13:07 -0800 - - [veewee] Virtual disk limit (info): 2199022206976 Bytes
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Serial Port count: 2
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Parallel Port count: 2
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Boot Position: 4
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 Network Adapter count: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 Network Adapter count: 36
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 IDE Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 IDE Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum IDE Port count: 2
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per IDE Port: 2
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 SATA Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 SATA Controllers: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SATA Port count: 30
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per SATA Port: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 SCSI Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 SCSI Controllers: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SCSI Port count: 16
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per SCSI Port: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SAS PIIX3 Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SAS ICH9 Controllers: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum SAS Port count: 8
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per SAS Port: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum PIIX3 Floppy Controllers:1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum ICH9 Floppy Controllers: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Floppy Port count: 1
2014-11-04 09:13:07 -0800 - - [veewee] Maximum Devices per Floppy Port: 2
2014-11-04 09:13:07 -0800 - - [veewee] Default machine folder: /home/alterian/VirtualBox VMs
2014-11-04 09:13:07 -0800 - - [veewee] Exclusive HW virtualization use: on
2014-11-04 09:13:07 -0800 - - [veewee] Default hard disk format: VDI
2014-11-04 09:13:07 -0800 - - [veewee] VRDE auth library: VBoxAuth
2014-11-04 09:13:07 -0800 - - [veewee] Webservice auth. library: VBoxAuth
2014-11-04 09:13:07 -0800 - - [veewee] Remote desktop ExtPack:
2014-11-04 09:13:07 -0800 - - [veewee] Log history count: 3
2014-11-04 09:13:07 -0800 - - [veewee] Default frontend:
2014-11-04 09:13:07 -0800 - - [veewee] Autostart database path:
2014-11-04 09:13:07 -0800 - - [veewee] Default Guest Additions ISO: /usr/share/virtualbox/VBoxGuestAdditions.iso
2014-11-04 09:13:07 -0800 - ui - [veewee] Attaching disk: /home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-2001.vdi
Attaching disk: /home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-2001.vdi
2014-11-04 09:13:07 -0800 - - [veewee] Command: "VBoxManage storageattach "CentOS-6.5-200" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium "/home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-2001.vdi""
2014-11-04 09:13:07 -0800 - - [veewee] Output:
2014-11-04 09:13:07 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - ui - [veewee] Mounting cdrom: /opt/vagrant/veewee/iso/CentOS-6.5-x86_64-minimal.iso
Mounting cdrom: /opt/vagrant/veewee/iso/CentOS-6.5-x86_64-minimal.iso
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage storageattach "CentOS-6.5-200" --storagectl "IDE Controller" --type dvddrive --port 0 --device 0 --medium "/opt/vagrant/veewee/iso/CentOS-6.5-x86_64-minimal.iso""
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage --version"
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - - [veewee] 4.3.16r95972
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage --version"
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - - [veewee] 4.3.16r95972
2014-11-04 09:13:08 -0800 - ui - [veewee] Mounting guest additions: /opt/vagrant/veewee/iso/VBoxGuestAdditions_4.3.16.iso
Mounting guest additions: /opt/vagrant/veewee/iso/VBoxGuestAdditions_4.3.16.iso
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage storageattach "CentOS-6.5-200" --storagectl "IDE Controller" --type dvddrive --port 1 --device 0 --medium "/opt/vagrant/veewee/iso/VBoxGuestAdditions_4.3.16.iso""
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - ui - [veewee] Finding unused TCP port in range: 7222 - 7262
Finding unused TCP port in range: 7222 - 7262
2014-11-04 09:13:08 -0800 - ui - [veewee] Selected TCP port 7222
Selected TCP port 7222
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage list runningvms"
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - - [veewee] Vm running? false
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage showvminfo --details --machinereadable "CentOS-6.5-200""
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - - [veewee] name="CentOS-6.5-200"
2014-11-04 09:13:08 -0800 - - [veewee] groups="/"
2014-11-04 09:13:08 -0800 - - [veewee] ostype="Red Hat (64 bit)"
2014-11-04 09:13:08 -0800 - - [veewee] UUID="5e31caa6-61bb-4267-902f-22d0c8c53869"
2014-11-04 09:13:08 -0800 - - [veewee] CfgFile="/home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-200.vbox"
2014-11-04 09:13:08 -0800 - - [veewee] SnapFldr="/home/alterian/VirtualBox VMs/CentOS-6.5-200/Snapshots"
2014-11-04 09:13:08 -0800 - - [veewee] LogFldr="/home/alterian/VirtualBox VMs/CentOS-6.5-200/Logs"
2014-11-04 09:13:08 -0800 - - [veewee] hardwareuuid="5e31caa6-61bb-4267-902f-22d0c8c53869"
2014-11-04 09:13:08 -0800 - - [veewee] memory=8192
2014-11-04 09:13:08 -0800 - - [veewee] pagefusion="off"
2014-11-04 09:13:08 -0800 - - [veewee] vram=10
2014-11-04 09:13:08 -0800 - - [veewee] cpuexecutioncap=100
2014-11-04 09:13:08 -0800 - - [veewee] hpet="off"
2014-11-04 09:13:08 -0800 - - [veewee] chipset="piix3"
2014-11-04 09:13:08 -0800 - - [veewee] firmware="BIOS"
2014-11-04 09:13:08 -0800 - - [veewee] cpus=1
2014-11-04 09:13:08 -0800 - - [veewee] pae="on"
2014-11-04 09:13:08 -0800 - - [veewee] longmode="on"
2014-11-04 09:13:08 -0800 - - [veewee] synthcpu="off"
2014-11-04 09:13:08 -0800 - - [veewee] bootmenu="messageandmenu"
2014-11-04 09:13:08 -0800 - - [veewee] boot1="disk"
2014-11-04 09:13:08 -0800 - - [veewee] boot2="dvd"
2014-11-04 09:13:08 -0800 - - [veewee] boot3="none"
2014-11-04 09:13:08 -0800 - - [veewee] boot4="none"
2014-11-04 09:13:08 -0800 - - [veewee] acpi="on"
2014-11-04 09:13:08 -0800 - - [veewee] ioapic="on"
2014-11-04 09:13:08 -0800 - - [veewee] biossystemtimeoffset=0
2014-11-04 09:13:08 -0800 - - [veewee] rtcuseutc="off"
2014-11-04 09:13:08 -0800 - - [veewee] hwvirtex="on"
2014-11-04 09:13:08 -0800 - - [veewee] nestedpaging="on"
2014-11-04 09:13:08 -0800 - - [veewee] largepages="off"
2014-11-04 09:13:08 -0800 - - [veewee] vtxvpid="on"
2014-11-04 09:13:08 -0800 - - [veewee] vtxux="on"
2014-11-04 09:13:08 -0800 - - [veewee] VMState="poweroff"
2014-11-04 09:13:08 -0800 - - [veewee] VMStateChangeTime="2014-11-04T17:13:06.483000000"
2014-11-04 09:13:08 -0800 - - [veewee] monitorcount=1
2014-11-04 09:13:08 -0800 - - [veewee] accelerate3d="off"
2014-11-04 09:13:08 -0800 - - [veewee] accelerate2dvideo="off"
2014-11-04 09:13:08 -0800 - - [veewee] teleporterenabled="off"
2014-11-04 09:13:08 -0800 - - [veewee] teleporterport=0
2014-11-04 09:13:08 -0800 - - [veewee] teleporteraddress=""
2014-11-04 09:13:08 -0800 - - [veewee] teleporterpassword=""
2014-11-04 09:13:08 -0800 - - [veewee] tracing-enabled="off"
2014-11-04 09:13:08 -0800 - - [veewee] tracing-allow-vm-access="off"
2014-11-04 09:13:08 -0800 - - [veewee] tracing-config=""
2014-11-04 09:13:08 -0800 - - [veewee] autostart-enabled="off"
2014-11-04 09:13:08 -0800 - - [veewee] autostart-delay=0
2014-11-04 09:13:08 -0800 - - [veewee] defaultfrontend=""
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollername0="IDE Controller"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollertype0="PIIX4"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerinstance0="0"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollermaxportcount0="2"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerportcount0="2"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerbootable0="on"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollername1="SATA Controller"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollertype1="IntelAhci"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerinstance1="0"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollermaxportcount1="30"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerportcount1="1"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerbootable1="on"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-0-0"="/opt/vagrant/veewee/iso/CentOS-6.5-x86_64-minimal.iso"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-ImageUUID-0-0"="5cd67292-f18d-4113-b4c1-f3b3b8952158"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-tempeject"="off"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-IsEjected"="off"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-0-1"="none"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-1-0"="/opt/vagrant/veewee/iso/VBoxGuestAdditions_4.3.16.iso"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-ImageUUID-1-0"="d9f1dd69-b131-4a71-b943-8b88a03adbe6"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-tempeject"="off"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-IsEjected"="off"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-1-1"="none"
2014-11-04 09:13:08 -0800 - - [veewee] "SATA Controller-0-0"="/home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-2001.vdi"
2014-11-04 09:13:08 -0800 - - [veewee] "SATA Controller-ImageUUID-0-0"="13222afb-e256-4c4a-9066-f4d5eeb5a0d5"
2014-11-04 09:13:08 -0800 - - [veewee] natnet1="nat"
2014-11-04 09:13:08 -0800 - - [veewee] macaddress1="080027E5BD47"
2014-11-04 09:13:08 -0800 - - [veewee] cableconnected1="on"
2014-11-04 09:13:08 -0800 - - [veewee] nic1="nat"
2014-11-04 09:13:08 -0800 - - [veewee] nictype1="82540EM"
2014-11-04 09:13:08 -0800 - - [veewee] nicspeed1="0"
2014-11-04 09:13:08 -0800 - - [veewee] mtu="0"
2014-11-04 09:13:08 -0800 - - [veewee] sockSnd="64"
2014-11-04 09:13:08 -0800 - - [veewee] sockRcv="64"
2014-11-04 09:13:08 -0800 - - [veewee] tcpWndSnd="64"
2014-11-04 09:13:08 -0800 - - [veewee] tcpWndRcv="64"
2014-11-04 09:13:08 -0800 - - [veewee] nic2="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic3="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic4="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic5="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic6="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic7="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic8="none"
2014-11-04 09:13:08 -0800 - - [veewee] hidpointing="ps2mouse"
2014-11-04 09:13:08 -0800 - - [veewee] hidkeyboard="ps2kbd"
2014-11-04 09:13:08 -0800 - - [veewee] uart1="off"
2014-11-04 09:13:08 -0800 - - [veewee] uart2="off"
2014-11-04 09:13:08 -0800 - - [veewee] lpt1="off"
2014-11-04 09:13:08 -0800 - - [veewee] lpt2="off"
2014-11-04 09:13:08 -0800 - - [veewee] audio="none"
2014-11-04 09:13:08 -0800 - - [veewee] clipboard="disabled"
2014-11-04 09:13:08 -0800 - - [veewee] draganddrop="disabled"
2014-11-04 09:13:08 -0800 - - [veewee] vrde="off"
2014-11-04 09:13:08 -0800 - - [veewee] usb="off"
2014-11-04 09:13:08 -0800 - - [veewee] ehci="off"
2014-11-04 09:13:08 -0800 - - [veewee] SharedFolderNameMachineMapping1="veewee-validation"
2014-11-04 09:13:08 -0800 - - [veewee] SharedFolderPathMachineMapping1="/home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/validation"
2014-11-04 09:13:08 -0800 - - [veewee] VRDEActiveConnection="off"
2014-11-04 09:13:08 -0800 - - [veewee] VRDEClients=0
2014-11-04 09:13:08 -0800 - - [veewee] vcpenabled="off"
2014-11-04 09:13:08 -0800 - - [veewee] vcpscreens=0
2014-11-04 09:13:08 -0800 - - [veewee] vcpfile="/home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-200.webm"
2014-11-04 09:13:08 -0800 - - [veewee] vcpwidth=1024
2014-11-04 09:13:08 -0800 - - [veewee] vcpheight=768
2014-11-04 09:13:08 -0800 - - [veewee] vcprate=512
2014-11-04 09:13:08 -0800 - - [veewee] vcpfps=25
2014-11-04 09:13:08 -0800 - - [veewee] GuestMemoryBalloon=0
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage modifyvm "CentOS-6.5-200" --natpf1 "guestssh,tcp,,7222,,22""
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - - [veewee] Provider asks the box to start: GUI enabled? false
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage list vms"
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - - [veewee] "<inaccessible>" {97401144-972c-4ce8-950b-fc934e2c03cd}
2014-11-04 09:13:08 -0800 - - [veewee] "CentOS-6.5-200" {5e31caa6-61bb-4267-902f-22d0c8c53869}
2014-11-04 09:13:08 -0800 - - [veewee] Vm exists? true
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage list runningvms"
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - - [veewee] Vm running? false
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage showvminfo --details --machinereadable "CentOS-6.5-200""
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:08 -0800 - - [veewee] name="CentOS-6.5-200"
2014-11-04 09:13:08 -0800 - - [veewee] groups="/"
2014-11-04 09:13:08 -0800 - - [veewee] ostype="Red Hat (64 bit)"
2014-11-04 09:13:08 -0800 - - [veewee] UUID="5e31caa6-61bb-4267-902f-22d0c8c53869"
2014-11-04 09:13:08 -0800 - - [veewee] CfgFile="/home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-200.vbox"
2014-11-04 09:13:08 -0800 - - [veewee] SnapFldr="/home/alterian/VirtualBox VMs/CentOS-6.5-200/Snapshots"
2014-11-04 09:13:08 -0800 - - [veewee] LogFldr="/home/alterian/VirtualBox VMs/CentOS-6.5-200/Logs"
2014-11-04 09:13:08 -0800 - - [veewee] hardwareuuid="5e31caa6-61bb-4267-902f-22d0c8c53869"
2014-11-04 09:13:08 -0800 - - [veewee] memory=8192
2014-11-04 09:13:08 -0800 - - [veewee] pagefusion="off"
2014-11-04 09:13:08 -0800 - - [veewee] vram=10
2014-11-04 09:13:08 -0800 - - [veewee] cpuexecutioncap=100
2014-11-04 09:13:08 -0800 - - [veewee] hpet="off"
2014-11-04 09:13:08 -0800 - - [veewee] chipset="piix3"
2014-11-04 09:13:08 -0800 - - [veewee] firmware="BIOS"
2014-11-04 09:13:08 -0800 - - [veewee] cpus=1
2014-11-04 09:13:08 -0800 - - [veewee] pae="on"
2014-11-04 09:13:08 -0800 - - [veewee] longmode="on"
2014-11-04 09:13:08 -0800 - - [veewee] synthcpu="off"
2014-11-04 09:13:08 -0800 - - [veewee] bootmenu="messageandmenu"
2014-11-04 09:13:08 -0800 - - [veewee] boot1="disk"
2014-11-04 09:13:08 -0800 - - [veewee] boot2="dvd"
2014-11-04 09:13:08 -0800 - - [veewee] boot3="none"
2014-11-04 09:13:08 -0800 - - [veewee] boot4="none"
2014-11-04 09:13:08 -0800 - - [veewee] acpi="on"
2014-11-04 09:13:08 -0800 - - [veewee] ioapic="on"
2014-11-04 09:13:08 -0800 - - [veewee] biossystemtimeoffset=0
2014-11-04 09:13:08 -0800 - - [veewee] rtcuseutc="off"
2014-11-04 09:13:08 -0800 - - [veewee] hwvirtex="on"
2014-11-04 09:13:08 -0800 - - [veewee] nestedpaging="on"
2014-11-04 09:13:08 -0800 - - [veewee] largepages="off"
2014-11-04 09:13:08 -0800 - - [veewee] vtxvpid="on"
2014-11-04 09:13:08 -0800 - - [veewee] vtxux="on"
2014-11-04 09:13:08 -0800 - - [veewee] VMState="poweroff"
2014-11-04 09:13:08 -0800 - - [veewee] VMStateChangeTime="2014-11-04T17:13:06.483000000"
2014-11-04 09:13:08 -0800 - - [veewee] monitorcount=1
2014-11-04 09:13:08 -0800 - - [veewee] accelerate3d="off"
2014-11-04 09:13:08 -0800 - - [veewee] accelerate2dvideo="off"
2014-11-04 09:13:08 -0800 - - [veewee] teleporterenabled="off"
2014-11-04 09:13:08 -0800 - - [veewee] teleporterport=0
2014-11-04 09:13:08 -0800 - - [veewee] teleporteraddress=""
2014-11-04 09:13:08 -0800 - - [veewee] teleporterpassword=""
2014-11-04 09:13:08 -0800 - - [veewee] tracing-enabled="off"
2014-11-04 09:13:08 -0800 - - [veewee] tracing-allow-vm-access="off"
2014-11-04 09:13:08 -0800 - - [veewee] tracing-config=""
2014-11-04 09:13:08 -0800 - - [veewee] autostart-enabled="off"
2014-11-04 09:13:08 -0800 - - [veewee] autostart-delay=0
2014-11-04 09:13:08 -0800 - - [veewee] defaultfrontend=""
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollername0="IDE Controller"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollertype0="PIIX4"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerinstance0="0"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollermaxportcount0="2"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerportcount0="2"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerbootable0="on"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollername1="SATA Controller"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollertype1="IntelAhci"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerinstance1="0"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollermaxportcount1="30"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerportcount1="1"
2014-11-04 09:13:08 -0800 - - [veewee] storagecontrollerbootable1="on"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-0-0"="/opt/vagrant/veewee/iso/CentOS-6.5-x86_64-minimal.iso"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-ImageUUID-0-0"="5cd67292-f18d-4113-b4c1-f3b3b8952158"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-tempeject"="off"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-IsEjected"="off"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-0-1"="none"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-1-0"="/opt/vagrant/veewee/iso/VBoxGuestAdditions_4.3.16.iso"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-ImageUUID-1-0"="d9f1dd69-b131-4a71-b943-8b88a03adbe6"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-tempeject"="off"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-IsEjected"="off"
2014-11-04 09:13:08 -0800 - - [veewee] "IDE Controller-1-1"="none"
2014-11-04 09:13:08 -0800 - - [veewee] "SATA Controller-0-0"="/home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-2001.vdi"
2014-11-04 09:13:08 -0800 - - [veewee] "SATA Controller-ImageUUID-0-0"="13222afb-e256-4c4a-9066-f4d5eeb5a0d5"
2014-11-04 09:13:08 -0800 - - [veewee] natnet1="nat"
2014-11-04 09:13:08 -0800 - - [veewee] macaddress1="080027E5BD47"
2014-11-04 09:13:08 -0800 - - [veewee] cableconnected1="on"
2014-11-04 09:13:08 -0800 - - [veewee] nic1="nat"
2014-11-04 09:13:08 -0800 - - [veewee] nictype1="82540EM"
2014-11-04 09:13:08 -0800 - - [veewee] nicspeed1="0"
2014-11-04 09:13:08 -0800 - - [veewee] mtu="0"
2014-11-04 09:13:08 -0800 - - [veewee] sockSnd="64"
2014-11-04 09:13:08 -0800 - - [veewee] sockRcv="64"
2014-11-04 09:13:08 -0800 - - [veewee] tcpWndSnd="64"
2014-11-04 09:13:08 -0800 - - [veewee] tcpWndRcv="64"
2014-11-04 09:13:08 -0800 - - [veewee] Forwarding(0)="guestssh,tcp,,7222,,22"
2014-11-04 09:13:08 -0800 - - [veewee] nic2="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic3="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic4="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic5="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic6="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic7="none"
2014-11-04 09:13:08 -0800 - - [veewee] nic8="none"
2014-11-04 09:13:08 -0800 - - [veewee] hidpointing="ps2mouse"
2014-11-04 09:13:08 -0800 - - [veewee] hidkeyboard="ps2kbd"
2014-11-04 09:13:08 -0800 - - [veewee] uart1="off"
2014-11-04 09:13:08 -0800 - - [veewee] uart2="off"
2014-11-04 09:13:08 -0800 - - [veewee] lpt1="off"
2014-11-04 09:13:08 -0800 - - [veewee] lpt2="off"
2014-11-04 09:13:08 -0800 - - [veewee] audio="none"
2014-11-04 09:13:08 -0800 - - [veewee] clipboard="disabled"
2014-11-04 09:13:08 -0800 - - [veewee] draganddrop="disabled"
2014-11-04 09:13:08 -0800 - - [veewee] vrde="off"
2014-11-04 09:13:08 -0800 - - [veewee] usb="off"
2014-11-04 09:13:08 -0800 - - [veewee] ehci="off"
2014-11-04 09:13:08 -0800 - - [veewee] SharedFolderNameMachineMapping1="veewee-validation"
2014-11-04 09:13:08 -0800 - - [veewee] SharedFolderPathMachineMapping1="/home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/validation"
2014-11-04 09:13:08 -0800 - - [veewee] VRDEActiveConnection="off"
2014-11-04 09:13:08 -0800 - - [veewee] VRDEClients=0
2014-11-04 09:13:08 -0800 - - [veewee] vcpenabled="off"
2014-11-04 09:13:08 -0800 - - [veewee] vcpscreens=0
2014-11-04 09:13:08 -0800 - - [veewee] vcpfile="/home/alterian/VirtualBox VMs/CentOS-6.5-200/CentOS-6.5-200.webm"
2014-11-04 09:13:08 -0800 - - [veewee] vcpwidth=1024
2014-11-04 09:13:08 -0800 - - [veewee] vcpheight=768
2014-11-04 09:13:08 -0800 - - [veewee] vcprate=512
2014-11-04 09:13:08 -0800 - - [veewee] vcpfps=25
2014-11-04 09:13:08 -0800 - - [veewee] GuestMemoryBalloon=0
2014-11-04 09:13:08 -0800 - ui - [veewee] Finding unused TCP port in range: 7222 - 7262
Finding unused TCP port in range: 7222 - 7262
2014-11-04 09:13:08 -0800 - ui - [veewee] Selected TCP port 7222
Selected TCP port 7222
2014-11-04 09:13:08 -0800 - - [veewee] Command: "VBoxManage setextradata global "GUI/RegistrationData" "triesLeft=0""
2014-11-04 09:13:08 -0800 - - [veewee] Output:
2014-11-04 09:13:08 -0800 - - [veewee] -------
2014-11-04 09:13:09 -0800 - - [veewee] Command: "VBoxManage setextradata global "GUI/SuppressMessages" "confirmInputCapture,remindAboutAutoCapture,remindAboutMouseIntegrationOff,remindAboutMouseIntegrationOn,remindAboutWrongColorDepth""
2014-11-04 09:13:09 -0800 - - [veewee] Output:
2014-11-04 09:13:09 -0800 - - [veewee] -------
2014-11-04 09:13:09 -0800 - - [veewee] Command: "VBoxManage setextradata global "GUI/UpdateDate" "1 d, 2015-11-04, stable""
2014-11-04 09:13:09 -0800 - - [veewee] Output:
2014-11-04 09:13:09 -0800 - - [veewee] -------
2014-11-04 09:13:09 -0800 - - [veewee] Command: "VBoxManage setextradata global "GUI/UpdateCheckCount" "60""
2014-11-04 09:13:09 -0800 - - [veewee] Output:
2014-11-04 09:13:09 -0800 - - [veewee] -------
2014-11-04 09:13:09 -0800 - - [veewee] Started the VM with GUI Enabled? false
2014-11-04 09:13:09 -0800 - - [veewee] Command: "VBoxManage startvm --type headless "CentOS-6.5-200""
2014-11-04 09:13:09 -0800 - - [veewee] Output:
2014-11-04 09:13:09 -0800 - - [veewee] -------
2014-11-04 09:13:09 -0800 - - [veewee] Waiting for VM "CentOS-6.5-200" to power on...
2014-11-04 09:13:09 -0800 - - [veewee] VM "CentOS-6.5-200" has been successfully started.
2014-11-04 09:13:09 -0800 - ui - [veewee] Waiting 15 seconds for the machine to boot
Waiting 15 seconds for the machine to boot
2014-11-04 09:13:24 -0800 - ui - [veewee] Finding unused TCP port in range: 7122 - 7199
Finding unused TCP port in range: 7122 - 7199
2014-11-04 09:13:24 -0800 - ui - [veewee] Selected TCP port 7122
Selected TCP port 7122
2014-11-04 09:13:24 -0800 - ui - [veewee] Starting a webserver 10.0.2.2:7122, check your firewall if nothing happens
Starting a webserver 10.0.2.2:7122, check your firewall if nothing happens
2014-11-04 09:13:24 -0800 - ui - [veewee]
2014-11-04 09:13:24 -0800 - ui - [veewee] Typing:[1]: <Tab> text ks=http://10.0.2.2:7122/ks.cfg<Enter>
Typing:[1]: <Tab> text ks=http://10.0.2.2:7122/ks.cfg<Enter>
2014-11-04 09:13:24 -0800 - - [veewee] Sending keycodes: 0f 8f 39 b9 14 94 12 92 2d ad 14 94 39 b9 25 a5 1f 9f 0d 8d 23 a3 14 94 14 94 19 99 2a 27 aa a7 35 b5 35 b5 02 82 0b 8b 34 b4 0b 8b 34 b4 03 83 34 b4 03 83 2a 27 aa a7 08 88 02 82 03 83 03 83 35 b5 25 a5 1f 9f 34 b4 2e ae 21 a1 22 a2 1c 9c
2014-11-04 09:13:24 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 0f
2014-11-04 09:13:24 -0800 - - [veewee] mounting file /ks.cfg.erb
2014-11-04 09:13:24 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 0f"
2014-11-04 09:13:24 -0800 - - [veewee] Output:
2014-11-04 09:13:24 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 8f
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 8f"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 39
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 39"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b9
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b9"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 14
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 14"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 94
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 94"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 12
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 12"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 92
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 92"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 2d
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 2d"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode ad
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode ad"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 14
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 14"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 94
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 94"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 39
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 39"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b9
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b9"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 25
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 25"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:25 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a5
2014-11-04 09:13:25 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a5"
2014-11-04 09:13:25 -0800 - - [veewee] Output:
2014-11-04 09:13:25 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 1f
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 1f"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 9f
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 9f"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 0d
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 0d"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 8d
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 8d"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 23
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 23"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a3
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a3"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 14
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 14"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 94
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 94"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 14
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 14"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 94
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 94"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 19
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 19"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 99
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 99"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 2a
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 2a"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:26 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 27
2014-11-04 09:13:26 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 27"
2014-11-04 09:13:26 -0800 - - [veewee] Output:
2014-11-04 09:13:26 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode aa
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode aa"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a7
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a7"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 35
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 35"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b5
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b5"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 35
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 35"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b5
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b5"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 02
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 02"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 82
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 82"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 0b
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 0b"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 8b
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 8b"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 34
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 34"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b4
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b4"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:27 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 0b
2014-11-04 09:13:27 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 0b"
2014-11-04 09:13:27 -0800 - - [veewee] Output:
2014-11-04 09:13:27 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 8b
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 8b"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 34
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 34"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b4
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b4"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 03
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 03"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 83
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 83"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 34
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 34"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b4
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b4"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 03
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 03"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 83
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 83"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 2a
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 2a"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 27
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 27"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode aa
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode aa"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:28 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a7
2014-11-04 09:13:28 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a7"
2014-11-04 09:13:28 -0800 - - [veewee] Output:
2014-11-04 09:13:28 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 08
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 08"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 88
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 88"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 02
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 02"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 82
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 82"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 03
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 03"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 83
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 83"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 03
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 03"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 83
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 83"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 35
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 35"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b5
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b5"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 25
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 25"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a5
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a5"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 1f
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 1f"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:29 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 9f
2014-11-04 09:13:29 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 9f"
2014-11-04 09:13:29 -0800 - - [veewee] Output:
2014-11-04 09:13:29 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 34
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 34"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b4
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode b4"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 2e
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 2e"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode ae
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode ae"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 21
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 21"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a1
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a1"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 22
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 22"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a2
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode a2"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 1c
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 1c"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:30 -0800 - - [veewee] VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 9c
2014-11-04 09:13:30 -0800 - - [veewee] Command: "VBoxManage controlvm "CentOS-6.5-200" keyboardputscancode 9c"
2014-11-04 09:13:30 -0800 - - [veewee] Output:
2014-11-04 09:13:30 -0800 - - [veewee] -------
2014-11-04 09:13:31 -0800 - ui - [veewee] Done typing.
Done typing.
2014-11-04 09:13:31 -0800 - ui - [veewee]
/home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/core/helper/web.rb:81:in `rescue in server_for_http_request': undefined local variable or method `server' for #<Veewee::Provider::Virtualbox::Box:0x000000022a3918> (NameError)
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/core/helper/web.rb:60:in `server_for_http_request'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/core/helper/web.rb:45:in `wait_for_http_request'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/core/box/build.rb:242:in `block in handle_kickstart'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/core/box/build.rb:241:in `each'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/core/box/build.rb:241:in `each_with_index'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/core/box/build.rb:241:in `handle_kickstart'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/core/box/build.rb:82:in `kickstart'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/core/box/build.rb:113:in `build'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/provider/virtualbox/box/build.rb:10:in `build'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.4.5.1/lib/veewee/command/vbox.rb:22:in `build'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/thor-0.19.1/lib/thor/invocation.rb:115:in `invoke'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/thor-0.19.1/lib/thor.rb:235:in `block in subcommand'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
from /home/alterian/.rvm/gems/ruby-2.1.4/gems/veewee-0.5.0.alpha3/bin/veewee:24:in `<top (required)>'
from /home/alterian/.rvm/gems/ruby-2.1.4/bin/veewee:23:in `load'
from /home/alterian/.rvm/gems/ruby-2.1.4/bin/veewee:23:in `<main>'
from /home/alterian/.rvm/gems/ruby-2.1.4/bin/ruby_executable_hooks:15:in `eval'
from /home/alterian/.rvm/gems/ruby-2.1.4/bin/ruby_executable_hooks:15:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment