Skip to content

Instantly share code, notes, and snippets.

@mzeis
Last active August 29, 2015 13:57
Show Gist options
  • Save mzeis/9731190 to your computer and use it in GitHub Desktop.
Save mzeis/9731190 to your computer and use it in GitHub Desktop.
Console output "C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:284:in `block in write': incompatible character encodings: ASCII-8BIT and CP850 (Encoding::CompatibilityError)" in Vagrant 1.5.1.
D:\development\vagrant\puphpet>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'debian-wheezy72-x64-vbox43'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: puphpet_default_1395615581257_62562
==> default: Preparing SMB shared folders...
default: You will be asked for the username and password to use for the SMB
default: folders shortly. Please use the proper username/password of your
default: Windows account.
default:
default: Username: Matthias
default: Password (will be hidden):
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Error: Connection timeout. Retrying...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Configuring and enabling network interfaces...
==> default: Mounting SMB shared folders...
default: D:/development/vagrant/puphpet => /var/www
==> default: Forcing shutdown of VM...
==> default: Destroying VM and associated drives...
==> default: Running cleanup tasks for 'shell' provisioner...
==> default: Running cleanup tasks for 'shell' provisioner...
==> default: Running cleanup tasks for 'shell' provisioner...
==> default: Running cleanup tasks for 'puppet' provisioner...
==> default: Running cleanup tasks for 'shell' provisioner...
C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:284:in `block in write': incompatible character
encodings: ASCII-8BIT and CP850 (Encoding::CompatibilityError)
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:284:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:284:in `write'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:322:in `block in write_string'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:319:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:319:in `write_string'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:55:in `block in from'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:47:in `step'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:47:in `from'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/channel.rb:493:in `enqueue_pending
_output'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/channel.rb:312:in `process'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:222:in `block in prepro
cess'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:222:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:222:in `preprocess'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:205:in `process'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:169:in `block in loop'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:169:in `loop'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:169:in `loop'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/channel.rb:269:in `wait'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:480:in `shell_e
xecute'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:155:in `block i
n execute'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:247:in `connect
'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:154:in `execute
'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:186:in `sudo'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/guests/linux/cap/mount_smb_shared_folder.rb:52:in
`block in mount_smb_shared_folder'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/guests/linux/cap/mount_smb_shared_folder.rb:50:in
`each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/guests/linux/cap/mount_smb_shared_folder.rb:50:in
`mount_smb_shared_folder'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/capability_host.rb:111:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/capability_host.rb:111:in `capability'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/guest.rb:43:in `capability'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/synced_folders/smb/synced_folder.rb:120:in `block
in enable'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/synced_folders/smb/synced_folder.rb:106:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/synced_folders/smb/synced_folder.rb:106:in `enabl
e'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folders.rb:75:in `block
in call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folders.rb:73:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folders.rb:73:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in
`call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/synced_folders/nfs/action_cleanup.rb:19:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/prepare_nfs_valid_ids
.rb:12:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/handle_forwarded_port_collisio
ns.rb:118:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/prepare_forwarded_por
t_collision_params.rb:30:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/env_set.rb:19:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/provision.rb:76:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/clear_forwarded_ports
.rb:15:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/set_name.rb:50:in `ca
ll'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/clean_machine_folder.
rb:17:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/check_accessible.rb:1
8:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:95:in `block in finalize_act
ion'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `block in run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in `busy'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:51:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:95:in `block in finalize_act
ion'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `block in run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in `busy'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:51:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:95:in `block in finalize_act
ion'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `block in run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in `busy'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:51:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/box_check_outdated.rb:34:in `c
all'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call
'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/check_virtualbox.rb:1
7:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:57:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call
'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:57:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/check_virtualbox.rb:1
7:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `block in run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in `busy'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/machine.rb:157:in `action'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/batch_action.rb:72:in `block (2 levels) in ru
n'
(... many lines before ...)
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:0x382ff50>
C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:284:in `block in write': incompatible character
encodings: ASCII-8BIT and CP850 (Encoding::CompatibilityError)
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:284:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:284:in `write'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:322:in `block in write_string'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:319:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:319:in `write_string'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:55:in `block in from'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:47:in `step'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/buffer.rb:47:in `from'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/channel.rb:493:in `enqueue_pending
_output'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/channel.rb:312:in `process'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:222:in `block in prepro
cess'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:222:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:222:in `preprocess'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:205:in `process'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:169:in `block in loop'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:169:in `loop'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/session.rb:169:in `loop'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/connection/channel.rb:269:in `wait'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:480:in `shell_e
xecute'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:155:in `block i
n execute'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:247:in `connect
'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:154:in `execute
'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/communicators/ssh/communicator.rb:186:in `sudo'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/guests/linux/cap/mount_smb_shared_folder.rb:52:in
`block in mount_smb_shared_folder'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/guests/linux/cap/mount_smb_shared_folder.rb:50:in
`each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/guests/linux/cap/mount_smb_shared_folder.rb:50:in
`mount_smb_shared_folder'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/capability_host.rb:111:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/capability_host.rb:111:in `capability'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/guest.rb:43:in `capability'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/synced_folders/smb/synced_folder.rb:120:in `block
in enable'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/synced_folders/smb/synced_folder.rb:106:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/synced_folders/smb/synced_folder.rb:106:in `enabl
e'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folders.rb:75:in `block
in call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folders.rb:73:in `each'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folders.rb:73:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in
`call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/synced_folders/nfs/action_cleanup.rb:19:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/prepare_nfs_valid_ids
.rb:12:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/handle_forwarded_port_collisio
ns.rb:118:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/prepare_forwarded_por
t_collision_params.rb:30:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/env_set.rb:19:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/provision.rb:76:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/clear_forwarded_ports
.rb:15:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/set_name.rb:50:in `ca
ll'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/clean_machine_folder.
rb:17:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/check_accessible.rb:1
8:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:95:in `block in finalize_act
ion'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `block in run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in `busy'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:51:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:95:in `block in finalize_act
ion'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `block in run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in `busy'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:51:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:95:in `block in finalize_act
ion'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `block in run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in `busy'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:51:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/box_check_outdated.rb:34:in `c
all'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call
'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/check_virtualbox.rb:1
7:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:57:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call
'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builtin/call.rb:57:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/providers/virtualbox/action/check_virtualbox.rb:1
7:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/warden.rb:34:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/builder.rb:116:in `call'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `block in run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/util/busy.rb:19:in `busy'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/action/runner.rb:69:in `run'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/machine.rb:157:in `action'
from C:/Programme (x86)/Vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/batch_action.rb:72:in `block (2 levels) in ru
n'
D:\development\vagrant\puphpet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment