hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.29k stars 4.43k forks source link

Vagrant Share suddenly stopped working. #4848

Closed tbergeron closed 9 years ago

tbergeron commented 9 years ago

Hi,

I was using Vagrant Share and everything has been fine for the last days. I was using vagrant share whenever I needed to test something coming from the outside and it's been a breeze.

But suddenly it stopped working, told me that my 3 hours old share was expired so that's when I noticed it was weird since I thought the timeout was 7 hours. I tried to run share again, it created shares but always came back with the same error. So now my shares look like this:

I noticed this when starting my box:

==> default: Checking for guest additions in VM...
    default: The guest additions on this VM do not match the installed version of
    default: VirtualBox! In most cases this is fine, but in rare cases it can
    default: prevent things such as shared folders from working properly. If you see
    default: shared folder errors, please make sure the guest additions within the
    default: virtual machine match the version of VirtualBox you have installed on
    default: your host and reload your VM.
    default: 
    default: Guest Additions Version: 4.1.12
    default: VirtualBox Version: 4.3

Also here's the error I'm getting right now:

02:51:05 {master} ~/path/$ vagrant share
==> default: Detecting network information for machine...
    default: Local machine address: 192.168.33.10
    default: Local HTTP port: 80
    default: Local HTTPS port: disabled
==> default: Checking authentication and authorization...
==> default: Creating Vagrant Share session...
    default: Share will be at: gentle-musk-ox-9937
The sharing proxy exited with a non-zero exit status! This represents
an erroneous exit and likely a bug. Please report this issue.

At first I thought Vagrant Share was down since www.vagrantshare.com was blank but I think this is normal so I really wonder what happened because I swear I did not change anything except my PHP code I was testing on the box lol

Any ideas of what's going on?

Thanks and have a nice day!

tbergeron commented 9 years ago

For even more debug possibilities here's the full debug log of my vagrant share execution:

 INFO global: Vagrant version: 1.6.5
 INFO global: Ruby version: 2.0.0
 INFO global: RubyGems version: 2.0.14
 INFO global: VAGRANT_EXECUTABLE="/Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.6.5/bin/vagrant"
 INFO global: VAGRANT_LOG="debug"
 INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/Applications/Vagrant/bin/../embedded"
 INFO global: VAGRANT_INSTALLER_VERSION="2"
 INFO global: VAGRANT_DETECTED_OS="Darwin"
 INFO global: VAGRANT_INSTALLER_ENV="1"
 INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
 INFO global: Plugins:
 INFO global:   - bundler = 1.6.6
 INFO global:   - mime-types = 1.25.1
 INFO global:   - rdoc = 4.0.0
 INFO global:   - rest-client = 1.6.8
 INFO global:   - vagrant-login = 1.0.1
 INFO global:   - vagrant-share = 1.1.1
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/box/plugin.rb
 INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/destroy/plugin.rb
 INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/global-status/plugin.rb
 INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/halt/plugin.rb
 INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/help/plugin.rb
 INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/init/plugin.rb
 INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/list-commands/plugin.rb
 INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/package/plugin.rb
 INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/plugin/plugin.rb
 INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/provision/plugin.rb
 INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/rdp/plugin.rb
 INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/reload/plugin.rb
 INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/resume/plugin.rb
 INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/ssh/plugin.rb
 INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/ssh_config/plugin.rb
 INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/status/plugin.rb
 INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/suspend/plugin.rb
 INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/up/plugin.rb
 INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/version/plugin.rb
 INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/communicators/ssh/plugin.rb
 INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/communicators/winrm/plugin.rb
 INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/arch/plugin.rb
 INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/coreos/plugin.rb
 INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/darwin/plugin.rb
 INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/debian/plugin.rb
 INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/esxi/plugin.rb
 INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/fedora/plugin.rb
 INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/funtoo/plugin.rb
 INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/linux/plugin.rb
 INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/mint/plugin.rb
 INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/netbsd/plugin.rb
 INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/nixos/plugin.rb
 INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/omnios/plugin.rb
 INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/openbsd/plugin.rb
 INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/pld/plugin.rb
 INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/redhat/plugin.rb
 INFO manager: Registered plugin: RedHat guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/smartos/plugin.rb
 INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/solaris/plugin.rb
 INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/solaris11/plugin.rb
 INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/suse/plugin.rb
 INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/tinycore/plugin.rb
 INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/ubuntu/plugin.rb
 INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/windows/plugin.rb
 INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/arch/plugin.rb
 INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/bsd/plugin.rb
 INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/darwin/plugin.rb
 INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/linux/plugin.rb
 INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/null/plugin.rb
 INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/opensuse/plugin.rb
 INFO manager: Registered plugin: OpenSUSE host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/windows/plugin.rb
 INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/kernel_v1/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/kernel_v2/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/docker/plugin.rb
 INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/hyperv/plugin.rb
 INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/virtualbox/plugin.rb
 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/ansible/plugin.rb
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/cfengine/plugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/chef/plugin.rb
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/docker/plugin.rb
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/file/plugin.rb
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/puppet/plugin.rb
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/salt/plugin.rb
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/shell/plugin.rb
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/synced_folders/nfs/plugin.rb
 INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/synced_folders/rsync/plugin.rb
 INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/synced_folders/smb/plugin.rb
 INFO manager: Registered plugin: SMB synced folders
 INFO global: Loading plugins!
 INFO manager: Registered plugin: vagrant-login
 INFO manager: Registered plugin: vagrant-share
 INFO vagrant: `vagrant` invoked: ["share"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x0000010082ff18>)
 INFO environment:   - cwd: /Users/<username>/Desktop/<project>/whmcs-vagrant
 INFO environment: Home path: /Users/<username>/.vagrant.d
 INFO environment: Local data path: /Users/<username>/Desktop/<project>/whmcs-vagrant/.vagrant
DEBUG environment: Creating: /Users/<username>/Desktop/<project>/whmcs-vagrant/.vagrant
 INFO environment: Running hook: environment_plugins_loaded
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x00000100aeec68>
 INFO environment: Running hook: environment_load
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x00000100bd50f0>
 INFO cli: CLI: [] "share" []
DEBUG cli: Invoking command class: VagrantPlugins::Share::Command::Share []
DEBUG share: Getting target VMs for command. Arguments:
DEBUG share:  -- names: []
DEBUG share:  -- options: {:single_target=>true}
DEBUG share: Loading all machines...
 INFO loader: Set :root = #<Pathname:/Users/<username>/Desktop/<project>/whmcs-vagrant/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/<username>/Desktop/<project>/whmcs-vagrant/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/<username>/Desktop/<project>/whmcs-vagrant/Vagrantfile
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG provisioner: Provisioner defined: shell
DEBUG provisioner: Provisioner defined: puppet
DEBUG loader: Configuration loaded successfully, finalizing and returning
 INFO share: Active machine found with name default. Using provider: virtualbox
 INFO environment: Getting machine: default (virtualbox)
 INFO environment: Uncached load of machine.
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.18r96516
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.18
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO loader: Set "2153755880_machine_default" = []
 INFO loader: Loading configuration in order: [:home, :root, "2153755880_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
 INFO box_collection: Box found: ubuntu/precise64 (virtualbox)
 INFO environment: Running hook: authenticate_box_url
 INFO host: Autodetecting host type for [#<Vagrant::Environment: /Users/<username>/Desktop/<project>/whmcs-vagrant>]
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
 INFO host: Detected: darwin!
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x000001029cf3f8>
 INFO warden: Calling IN action: #<VagrantPlugins::Login::ActionAuthenticateBox:0x00000102a805b8>
 INFO warden: Calling OUT action: #<VagrantPlugins::Login::ActionAuthenticateBox:0x00000102a805b8>
 INFO loader: Set :"2154695540_ubuntu/precise64_virtualbox" = #<Pathname:/Users/<username>/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-precise64/12.04.4/virtualbox/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/<username>/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-precise64/12.04.4/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/<username>/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-precise64/12.04.4/virtualbox/Vagrantfile
 INFO loader: Loading configuration in order: [:"2154695540_ubuntu/precise64_virtualbox", :home, :root, "2153755880_machine_default"]
DEBUG loader: Loading from: 2154695540_ubuntu/precise64_virtualbox (evaluating)
DEBUG loader: Upgrading config from version 1 to 2
DEBUG loader: Upgrading config to version 2
DEBUG loader: Upgraded to version 2 with 0 warnings and 0 errors
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
 INFO machine: Initializing machine: default
 INFO machine:   - Provider: VagrantPlugins::ProviderVirtualBox::Provider
 INFO machine:   - Box: #<Vagrant::Box:0x00000100db1ae0>
 INFO machine:   - Data dir: /Users/<username>/Desktop/<project>/whmcs-vagrant/.vagrant/machines/default/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: "d24126d1-3d85-407d-b479-67eccd87f580"
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.18r96516
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.18
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "d24126d1-3d85-407d-b479-67eccd87f580"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            whmcs-vagrant_default_1416254533906_45947
Groups:          /
Guest OS:        Ubuntu (64 bit)
UUID:            d24126d1-3d85-407d-b479-67eccd87f580
Config file:     /Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.vbox
Snapshot folder: /Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Snapshots
Log folder:      /Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Logs
Hardware UUID:   d24126d1-3d85-407d-b479-67eccd87f580
Memory size:     1024MB
Page Fusion:     off
VRAM size:       12MB
CPU exec cap:    100%
HPET:            off
Chipset:         piix3
Firmware:        BIOS
Number of CPUs:  1
PAE:             off
Long Mode:       on
Synthetic CPU:   off
CPUID overrides: None
Boot menu mode:  message and menu
Boot Device (1): HardDisk
Boot Device (2): Not Assigned
Boot Device (3): Not Assigned
Boot Device (4): Not Assigned
ACPI:            on
IOAPIC:          on
Time offset:     0ms
RTC:             UTC
Hardw. virt.ext: on
Nested Paging:   on
Large Pages:     off
VT-x VPID:       on
VT-x unr. exec.: on
State:           running (since 2014-11-19T19:50:26.486000000)
Monitor count:   1
3D Acceleration: off
2D Video Acceleration: off
Teleporter Enabled: off
Teleporter Port: 0
Teleporter Address: 
Teleporter Password: 
Tracing Enabled: off
Allow Tracing to Access VM: off
Tracing Configuration: 
Autostart Enabled: off
Autostart Delay: 0
Default Frontend: 
Storage Controller Name (0):            SATAController
Storage Controller Type (0):            IntelAhci
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0):  30
Storage Controller Port Count (0):      1
Storage Controller Bootable (0):        on
SATAController (0, 0): /Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/box-disk1.vmdk (UUID: 5975af33-9d35-463a-9735-c059d7d878e0)
NIC 1:           MAC: 0800273295B9, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
NIC 1 Settings:  MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
NIC 1 Rule(0):   name = ssh, protocol = tcp, host ip = 127.0.0.1, host port = 2222, guest ip = , guest port = 22
NIC 1 Rule(1):   name = tcp8080, protocol = tcp, host ip = , host port = 8080, guest ip = , guest port = 80
NIC 2:           MAC: 080027385542, Attachment: Host-only Interface 'vboxnet0', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
NIC 3:           disabled
NIC 4:           disabled
NIC 5:           disabled
NIC 6:           disabled
NIC 7:           disabled
NIC 8:           disabled
Pointing Device: PS/2 Mouse
Keyboard Device: PS/2 Keyboard
UART 1:          disabled
UART 2:          disabled
LPT 1:           disabled
LPT 2:           disabled
Audio:           disabled
Clipboard Mode:  Bidirectional
Drag'n'drop Mode: disabled
Session type:    headless
Video mode:      720x400x0 at 0,0
VRDE:            disabled
USB:             disabled
EHCI:            disabled

USB Device Filters:

<none>

Available remote USB devices:

<none>

Currently Attached USB Devices:

<none>

Bandwidth groups:  <none>

Shared folders:  

Name: 'vagrant', Host path: '/Users/<username>/Desktop/<project>/whmcs-vagrant' (machine mapping), writable
Name: 'tmp_vagrant-puppet-3_manifests', Host path: '/Users/<username>/Desktop/<project>/whmcs-vagrant/manifests' (machine mapping), writable

VRDE Connection:    not active
Clients so far:     0

Video capturing:    not active
Capture screens:    0
Capture file:       /Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.webm
Capture dimensions: 1024x768
Capture rate:       512 kbps
Capture FPS:        25

Guest:

Configured memory balloon size:      0 MB
OS type:                             Linux26_64
Additions run level:                 2
Additions version:                   4.1.12_Ubuntu r77245

Guest Facilities:

Facility "VirtualBox Base Driver": active/running (last update: 2014/11/19 19:50:37 UTC)
Facility "VirtualBox System Service": active/running (last update: 2014/11/19 19:50:39 UTC)
Facility "Seamless Mode": not active (last update: 2014/11/19 19:50:37 UTC)
Facility "Graphics Mode": not active (last update: 2014/11/19 19:50:37 UTC)

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO share: With machine: default (#<VagrantPlugins::ProviderVirtualBox::Provider:0x000001020c5eb0 @logger=#<Log4r::Logger:0x000001020c60e0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x000001029b4440 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001029ef180 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001029ef108>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001029ec458 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000001029b4328 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x0000010088c290 @logger=#<Log4r::Logger:0x000001009ace68 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x000001020c60e0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x000001029b4440 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001029ef180 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001029ef108>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001029ec458 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000001029b4328 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid="d24126d1-3d85-407d-b479-67eccd87f580", @version="4.3.18", @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3:0x00000100b35960 @logger=#<Log4r::Logger:0x00000100bfe518 @fullname="vagrant::provider::virtualbox_4_3", @outputters=[], @additive=true, @name="virtualbox_4_3", @path="vagrant::provider", @parent=#<Log4r::Logger:0x000001029b4440 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001029ef180 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001029ef108>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001029ec458 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000001029b4328 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid="d24126d1-3d85-407d-b479-67eccd87f580">>, @cap_logger=#<Log4r::Logger:0x0000010107fb28 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x000001029b4440 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001029ef180 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001029ef108>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001029ec458 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000001029b4328 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x00000101074480>:0x000001028ba418>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000001010741d8 @items={:public_address=>#<Proc:0x0000010107e7c8@/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/docker/plugin.rb:54>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x00000101074048 @items={:public_address=>#<Proc:0x00000101085348@/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x0000010107fdf8 @items={:forwarded_ports=>#<Proc:0x00000101095248@/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000001010951a8@/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x0000010291eeb8@/Applications/Vagrant/embedded/gems/gems/vagrant-share-1.1.1/lib/vagrant-share.rb:39>}, @results_cache={}>}>)
 INFO interface: output: Detecting network information for machine...
 INFO interface: output: ==> default: Detecting network information for machine...
==> default: Detecting network information for machine...
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "d24126d1-3d85-407d-b479-67eccd87f580", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="whmcs-vagrant_default_1416254533906_45947"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="d24126d1-3d85-407d-b479-67eccd87f580"
CfgFile="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.vbox"
SnapFldr="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Snapshots"
LogFldr="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Logs"
hardwareuuid="d24126d1-3d85-407d-b479-67eccd87f580"
memory=1024
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-11-19T19:50:26.486000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="5975af33-9d35-463a-9735-c059d7d878e0"
natnet1="nat"
macaddress1="0800273295B9"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp8080,tcp,,8080,,80"
hostonlyadapter2="vboxnet0"
macaddress2="080027385542"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/<username>/Desktop/<project>/whmcs-vagrant"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/Users/<username>/Desktop/<project>/whmcs-vagrant/manifests"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.1.12_Ubuntu r77245"
GuestAdditionsFacility_VirtualBox Base Driver=50,1416426637495
GuestAdditionsFacility_VirtualBox System Service=50,1416426639965
GuestAdditionsFacility_Seamless Mode=0,1416426637495
GuestAdditionsFacility_Graphics Mode=0,1416426637495
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3: Searching for SSH port: 22
DEBUG virtualbox_4_3: read_forward_ports: uuid=d24126d1-3d85-407d-b479-67eccd87f580 active_only=false
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "d24126d1-3d85-407d-b479-67eccd87f580", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="whmcs-vagrant_default_1416254533906_45947"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="d24126d1-3d85-407d-b479-67eccd87f580"
CfgFile="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.vbox"
SnapFldr="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Snapshots"
LogFldr="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Logs"
hardwareuuid="d24126d1-3d85-407d-b479-67eccd87f580"
memory=1024
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-11-19T19:50:26.486000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="5975af33-9d35-463a-9735-c059d7d878e0"
natnet1="nat"
macaddress1="0800273295B9"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp8080,tcp,,8080,,80"
hostonlyadapter2="vboxnet0"
macaddress2="080027385542"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/<username>/Desktop/<project>/whmcs-vagrant"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/Users/<username>/Desktop/<project>/whmcs-vagrant/manifests"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.1.12_Ubuntu r77245"
GuestAdditionsFacility_VirtualBox Base Driver=50,1416426637495
GuestAdditionsFacility_VirtualBox System Service=50,1416426639965
GuestAdditionsFacility_Seamless Mode=0,1416426637495
GuestAdditionsFacility_Graphics Mode=0,1416426637495
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3:   - [1, "ssh", 2222, 22]
DEBUG virtualbox_4_3:   - [1, "tcp8080", 8080, 80]
DEBUG provider: Searching for cap: public_address
DEBUG provider: Checking in: virtualbox
DEBUG provider: Found cap: public_address in virtualbox
DEBUG provider: Searching for cap: public_address
DEBUG provider: Checking in: virtualbox
DEBUG provider: Found cap: public_address in virtualbox
 INFO provider: Execute capability: public_address [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>] (virtualbox)
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "d24126d1-3d85-407d-b479-67eccd87f580", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="whmcs-vagrant_default_1416254533906_45947"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="d24126d1-3d85-407d-b479-67eccd87f580"
CfgFile="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.vbox"
SnapFldr="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Snapshots"
LogFldr="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Logs"
hardwareuuid="d24126d1-3d85-407d-b479-67eccd87f580"
memory=1024
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-11-19T19:50:26.486000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="5975af33-9d35-463a-9735-c059d7d878e0"
natnet1="nat"
macaddress1="0800273295B9"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp8080,tcp,,8080,,80"
hostonlyadapter2="vboxnet0"
macaddress2="080027385542"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/<username>/Desktop/<project>/whmcs-vagrant"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/Users/<username>/Desktop/<project>/whmcs-vagrant/manifests"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.1.12_Ubuntu r77245"
GuestAdditionsFacility_VirtualBox Base Driver=50,1416426637495
GuestAdditionsFacility_VirtualBox System Service=50,1416426639965
GuestAdditionsFacility_Seamless Mode=0,1416426637495
GuestAdditionsFacility_Graphics Mode=0,1416426637495
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "d24126d1-3d85-407d-b479-67eccd87f580", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="whmcs-vagrant_default_1416254533906_45947"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="d24126d1-3d85-407d-b479-67eccd87f580"
CfgFile="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.vbox"
SnapFldr="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Snapshots"
LogFldr="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/Logs"
hardwareuuid="d24126d1-3d85-407d-b479-67eccd87f580"
memory=1024
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-11-19T19:50:26.486000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="5975af33-9d35-463a-9735-c059d7d878e0"
natnet1="nat"
macaddress1="0800273295B9"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp8080,tcp,,8080,,80"
hostonlyadapter2="vboxnet0"
macaddress2="080027385542"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/<username>/Desktop/<project>/whmcs-vagrant"
SharedFolderNameMachineMapping2="tmp_vagrant-puppet-3_manifests"
SharedFolderPathMachineMapping2="/Users/<username>/Desktop/<project>/whmcs-vagrant/manifests"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/Users/<username>/VirtualBox VMs/whmcs-vagrant_default_1416254533906_45947/whmcs-vagrant_default_1416254533906_45947.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.1.12_Ubuntu r77245"
GuestAdditionsFacility_VirtualBox Base Driver=50,1416426637495
GuestAdditionsFacility_VirtualBox System Service=50,1416426639965
GuestAdditionsFacility_Seamless Mode=0,1416426637495
GuestAdditionsFacility_Graphics Mode=0,1416426637495
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "dhcpservers"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: NetworkName:    HostInterfaceNetworking-vboxnet0
IP:             192.168.56.100
NetworkMask:    255.255.255.0
lowerIPAddress: 192.168.56.101
upperIPAddress: 192.168.56.254
Enabled:        Yes

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "hostonlyifs"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            vboxnet0
GUID:            786f6276-656e-4074-8000-0a0027000000
DHCP:            Disabled
IPAddress:       192.168.33.1
NetworkMask:     255.255.255.0
IPV6Address:     
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "guestproperty", "get", "d24126d1-3d85-407d-b479-67eccd87f580", "/VirtualBox/GuestInfo/Net/1/V4/IP"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Value: 192.168.33.10
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO interface: detail: Local machine address: 192.168.33.10
 INFO interface: detail:     default: Local machine address: 192.168.33.10
    default: Local machine address: 192.168.33.10
DEBUG share: No HTTP port set. Auto-detection will be attempted.
DEBUG helper: Trying: http://192.168.33.10:80/
DEBUG helper: Trying: http://192.168.33.10:22/
DEBUG helper: Trying: http://192.168.33.10:80/
DEBUG helper: Trying: http://192.168.33.10:3000/
DEBUG helper: Trying: http://192.168.33.10:4567/
DEBUG helper: Trying: http://192.168.33.10:8000/
DEBUG helper: Trying: http://192.168.33.10:8080/
 INFO retryable: Retryable exception raised: #<Errno::ECONNREFUSED: Connection refused - connect(2)>
 INFO retryable: Retryable exception raised: #<Errno::ECONNREFUSED: Connection refused - connect(2)>
 INFO retryable: Retryable exception raised: #<Errno::ECONNREFUSED: Connection refused - connect(2)>
 INFO retryable: Retryable exception raised: #<Errno::ECONNREFUSED: Connection refused - connect(2)>
 INFO helper: HTTP url found: http://192.168.33.10:80/
 INFO interface: detail: Local HTTP port: 80
 INFO interface: detail:     default: Local HTTP port: 80
    default: Local HTTP port: 80
 INFO interface: detail: Local HTTPS port: disabled
 INFO interface: detail:     default: Local HTTPS port: disabled
    default: Local HTTPS port: disabled
 INFO interface: output: Checking authentication and authorization...
 INFO interface: output: ==> default: Checking authentication and authorization...
==> default: Checking authentication and authorization...
 INFO interface: output: Creating Vagrant Share session...
 INFO interface: output: ==> default: Creating Vagrant Share session...
==> default: Creating Vagrant Share session...
 INFO api: /api/v1/shares
DEBUG api: API payload: {"share":{"http_port":80,"https_port":null,"ports":[]}}
DEBUG api: Response: {
  "custom_domain": false,
  "expired": false,
  "has_private_key": false,
  "name": "ridiculous-chameleon-1130",
  "http_port": 80,
  "https_port": null,
  "ssh_port": null,
  "ssh_username": null,
  "ports": [

  ],
  "expired_at": null,
  "created_at": "2014-11-19T19:57:13.147Z",
  "private_key_password": true,
  "token": null,
  "use_key_once": true,
  "domain": "vagrantshare.com",
  "full_domain": "ridiculous-chameleon-1130.vagrantshare.com",
  "mux_insecure": false,
  "mux_client_addr": "register.vagrantshare.com:8001",
  "mux_server_addr": "register.vagrantshare.com:8000"
}
 INFO interface: detail: Share will be at: ridiculous-chameleon-1130
 INFO interface: detail:     default: Share will be at: ridiculous-chameleon-1130
    default: Share will be at: ridiculous-chameleon-1130
 INFO interface: Machine: share-name ["ridiculous-chameleon-1130", {:target=>:default}]
 INFO helper: Executing proxy: ["-share", "-name", "ridiculous-chameleon-1130", "-target", "192.168.33.10", "-server", "register.vagrantshare.com:8000"]
 INFO subprocess: Starting process: ["/Applications/Vagrant/embedded/gems/gems/vagrant-share-1.1.1/localbin/proxy_darwin_amd64", "-share", "-name", "ridiculous-chameleon-1130", "-target", "192.168.33.10", "-server", "register.vagrantshare.com:8000"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: proxy:1416427033,log,[DEBUG] proxy: Connecting to mux server at register.vagrantshare.com:8000
DEBUG helper: Proxy message: ["log", "[DEBUG] proxy: Connecting to mux server at register.vagrantshare.com:8000"]
DEBUG subprocess: stdout: proxy:1416427033,log,[ERR] proxy: Failed to start sharing: Failed to connect to mux server: EOF
DEBUG helper: Proxy message: ["log", "[ERR] proxy: Failed to start sharing: Failed to connect to mux server: EOF"]
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 1
 INFO environment: Running hook: environment_unload
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x00000100cc6068>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<VagrantPlugins::Share::Errors::ProxyExit: The sharing proxy exited with a non-zero exit status! This represents
an erroneous exit and likely a bug. Please report this issue.>
ERROR vagrant: The sharing proxy exited with a non-zero exit status! This represents
an erroneous exit and likely a bug. Please report this issue.
ERROR vagrant: /Applications/Vagrant/embedded/gems/gems/vagrant-share-1.1.1/lib/vagrant-share/activate.rb:1408:in `block in execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/plugin/v2/command.rb:226:in `block in with_target_vms'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/plugin/v2/command.rb:220:in `each'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/plugin/v2/command.rb:220:in `with_target_vms'
/Applications/Vagrant/embedded/gems/gems/vagrant-share-1.1.1/lib/vagrant-share/activate.rb:1185:in `execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/cli.rb:42:in `execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/environment.rb:292:in `cli'
/Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.6.5/bin/vagrant:174:in `<main>'
 INFO interface: error: The sharing proxy exited with a non-zero exit status! This represents
an erroneous exit and likely a bug. Please report this issue.
The sharing proxy exited with a non-zero exit status! This represents
an erroneous exit and likely a bug. Please report this issue.
 INFO interface: Machine: error-exit ["VagrantPlugins::Share::Errors::ProxyExit", "The sharing proxy exited with a non-zero exit status! This represents\nan erroneous exit and likely a bug. Please report this issue."]
ghost commented 9 years ago

I have exactly the same issue that just started for me a few hours ago. My sharing session ended unexpectedly and now I get the following response when I run vagrant share --debug

 INFO global: Vagrant version: 1.6.5
 INFO global: Ruby version: 2.0.0
 INFO global: RubyGems version: 2.0.14
 INFO global: VAGRANT_EXECUTABLE="/Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.6.5/bin/vagrant"
 INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/Applications/Vagrant/bin/../embedded"
 INFO global: VAGRANT_INSTALLER_VERSION="2"
 INFO global: VAGRANT_DETECTED_OS="Darwin"
 INFO global: VAGRANT_INSTALLER_ENV="1"
 INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
 INFO global: VAGRANT_LOG="debug"
 INFO global: Plugins:
 INFO global:   - builder = 3.2.2
 INFO global:   - bundler = 1.6.6
 INFO global:   - excon = 0.40.0
 INFO global:   - formatador = 0.2.5
 INFO global:   - mime-types = 1.25.1
 INFO global:   - net-ssh = 2.9.1
 INFO global:   - net-scp = 1.1.2
 INFO global:   - fog-core = 1.24.0
 INFO global:   - multi_json = 1.10.1
 INFO global:   - fog-json = 1.0.0
 INFO global:   - inflecto = 0.0.2
 INFO global:   - fog-brightbox = 0.6.1
 INFO global:   - mini_portile = 0.6.0
 INFO global:   - nokogiri = 1.6.3.1
 INFO global:   - fog-xml = 0.1.0
 INFO global:   - fog-radosgw = 0.0.3
 INFO global:   - fog-sakuracloud = 0.1.1
 INFO global:   - fog-softlayer = 0.3.22
 INFO global:   - ipaddress = 0.8.0
 INFO global:   - fog = 1.24.0
 INFO global:   - i18n = 0.6.11
 INFO global:   - json = 1.8.1
 INFO global:   - log4r = 1.1.10
 INFO global:   - micromachine = 1.1.0
 INFO global:   - rdoc = 4.1.2
 INFO global:   - rest-client = 1.6.8
 INFO global:   - vagrant-aws = 0.5.0
 INFO global:   - vagrant-login = 1.0.1
 INFO global:   - vagrant-share = 1.1.2
 INFO global:   - vagrant-vbguest = 0.10.0
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/box/plugin.rb
 INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/destroy/plugin.rb
 INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/global-status/plugin.rb`
 INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/halt/plugin.rb
 INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/help/plugin.rb
 INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/init/plugin.rb
 INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/list-commands/plugin.rb
 INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/package/plugin.rb
 INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/plugin/plugin.rb
 INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/provision/plugin.rb
 INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/rdp/plugin.rb
 INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/reload/plugin.rb
 INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/resume/plugin.rb
 INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/ssh/plugin.rb
 INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/ssh_config/plugin.rb
 INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/status/plugin.rb
 INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/suspend/plugin.rb
 INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/up/plugin.rb
 INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/commands/version/plugin.rb
 INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/communicators/ssh/plugin.rb
 INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/communicators/winrm/plugin.rb
 INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/arch/plugin.rb
 INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/coreos/plugin.rb
 INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/darwin/plugin.rb
 INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/debian/plugin.rb
 INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/esxi/plugin.rb
 INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/fedora/plugin.rb
 INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/funtoo/plugin.rb
 INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/linux/plugin.rb
 INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/mint/plugin.rb
 INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/netbsd/plugin.rb
 INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/nixos/plugin.rb
 INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/omnios/plugin.rb
 INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/openbsd/plugin.rb
 INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/pld/plugin.rb
 INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/redhat/plugin.rb
 INFO manager: Registered plugin: RedHat guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/smartos/plugin.rb
 INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/solaris/plugin.rb
 INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/solaris11/plugin.rb
 INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/suse/plugin.rb
 INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/tinycore/plugin.rb
 INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/ubuntu/plugin.rb
 INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/guests/windows/plugin.rb
 INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/arch/plugin.rb
 INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/bsd/plugin.rb
 INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/darwin/plugin.rb
 INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/linux/plugin.rb
 INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/null/plugin.rb
 INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/opensuse/plugin.rb
 INFO manager: Registered plugin: OpenSUSE host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/hosts/windows/plugin.rb
 INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/kernel_v1/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/kernel_v2/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/docker/plugin.rb
 INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/hyperv/plugin.rb
 INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/virtualbox/plugin.rb
 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/ansible/plugin.rb
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/cfengine/plugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/chef/plugin.rb
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/docker/plugin.rb
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/file/plugin.rb
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/puppet/plugin.rb
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/salt/plugin.rb
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/provisioners/shell/plugin.rb
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/synced_folders/nfs/plugin.rb
 INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/synced_folders/rsync/plugin.rb
 INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/synced_folders/smb/plugin.rb
 INFO manager: Registered plugin: SMB synced folders
 INFO global: Loading plugins!
 INFO manager: Registered plugin: vagrant-login
 INFO manager: Registered plugin: vagrant-share
 INFO manager: Registered plugin: AWS
 INFO manager: Registered plugin: vagrant-vbguest
 INFO vagrant: `vagrant` invoked: ["share", "--debug"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x00000101162068>)
 INFO environment:   - cwd: /Users/savvas/Code/AcademyFTPayPal
 INFO environment: Home path: /Users/savvas/.vagrant.d
 INFO environment: Local data path: /Users/savvas/Code/AcademyFTPayPal/.vagrant
DEBUG environment: Creating: /Users/savvas/Code/AcademyFTPayPal/.vagrant
 INFO environment: Running hook: environment_plugins_loaded
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x000001023ffe78>
 INFO environment: Running hook: environment_load
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x00000102515d80>
 INFO cli: CLI: [] "share" []
DEBUG cli: Invoking command class: VagrantPlugins::Share::Command::Share []
DEBUG share: Getting target VMs for command. Arguments:
DEBUG share:  -- names: []
DEBUG share:  -- options: {:single_target=>true}
DEBUG share: Loading all machines...
 INFO loader: Set :root = #<Pathname:/Users/savvas/Code/AcademyFTPayPal/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/savvas/Code/AcademyFTPayPal/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/savvas/Code/AcademyFTPayPal/Vagrantfile
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG provisioner: Provisioner defined: shell
DEBUG loader: Configuration loaded successfully, finalizing and returning
 INFO share: Active machine found with name default. Using provider: virtualbox
 INFO environment: Getting machine: default (virtualbox)
 INFO environment: Uncached load of machine.
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.16r95972
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.16
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO loader: Set "2167650740_machine_default" = []
 INFO loader: Loading configuration in order: [:home, :root, "2167650740_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
 INFO box_collection: Box found: trusty-ubuntu-14-04 (virtualbox)
 INFO loader: Set :"2156530140_trusty-ubuntu-14-04_virtualbox" = #<Pathname:/Users/savvas/.vagrant.d/boxes/trusty-ubuntu-14-04/0/virtualbox/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/savvas/.vagrant.d/boxes/trusty-ubuntu-14-04/0/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/savvas/.vagrant.d/boxes/trusty-ubuntu-14-04/0/virtualbox/Vagrantfile
 INFO loader: Loading configuration in order: [:"2156530140_trusty-ubuntu-14-04_virtualbox", :home, :root, "2167650740_machine_default"]
DEBUG loader: Loading from: 2156530140_trusty-ubuntu-14-04_virtualbox (evaluating)
DEBUG loader: Upgrading config from version 1 to 2
DEBUG loader: Upgrading config to version 2
DEBUG loader: Upgraded to version 2 with 0 warnings and 0 errors
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
 INFO machine: Initializing machine: default
 INFO machine:   - Provider: VagrantPlugins::ProviderVirtualBox::Provider
 INFO machine:   - Box: #<Vagrant::Box:0x00000103838b88>
 INFO machine:   - Data dir: /Users/savvas/Code/AcademyFTPayPal/.vagrant/machines/default/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: "1b3dca31-9157-4557-b48f-9dc442ba44b1"
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.16r95972
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.16
 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
 INFO base: VBoxManage path: VBoxManage
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "1b3dca31-9157-4557-b48f-9dc442ba44b1"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name:            AcademyFTPayPal_default_1414420615166_25258
Groups:          /
Guest OS:        Ubuntu (64 bit)
UUID:            1b3dca31-9157-4557-b48f-9dc442ba44b1
Config file:     /Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.vbox
Snapshot folder: /Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Snapshots
Log folder:      /Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Logs
Hardware UUID:   1b3dca31-9157-4557-b48f-9dc442ba44b1
Memory size:     2048MB
Page Fusion:     off
VRAM size:       12MB
CPU exec cap:    100%
HPET:            off
Chipset:         piix3
Firmware:        BIOS
Number of CPUs:  1
PAE:             off
Long Mode:       on
Synthetic CPU:   off
CPUID overrides: None
Boot menu mode:  message and menu
Boot Device (1): HardDisk
Boot Device (2): Not Assigned
Boot Device (3): Not Assigned
Boot Device (4): Not Assigned
ACPI:            on
IOAPIC:          on
Time offset:     0ms
RTC:             UTC
Hardw. virt.ext: on
Nested Paging:   on
Large Pages:     off
VT-x VPID:       on
VT-x unr. exec.: on
State:           running (since 2014-11-19T20:48:51.163000000)
Monitor count:   1
3D Acceleration: off
2D Video Acceleration: off
Teleporter Enabled: off
Teleporter Port: 0
Teleporter Address: 
Teleporter Password: 
Tracing Enabled: off
Allow Tracing to Access VM: off
Tracing Configuration: 
Autostart Enabled: off
Autostart Delay: 0
Default Frontend: 
Storage Controller Name (0):            SATAController
Storage Controller Type (0):            IntelAhci
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0):  30
Storage Controller Port Count (0):      1
Storage Controller Bootable (0):        on
SATAController (0, 0): /Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/box-disk1.vmdk (UUID: 8a3ef914-7cbb-485b-bc94-e054cc031865)
NIC 1:           MAC: 080027BFCAFA, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
NIC 1 Settings:  MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
NIC 1 Rule(0):   name = ssh, protocol = tcp, host ip = 127.0.0.1, host port = 2222, guest ip = , guest port = 22
NIC 1 Rule(1):   name = tcp1234, protocol = tcp, host ip = , host port = 1234, guest ip = , guest port = 80
NIC 2:           disabled
NIC 3:           disabled
NIC 4:           disabled
NIC 5:           disabled
NIC 6:           disabled
NIC 7:           disabled
NIC 8:           disabled
Pointing Device: PS/2 Mouse
Keyboard Device: PS/2 Keyboard
UART 1:          disabled
UART 2:          disabled
LPT 1:           disabled
LPT 2:           disabled
Audio:           disabled
Clipboard Mode:  Bidirectional
Drag'n'drop Mode: disabled
Session type:    headless
Video mode:      720x400x0 at 0,0
VRDE:            disabled
USB:             disabled
EHCI:            disabled

USB Device Filters:

<none>

Available remote USB devices:

<none>

Currently Attached USB Devices:

<none>

Bandwidth groups:  <none>

Shared folders:  

Name: 'vagrant', Host path: '/Users/savvas/Code/AcademyFTPayPal' (machine mapping), writable

VRDE Connection:    not active
Clients so far:     0

Video capturing:    not active
Capture screens:    0
Capture file:       /Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.webm
Capture dimensions: 1024x768
Capture rate:       512 kbps
Capture FPS:        25

Guest:

Configured memory balloon size:      0 MB
OS type:                             Linux26_64
Additions run level:                 2
Additions version:                   4.3.16 r95972

Guest Facilities:

Facility "VirtualBox Base Driver": active/running (last update: 2014/11/19 20:18:59 UTC)
Facility "VirtualBox System Service": active/running (last update: 2014/11/19 20:19:02 UTC)
Facility "Seamless Mode": not active (last update: 2014/11/19 20:18:59 UTC)
Facility "Graphics Mode": not active (last update: 2014/11/19 20:18:59 UTC)

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO share: With machine: default (#<VagrantPlugins::ProviderVirtualBox::Provider:0x000001021e0b10 @logger=#<Log4r::Logger:0x000001021e09f8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x000001021b9c18 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000102202a58 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001022028a0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000102213998 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000001021b9ab0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x000001022fb9f0 @logger=#<Log4r::Logger:0x000001023ff158 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x000001021e09f8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x000001021b9c18 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000102202a58 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001022028a0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000102213998 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000001021b9ab0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid="1b3dca31-9157-4557-b48f-9dc442ba44b1", @version="4.3.16", @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3:0x00000102495c48 @logger=#<Log4r::Logger:0x000001024e3ba0 @fullname="vagrant::provider::virtualbox_4_3", @outputters=[], @additive=true, @name="virtualbox_4_3", @path="vagrant::provider", @parent=#<Log4r::Logger:0x000001021b9c18 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000102202a58 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001022028a0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000102213998 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000001021b9ab0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid="1b3dca31-9157-4557-b48f-9dc442ba44b1">>, @cap_logger=#<Log4r::Logger:0x0000010258f928 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x000001021b9c18 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000102202a58 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x000001022028a0>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000102213998 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000001021b9ab0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x00000102584230>:0x000001025d6990>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000010258ff68 @items={:public_address=>#<Proc:0x00000102279298@/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/docker/plugin.rb:54>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000010258fd10 @items={:public_address=>#<Proc:0x00000102259b78@/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x0000010258fba8 @items={:forwarded_ports=>#<Proc:0x00000102238e00@/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x00000102238838@/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x000001023d68c0@/Users/savvas/.vagrant.d/gems/gems/vagrant-share-1.1.2/lib/vagrant-share.rb:39>}, @results_cache={}>}>)
 INFO interface: output: Detecting network information for machine...
 INFO interface: output: ==> default: Detecting network information for machine...
==> default: Detecting network information for machine...
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "1b3dca31-9157-4557-b48f-9dc442ba44b1", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="AcademyFTPayPal_default_1414420615166_25258"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="1b3dca31-9157-4557-b48f-9dc442ba44b1"
CfgFile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.vbox"
SnapFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Snapshots"
LogFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Logs"
hardwareuuid="1b3dca31-9157-4557-b48f-9dc442ba44b1"
memory=2048
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-11-19T20:48:51.163000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="8a3ef914-7cbb-485b-bc94-e054cc031865"
natnet1="nat"
macaddress1="080027BFCAFA"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp1234,tcp,,1234,,80"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/savvas/Code/AcademyFTPayPal"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.3.16 r95972"
GuestAdditionsFacility_VirtualBox Base Driver=50,1416428339094
GuestAdditionsFacility_VirtualBox System Service=50,1416428342052
GuestAdditionsFacility_Seamless Mode=0,1416428339094
GuestAdditionsFacility_Graphics Mode=0,1416428339094
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3: Searching for SSH port: 22
DEBUG virtualbox_4_3: read_forward_ports: uuid=1b3dca31-9157-4557-b48f-9dc442ba44b1 active_only=false
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "1b3dca31-9157-4557-b48f-9dc442ba44b1", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="AcademyFTPayPal_default_1414420615166_25258"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="1b3dca31-9157-4557-b48f-9dc442ba44b1"
CfgFile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.vbox"
SnapFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Snapshots"
LogFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Logs"
hardwareuuid="1b3dca31-9157-4557-b48f-9dc442ba44b1"
memory=2048
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-11-19T20:48:51.163000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="8a3ef914-7cbb-485b-bc94-e054cc031865"
natnet1="nat"
macaddress1="080027BFCAFA"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp1234,tcp,,1234,,80"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/savvas/Code/AcademyFTPayPal"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.3.16 r95972"
GuestAdditionsFacility_VirtualBox Base Driver=50,1416428339094
GuestAdditionsFacility_VirtualBox System Service=50,1416428342052
GuestAdditionsFacility_Seamless Mode=0,1416428339094
GuestAdditionsFacility_Graphics Mode=0,1416428339094
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3:   - [1, "ssh", 2222, 22]
DEBUG virtualbox_4_3:   - [1, "tcp1234", 1234, 80]
DEBUG provider: Searching for cap: public_address
DEBUG provider: Checking in: virtualbox
DEBUG provider: Found cap: public_address in virtualbox
DEBUG provider: Searching for cap: public_address
DEBUG provider: Checking in: virtualbox
DEBUG provider: Found cap: public_address in virtualbox
 INFO provider: Execute capability: public_address [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>] (virtualbox)
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "1b3dca31-9157-4557-b48f-9dc442ba44b1", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="AcademyFTPayPal_default_1414420615166_25258"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="1b3dca31-9157-4557-b48f-9dc442ba44b1"
CfgFile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.vbox"
SnapFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Snapshots"
LogFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Logs"
hardwareuuid="1b3dca31-9157-4557-b48f-9dc442ba44b1"
memory=2048
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-11-19T20:48:51.163000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="8a3ef914-7cbb-485b-bc94-e054cc031865"
natnet1="nat"
macaddress1="080027BFCAFA"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp1234,tcp,,1234,,80"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/savvas/Code/AcademyFTPayPal"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.3.16 r95972"
GuestAdditionsFacility_VirtualBox Base Driver=50,1416428339094
GuestAdditionsFacility_VirtualBox System Service=50,1416428342052
GuestAdditionsFacility_Seamless Mode=0,1416428339094
GuestAdditionsFacility_Graphics Mode=0,1416428339094
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "1b3dca31-9157-4557-b48f-9dc442ba44b1", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="AcademyFTPayPal_default_1414420615166_25258"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="1b3dca31-9157-4557-b48f-9dc442ba44b1"
CfgFile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.vbox"
SnapFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Snapshots"
LogFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Logs"
hardwareuuid="1b3dca31-9157-4557-b48f-9dc442ba44b1"
memory=2048
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-11-19T20:48:51.163000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="8a3ef914-7cbb-485b-bc94-e054cc031865"
natnet1="nat"
macaddress1="080027BFCAFA"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp1234,tcp,,1234,,80"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/savvas/Code/AcademyFTPayPal"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.3.16 r95972"
GuestAdditionsFacility_VirtualBox Base Driver=50,1416428339094
GuestAdditionsFacility_VirtualBox System Service=50,1416428342052
GuestAdditionsFacility_Seamless Mode=0,1416428339094
GuestAdditionsFacility_Graphics Mode=0,1416428339094
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO interface: detail: Local machine address: 127.0.0.1
 INFO interface: detail:     default: Local machine address: 127.0.0.1
    default: Local machine address: 127.0.0.1
 INFO interface: detail:  
Note: With the local address (127.0.0.1), Vagrant Share can only
share any ports you have forwarded. Assign an IP or address to your
machine to expose all TCP ports. Consult the documentation
for your provider ('virtualbox') for more information.

 INFO interface: detail:     default:  
    default: Note: With the local address (127.0.0.1), Vagrant Share can only
    default: share any ports you have forwarded. Assign an IP or address to your
    default: machine to expose all TCP ports. Consult the documentation
    default: for your provider ('virtualbox') for more information.
    default:  
    default:  
    default: Note: With the local address (127.0.0.1), Vagrant Share can only
    default: share any ports you have forwarded. Assign an IP or address to your
    default: machine to expose all TCP ports. Consult the documentation
    default: for your provider ('virtualbox') for more information.
    default:  
DEBUG provider: Searching for cap: forwarded_ports
DEBUG provider: Checking in: virtualbox
DEBUG provider: Found cap: forwarded_ports in virtualbox
DEBUG provider: Searching for cap: forwarded_ports
DEBUG provider: Checking in: virtualbox
DEBUG provider: Found cap: forwarded_ports in virtualbox
 INFO provider: Execute capability: forwarded_ports [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>] (virtualbox)
DEBUG virtualbox_4_3: read_forward_ports: uuid=1b3dca31-9157-4557-b48f-9dc442ba44b1 active_only=false
 INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "showvminfo", "1b3dca31-9157-4557-b48f-9dc442ba44b1", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="AcademyFTPayPal_default_1414420615166_25258"
groups="/"
ostype="Ubuntu (64 bit)"
UUID="1b3dca31-9157-4557-b48f-9dc442ba44b1"
CfgFile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.vbox"
SnapFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Snapshots"
LogFldr="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/Logs"
hardwareuuid="1b3dca31-9157-4557-b48f-9dc442ba44b1"
memory=2048
pagefusion="off"
vram=12
cpuexecutioncap=100
hpet="off"
chipset="piix3"
firmware="BIOS"
cpus=1
pae="off"
longmode="on"
synthcpu="off"
bootmenu="messageandmenu"
boot1="disk"
boot2="none"
boot3="none"
boot4="none"
acpi="on"
ioapic="on"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="off"
vtxvpid="on"
vtxux="on"
VMState="running"
VMStateChangeTime="2014-11-19T20:48:51.163000000"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
storagecontrollername0="SATAController"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
"SATAController-0-0"="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/box-disk1.vmdk"
"SATAController-ImageUUID-0-0"="8a3ef914-7cbb-485b-bc94-e054cc031865"
natnet1="nat"
macaddress1="080027BFCAFA"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
Forwarding(1)="tcp1234,tcp,,1234,,80"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
lpt1="off"
lpt2="off"
audio="none"
clipboard="bidirectional"
draganddrop="disabled"
SessionType="headless"
VideoMode="720,400,0"@0,0
vrde="off"
usb="off"
ehci="off"
SharedFolderNameMachineMapping1="vagrant"
SharedFolderPathMachineMapping1="/Users/savvas/Code/AcademyFTPayPal"
VRDEActiveConnection="off"
VRDEClients=0
vcpenabled="off"
vcpscreens=0
vcpfile="/Users/savvas/VirtualBox VMs/AcademyFTPayPal_default_1414420615166_25258/AcademyFTPayPal_default_1414420615166_25258.webm"
vcpwidth=1024
vcpheight=768
vcprate=512
vcpfps=25
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="4.3.16 r95972"
GuestAdditionsFacility_VirtualBox Base Driver=50,1416428339094
GuestAdditionsFacility_VirtualBox System Service=50,1416428342052
GuestAdditionsFacility_Seamless Mode=0,1416428339094
GuestAdditionsFacility_Graphics Mode=0,1416428339094
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_4_3:   - [1, "ssh", 2222, 22]
DEBUG virtualbox_4_3:   - [1, "tcp1234", 1234, 80]
DEBUG share: No HTTP port set. Auto-detection will be attempted.
DEBUG helper: Trying: http://127.0.0.1:1234/
DEBUG helper: Trying: http://127.0.0.1:2222/
 INFO retryable: Retryable exception raised: #<Net::HTTPBadResponse: wrong status line: "SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2">
DEBUG helper: Not an HTTP URL: http://127.0.0.1:2222/
 INFO helper: HTTP url found: http://127.0.0.1:1234/
 INFO interface: detail: Local HTTP port: 1234
 INFO interface: detail:     default: Local HTTP port: 1234
    default: Local HTTP port: 1234
 INFO interface: detail: Local HTTPS port: disabled
 INFO interface: detail:     default: Local HTTPS port: disabled
    default: Local HTTPS port: disabled
 INFO interface: detail: Port: 2222
 INFO interface: detail:     default: Port: 2222
    default: Port: 2222
 INFO interface: detail: Port: 1234
 INFO interface: detail:     default: Port: 1234
    default: Port: 1234
 INFO interface: output: Checking authentication and authorization...
 INFO interface: output: ==> default: Checking authentication and authorization...
==> default: Checking authentication and authorization...
 INFO interface: output: Creating Vagrant Share session...
 INFO interface: output: ==> default: Creating Vagrant Share session...
==> default: Creating Vagrant Share session...
 INFO api: /api/v1/shares
DEBUG api: API payload: {"share":{"http_port":1234,"https_port":null,"ports":[2222,1234]}}
DEBUG api: Response: {
  "custom_domain": false,
  "expired": false,
  "has_private_key": false,
  "name": "big-bear-6789",
  "http_port": 1234,
  "https_port": null,
  "ssh_port": null,
  "ssh_username": null,
  "ports": [
    2222,
    1234
  ],
  "expired_at": null,
  "created_at": "2014-11-19T21:02:24.348Z",
  "private_key_password": true,
  "token": null,
  "use_key_once": true,
  "domain": "vagrantshare.com",
  "full_domain": "big-bear-6789.vagrantshare.com",
  "mux_insecure": false,
  "mux_client_addr": "register.vagrantshare.com:8001",
  "mux_server_addr": "register.vagrantshare.com:8000"
}
 INFO interface: detail: Share will be at: big-bear-6789
 INFO interface: detail:     default: Share will be at: big-bear-6789
    default: Share will be at: big-bear-6789
 INFO interface: Machine: share-name ["big-bear-6789", {:target=>:default}]
 INFO helper: Executing proxy: ["-share", "-name", "big-bear-6789", "-target", "127.0.0.1", "-server", "register.vagrantshare.com:8000", "-port", "1234", "-port", "2222", "-port", "1234"]
 INFO subprocess: Starting process: ["/Users/savvas/.vagrant.d/gems/gems/vagrant-share-1.1.2/localbin/proxy_darwin_amd64", "-share", "-name", "big-bear-6789", "-target", "127.0.0.1", "-server", "register.vagrantshare.com:8000", "-port", "1234", "-port", "2222", "-port", "1234"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: proxy:1416430944,log,[INFO] Restricting ports to: [1234 2222 1234]
proxy:1416430944,log,[DEBUG] proxy: Connecting to mux server at register.vagrantshare.com:8000
DEBUG helper: Proxy message: ["log", "[INFO] Restricting ports to: [1234 2222 1234]"]
DEBUG helper: Proxy message: ["log", "[DEBUG] proxy: Connecting to mux server at register.vagrantshare.com:8000"]
DEBUG subprocess: stdout: proxy:1416430944,log,[ERR] proxy: Failed to start sharing: Failed to connect to mux server: EOF
DEBUG helper: Proxy message: ["log", "[ERR] proxy: Failed to start sharing: Failed to connect to mux server: EOF"]
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 1
 INFO environment: Running hook: environment_unload
 INFO host: Autodetecting host type for [#<Vagrant::Environment: /Users/savvas/Code/AcademyFTPayPal>]
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
 INFO host: Detected: darwin!
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: #<Vagrant::Action::Builder:0x000001024e9960>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<VagrantPlugins::Share::Errors::ProxyExit: The sharing proxy exited with a non-zero exit status! This represents
an erroneous exit and likely a bug. Please report this issue.>
ERROR vagrant: The sharing proxy exited with a non-zero exit status! This represents
an erroneous exit and likely a bug. Please report this issue.
ERROR vagrant: /Users/savvas/.vagrant.d/gems/gems/vagrant-share-1.1.2/lib/vagrant-share/activate.rb:1409:in `block in execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/plugin/v2/command.rb:226:in `block in with_target_vms'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/plugin/v2/command.rb:220:in `each'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/plugin/v2/command.rb:220:in `with_target_vms'
/Users/savvas/.vagrant.d/gems/gems/vagrant-share-1.1.2/lib/vagrant-share/activate.rb:1186:in `execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/cli.rb:42:in `execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.5/lib/vagrant/environment.rb:292:in `cli'
/Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.6.5/bin/vagrant:174:in `<main>'
 INFO interface: error: The sharing proxy exited with a non-zero exit status! This represents
an erroneous exit and likely a bug. Please report this issue.
The sharing proxy exited with a non-zero exit status! This represents
an erroneous exit and likely a bug. Please report this issue.
 INFO interface: Machine: error-exit ["VagrantPlugins::Share::Errors::ProxyExit", "The sharing proxy exited with a non-zero exit status! This represents\nan erroneous exit and likely a bug. Please report this issue."]
sethvargo commented 9 years ago

Hi there,

We are currently investigating reports of Vagrant Share being unavailable to some users. Our operations team is investigating and we hope to have the issue resolved shortly.

Please monitor @hashicorpstatus and @hashicorp for real-time updates.

tbergeron commented 9 years ago

Awesome thanks for letting us know, I'll be monitoring the Twitter feed :+1:

lavhal commented 9 years ago

Hi,

I have the same issue. It was working ok, but since three days I'm receiving the same error. I executed vagrant share --debug, and the log is the same as with above user.

I tried to install complete fresh copy of linux, and then tried in windows, but the error is the same.

Could you please give me some hint, how can I solve this issue.

Thanks in advance.

vinayr commented 9 years ago

+1

marcobax commented 9 years ago

I'm getting the same error as well!

lucaDgt commented 9 years ago

same here too, same log as above, something happened this weekend i think on mux servers.

Alex-proffesor commented 9 years ago

I also get the same error

ghost commented 9 years ago

I'm getting the same error

brablc commented 9 years ago

I have reported the problem to https://twitter.com/hashicorpstatus and they fixed it. At least it works for me now.

lavhal commented 9 years ago

thanks for info @brablc , I tried and it works.

Alex-proffesor commented 9 years ago

thanks @brablc ,working.

marcobax commented 9 years ago

Awesome, thanks for fixing!

Deborah-Digges commented 9 years ago

I'm facing this issue still. Is it intermittent?

dsbgithub commented 7 years ago

I can't RDP to windows 2012 machine. I really need to bring vagrant to my team environment but I am soo stuck

briancain commented 7 years ago

Hey @dsbgithub - please email the vagrant up mailing list if you are stuck and need help. There are people on there who will be able to answer any questions you have...thanks!

ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.