Advertisement
MomusLLC

Untitled

Jun 3rd, 2015
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.51 KB | None | 0 0
  1. INFO global: Vagrant version: 1.7.2
  2. INFO global: Ruby version: 2.0.0
  3. INFO global: RubyGems version: 2.0.14
  4. INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant"
  5. INFO global: VAGRANT_LOG="debug"
  6. INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/bin/../embedded"
  7. INFO global: VAGRANT_INSTALLER_VERSION="2"
  8. INFO global: VAGRANT_DETECTED_OS="Linux"
  9. INFO global: VAGRANT_INSTALLER_ENV="1"
  10. INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
  11. INFO global: Plugins:
  12.  
  13. ***TRIMMED**** ....All plugins load just fine
  14.  
  15. INFO root: - Version requirements satisfied!
  16. INFO manager: Registered plugin: berkshelf
  17. INFO vagrant: `vagrant` invoked: ["up"]
  18. DEBUG vagrant: Creating Vagrant environment
  19. INFO environment: Environment initialized (#<Vagrant::Environment:0x00000002375850>)
  20. INFO environment: - cwd: /home/user_name/repos/learnin/BSDA
  21. INFO environment: Home path: /home/user_name/.vagrant.d
  22. INFO environment: Local data path: /home/user_name/repos/learnin/BSDA/.vagrant
  23. DEBUG environment: Creating: /home/user_name/repos/learnin/BSDA/.vagrant
  24. INFO environment: Running hook: environment_plugins_loaded
  25. INFO runner: Preparing hooks for middleware sequence...
  26. INFO runner: 3 hooks defined.
  27. INFO runner: Running action: #<Vagrant::Action::Builder:0x000000015130f0>
  28. INFO environment: Running hook: environment_load
  29. INFO runner: Preparing hooks for middleware sequence...
  30. INFO runner: 3 hooks defined.
  31. INFO runner: Running action: #<Vagrant::Action::Builder:0x00000001ac0bd8>
  32. INFO cli: CLI: [] "up" []
  33. DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command []
  34. DEBUG command: 'Up' each target VM...
  35. INFO loader: Set :root = #<Pathname:/home/user_name/repos/learnin/BSDA/Vagrantfile>
  36. DEBUG loader: Populating proc cache for #<Pathname:/home/user_name/repos/learnin/BSDA/Vagrantfile>
  37. DEBUG loader: Load procs for pathname: /home/user_name/repos/learnin/BSDA/Vagrantfile
  38. INFO loader: Loading configuration in order: [:home, :root]
  39. DEBUG loader: Loading from: root (evaluating)
  40. DEBUG loader: Configuration loaded successfully, finalizing and returning
  41. DEBUG push: finalizing
  42. DEBUG command: Getting target VMs for command. Arguments:
  43. DEBUG command: -- names: ["bsd_vm"]
  44. DEBUG command: -- options: {:provider=>nil}
  45. DEBUG command: Finding machine that match name: bsd_vm
  46. INFO command: Active machine found with name bsd_vm. Using provider: libvirt
  47. INFO environment: Getting machine: bsd_vm (libvirt)
  48. INFO environment: Uncached load of machine.
  49. INFO loader: Set "19653500_machine_bsd_vm" = [["2", #<Proc:0x0000000154d048@/home/user_name/repos/learnin/BSDA/Vagrantfile:8>]]
  50. DEBUG loader: Populating proc cache for ["2", #<Proc:0x0000000154d048@/home/user_name/repos/learnin/BSDA/Vagrantfile:8>]
  51. INFO loader: Loading configuration in order: [:home, :root, "19653500_machine_bsd_vm"]
  52. DEBUG loader: Loading from: root (cache)
  53. DEBUG loader: Loading from: 19653500_machine_bsd_vm (evaluating)
  54. DEBUG loader: Configuration loaded successfully, finalizing and returning
  55. DEBUG push: finalizing
  56. INFO box_collection: Box found: opscode_freebsd-10.1 (libvirt)
  57. INFO loader: Set :"13719720_opscode_freebsd-10.1_libvirt" = #<Pathname:/home/user_name/.vagrant.d/boxes/opscode_freebsd-10.1/0/libvirt/Vagrantfile>
  58. DEBUG loader: Populating proc cache for #<Pathname:/home/user_name/.vagrant.d/boxes/opscode_freebsd-10.1/0/libvirt/Vagrantfile>
  59. DEBUG loader: Load procs for pathname: /home/user_name/.vagrant.d/boxes/opscode_freebsd-10.1/0/libvirt/Vagrantfile
  60. INFO loader: Loading configuration in order: [:"13719720_opscode_freebsd-10.1_libvirt", :home, :root, "19653500_machine_bsd_vm"]
  61. DEBUG loader: Loading from: 13719720_opscode_freebsd-10.1_libvirt (evaluating)
  62. DEBUG loader: Loading from: root (cache)
  63. DEBUG loader: Loading from: 19653500_machine_bsd_vm (cache)
  64. DEBUG loader: Configuration loaded successfully, finalizing and returning
  65. DEBUG push: finalizing
  66. INFO machine: Initializing machine: bsd_vm
  67. INFO machine: - Provider: VagrantPlugins::ProviderLibvirt::Provider
  68. INFO machine: - Box: #<Vagrant::Box:0x0000000146dbf0>
  69. INFO machine: - Data dir: /home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt
  70. INFO machine: Calling action: read_state on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  71. DEBUG environment: Attempting to acquire process-lock: machine-action-26388c1d447a3fff73873abdde01565f
  72. DEBUG environment: Attempting to acquire process-lock: dotlock
  73. INFO environment: Acquired process lock: dotlock
  74. INFO environment: Released process lock: dotlock
  75. INFO environment: Acquired process lock: machine-action-26388c1d447a3fff73873abdde01565f
  76. INFO host: Autodetecting host type for [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>]
  77. DEBUG host: Trying: suse
  78. DEBUG host: Trying: redhat
  79. INFO host: Detected: redhat!
  80. INFO runner: Preparing hooks for middleware sequence...
  81. INFO runner: 3 hooks defined.
  82. INFO runner: Running action: #<Vagrant::Action::Builder:0x000000022c2598>
  83. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x000000026b5920>
  84. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x000000026b58f8>
  85. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x000000026b5768>
  86. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x000000026b5740>
  87. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadState:0x00000002812c28>
  88. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadState:0x00000002812c28>
  89. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x000000026b5740>
  90. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x000000026b5768>
  91. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x000000026b58f8>
  92. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x000000026b5920>
  93. INFO environment: Released process lock: machine-action-26388c1d447a3fff73873abdde01565f
  94. DEBUG environment: Attempting to acquire process-lock: dotlock
  95. INFO environment: Acquired process lock: dotlock
  96. INFO environment: Released process lock: dotlock
  97. INFO command: With machine: bsd_vm (#<VagrantPlugins::ProviderLibvirt::Provider:0x00000001c30720 @machine=#<Vagrant::Machine: bsd_vm (VagrantPlugins::ProviderLibvirt::Provider)>, @cap_logger=#<Log4r::Logger:0x00000001c43f00 @fullname="vagrant::capability_host::vagrantplugins::providerlibvirt::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providerlibvirt", @parent=#<Log4r::Logger:0x00000000d52780 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000d7a000 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000d79f60>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000d7c620 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000d52550 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:libvirt, #<#<Class:0x00000001c306a8>:0x000000022bd598>]], @cap_args=[#<Vagrant::Machine: bsd_vm (VagrantPlugins::ProviderLibvirt::Provider)>], @cap_caps={:hyperv=>#<Vagrant::Registry:0x00000001c30478 @items={:public_address=>#<Proc:0x00000000c82468@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>, :docker=>#<Vagrant::Registry:0x00000001c30360 @items={:public_address=>#<Proc:0x00000000c35cf8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/docker/plugin.rb:54>, :proxy_machine=>#<Proc:0x00000000c357a8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/docker/plugin.rb:59>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x00000001c301d0 @items={:forwarded_ports=>#<Proc:0x00000000b923f0@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x00000000b922d8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x00000000c1de00@/opt/vagrant/embedded/gems/gems/vagrant-share-1.1.3/lib/vagrant-share.rb:39>}, @results_cache={}>, :libvirt=>#<Vagrant::Registry:0x00000001c30090 @items={:nic_mac_addresses=>#<Proc:0x0000000176c9f0@/home/user_name/.vagrant.d/gems/gems/vagrant-libvirt-0.0.29/lib/vagrant-libvirt/plugin.rb:45>}, @results_cache={}>}>)
  98. INFO interface: info: Bringing machine 'bsd_vm' up with 'libvirt' provider...
  99. Bringing machine 'bsd_vm' up with 'libvirt' provider...
  100. INFO machine: Calling action: read_state on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  101. DEBUG environment: Attempting to acquire process-lock: machine-action-26388c1d447a3fff73873abdde01565f
  102. DEBUG environment: Attempting to acquire process-lock: dotlock
  103. INFO environment: Acquired process lock: dotlock
  104. INFO environment: Released process lock: dotlock
  105. INFO environment: Acquired process lock: machine-action-26388c1d447a3fff73873abdde01565f
  106. INFO runner: Preparing hooks for middleware sequence...
  107. INFO runner: 3 hooks defined.
  108. INFO runner: Running action: #<Vagrant::Action::Builder:0x00000002966890>
  109. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x000000029af6a8>
  110. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x000000029af680>
  111. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x000000029af400>
  112. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x000000029af3d8>
  113. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadState:0x000000029f1f58>
  114. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadState:0x000000029f1f58>
  115. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x000000029af3d8>
  116. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x000000029af400>
  117. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x000000029af680>
  118. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x000000029af6a8>
  119. INFO environment: Released process lock: machine-action-26388c1d447a3fff73873abdde01565f
  120. DEBUG environment: Attempting to acquire process-lock: dotlock
  121. INFO environment: Acquired process lock: dotlock
  122. INFO environment: Released process lock: dotlock
  123. INFO batch_action: Enabling parallelization by default.
  124. INFO batch_action: Disabling parallelization because only executing one action
  125. INFO batch_action: Batch action will parallelize: false
  126. INFO batch_action: Starting action: #<Vagrant::Machine:0x00000001b03848> up {:destroy_on_error=>true, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil}
  127. INFO machine: Calling action: up on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  128. DEBUG environment: Attempting to acquire process-lock: machine-action-26388c1d447a3fff73873abdde01565f
  129. DEBUG environment: Attempting to acquire process-lock: dotlock
  130. INFO environment: Acquired process lock: dotlock
  131. INFO environment: Released process lock: dotlock
  132. INFO environment: Acquired process lock: machine-action-26388c1d447a3fff73873abdde01565f
  133. INFO runner: Preparing hooks for middleware sequence...
  134. INFO runner: 5 hooks defined.
  135. INFO runner: Running action: #<Vagrant::Action::Builder:0x000000015f6670>
  136. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe84b9f48>
  137. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe84b9f20>
  138. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe84b9de0>
  139. INFO warden: Calling IN action: #<VagrantPlugins::Berkshelf::Action::Check:0x007fffe84b9db8>
  140. INFO check: Berkshelf disabled, skipping
  141. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe868ade0>
  142. INFO warden: Calling IN action: #<VagrantPlugins::Berkshelf::Action::Load:0x007fffe868aca0>
  143. INFO load: Berkshelf disabled, skipping
  144. INFO warden: Calling IN action: #<VagrantPlugins::Berkshelf::Action::Share:0x007fffe8718f78>
  145. INFO share: Berkshelf disabled, skipping
  146. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe8a3daa0>
  147. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x007fffe8c0b710>
  148. INFO runner: Preparing hooks for middleware sequence...
  149. INFO runner: 5 hooks defined.
  150. INFO runner: Running action: #<Vagrant::Action::Builder:0x007fffe8e816c0>
  151. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x007fffe9375500>
  152. INFO machine: Calling action: read_state on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  153. INFO runner: Preparing hooks for middleware sequence...
  154. INFO runner: 3 hooks defined.
  155. INFO runner: Running action: #<Vagrant::Action::Builder:0x007fffe93bf650>
  156. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe9402630>
  157. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe9402608>
  158. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe9402518>
  159. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe94024f0>
  160. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadState:0x007fffe943c5b0>
  161. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadState:0x007fffe943c5b0>
  162. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe94024f0>
  163. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe9402518>
  164. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe9402608>
  165. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe9402630>
  166. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x007fffe9375500>
  167. INFO runner: Preparing hooks for middleware sequence...
  168. INFO runner: 5 hooks defined.
  169. INFO runner: Running action: #<Vagrant::Action::Warden:0x0000000179f5d0>
  170. INFO warden: Calling IN action: #<Proc:0x00000002b9c2b8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
  171. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x0000000179f1e8>
  172. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x0000000179f1c0>
  173. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000179e680>
  174. INFO warden: Calling IN action: #<VagrantPlugins::Berkshelf::Action::Check:0x0000000179e658>
  175. INFO check: Berkshelf disabled, skipping
  176. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x00000001984fd0>
  177. INFO warden: Calling IN action: #<VagrantPlugins::Berkshelf::Action::Load:0x00000001984e40>
  178. INFO load: Berkshelf disabled, skipping
  179. INFO warden: Calling IN action: #<VagrantPlugins::Berkshelf::Action::Share:0x000000022e9670>
  180. INFO share: Berkshelf disabled, skipping
  181. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x00000002702dd8>
  182. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x000000029ab1c0>
  183. INFO runner: Preparing hooks for middleware sequence...
  184. INFO runner: 5 hooks defined.
  185. INFO runner: Running action: #<Vagrant::Action::Builder:0x007fffe86dc078>
  186. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::IsRunning:0x007fffe8a325b0>
  187. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::IsRunning:0x007fffe8a325b0>
  188. INFO runner: Preparing hooks for middleware sequence...
  189. INFO runner: 5 hooks defined.
  190. INFO runner: Running action: #<Vagrant::Action::Warden:0x007fffe8c0da10>
  191. INFO warden: Calling IN action: #<Proc:0x007fffe8e819e0@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
  192. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x007fffe8c0d948>
  193. INFO runner: Preparing hooks for middleware sequence...
  194. INFO runner: 5 hooks defined.
  195. INFO runner: Running action: #<Vagrant::Action::Builder:0x007fffe9399b80>
  196. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::IsSuspended:0x007fffe93eb138>
  197. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::IsSuspended:0x007fffe93eb138>
  198. INFO runner: Preparing hooks for middleware sequence...
  199. INFO runner: 5 hooks defined.
  200. INFO runner: Running action: #<Vagrant::Action::Warden:0x000000026c9560>
  201. INFO warden: Calling IN action: #<Proc:0x007fffe957d730@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
  202. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Start:0x000000026cb9a0>
  203. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Upload:0x000000026c9510>
  204. INFO warden: Calling IN action: #<VagrantPlugins::Berkshelf::Action::Save:0x000000026c8de0>
  205. INFO save: Berkshelf disabled, skipping
  206. INFO warden: Calling IN action: #<VagrantPlugins::Berkshelf::Action::Install:0x00000002989bb0>
  207. INFO install: Berkshelf disabled, skipping
  208. INFO warden: Calling IN action: #<VagrantPlugins::Berkshelf::Action::Upload:0x00000002a2de90>
  209. INFO upload: Berkshelf disabled, skipping
  210. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Provision:0x00000002b66280>
  211. INFO provision: Checking provisioner sentinel file...
  212. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateNetworks:0x007fffe84c3e08>
  213. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::PrepareNFSValidIds:0x007fffe86bb3f0>
  214. INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x007fffe8a1bd60>
  215. DEBUG host: Searching for cap: nfs_prune
  216. DEBUG host: Checking in: redhat
  217. DEBUG host: Checking in: linux
  218. DEBUG host: Found cap: nfs_prune in linux
  219. INFO nfs: NFS pruning. Valid IDs: ["72d14df3-818d-48d4-ace2-39d787fed6dc", "a747ccd2-8997-4d4a-b11e-c5f4d38ef13d", "890e4a6e-98d3-4d78-9354-4108cd070389"]
  220. DEBUG host: Searching for cap: nfs_prune
  221. DEBUG host: Checking in: redhat
  222. DEBUG host: Checking in: linux
  223. DEBUG host: Found cap: nfs_prune in linux
  224. INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>, #<Vagrant::UI::Prefixed:0x00000001ba67c8 @logger=#<Log4r::Logger:0x00000001ba6778 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000d52780 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000d7a000 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000d79f60>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000d7c620 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000d52550 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @prefix=:bsd_vm, @ui=#<Vagrant::UI::Basic:0x00000002374e00 @logger=#<Log4r::Logger:0x00000002374db0 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000d52780 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000d7a000 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000d79f60>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000d7c620 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000d52550 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @lock=#<Mutex:0x000000023b5d88>>>, ["72d14df3-818d-48d4-ace2-39d787fed6dc", "a747ccd2-8997-4d4a-b11e-c5f4d38ef13d", "890e4a6e-98d3-4d78-9354-4108cd070389"]] (redhat)
  225. INFO linux: Pruning invalid NFS entries...
  226. DEBUG linux: Valid ID: a747ccd2-8997-4d4a-b11e-c5f4d38ef13d
  227. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x007fffe8a92f78>
  228. DEBUG host: Searching for cap: nfs_installed
  229. DEBUG host: Checking in: redhat
  230. DEBUG host: Checking in: linux
  231. DEBUG host: Found cap: nfs_installed in linux
  232. INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>] (redhat)
  233. INFO synced_folder_cleanup: Invoking synced folder cleanup for: nfs
  234. INFO nfs: NFS pruning. Valid IDs: ["72d14df3-818d-48d4-ace2-39d787fed6dc", "a747ccd2-8997-4d4a-b11e-c5f4d38ef13d", "890e4a6e-98d3-4d78-9354-4108cd070389"]
  235. DEBUG host: Searching for cap: nfs_prune
  236. DEBUG host: Checking in: redhat
  237. DEBUG host: Checking in: linux
  238. DEBUG host: Found cap: nfs_prune in linux
  239. INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>, #<Vagrant::UI::Prefixed:0x00000001ba67c8 @logger=#<Log4r::Logger:0x00000001ba6778 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000d52780 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000d7a000 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000d79f60>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000d7c620 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000d52550 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @prefix=:bsd_vm, @ui=#<Vagrant::UI::Basic:0x00000002374e00 @logger=#<Log4r::Logger:0x00000002374db0 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000d52780 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000d7a000 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000d79f60>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000d7c620 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000d52550 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @lock=#<Mutex:0x000000023b5d88>>>, ["72d14df3-818d-48d4-ace2-39d787fed6dc", "a747ccd2-8997-4d4a-b11e-c5f4d38ef13d", "890e4a6e-98d3-4d78-9354-4108cd070389"]] (redhat)
  240. INFO linux: Pruning invalid NFS entries...
  241. DEBUG linux: Valid ID: a747ccd2-8997-4d4a-b11e-c5f4d38ef13d
  242. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x007fffe8c62808>
  243. DEBUG host: Searching for cap: nfs_installed
  244. DEBUG host: Checking in: redhat
  245. DEBUG host: Checking in: linux
  246. DEBUG host: Found cap: nfs_installed in linux
  247. INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>] (redhat)
  248. INFO synced_folders: Synced Folder Implementation: nfs
  249. INFO synced_folders: - /vagrant: v-root => /vagrant
  250. INFO synced_folders: Invoking synced folder prepare for: nfs
  251. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::StartDomain:0x007fffe8cc9dc8>
  252. INFO interface: info: Starting domain.
  253. INFO interface: info: ==> bsd_vm: Starting domain.
  254. ==> bsd_vm: Starting domain.
  255. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::WaitTillUp:0x007fffe8eace38>
  256. INFO interface: info: Waiting for domain to get an IP address...
  257. INFO interface: info: ==> bsd_vm: Waiting for domain to get an IP address...
  258. ==> bsd_vm: Waiting for domain to get an IP address...
  259. INFO interface: info: Waiting for SSH to become available...
  260. INFO interface: info: ==> bsd_vm: Waiting for SSH to become available...
  261. ==> bsd_vm: Waiting for SSH to become available...
  262. DEBUG ssh: Checking whether SSH is ready...
  263. INFO machine: Calling action: read_ssh_info on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  264. INFO runner: Preparing hooks for middleware sequence...
  265. INFO runner: 3 hooks defined.
  266. INFO runner: Running action: #<Vagrant::Action::Builder:0x000000018cc4d0>
  267. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x00000002849f20>
  268. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x00000002849e58>
  269. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x00000002849a70>
  270. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x00000002849a20>
  271. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x00000002a2d260>
  272. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x00000002a2d260>
  273. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x00000002849a20>
  274. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x00000002849a70>
  275. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x00000002849e58>
  276. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x00000002849f20>
  277. DEBUG ssh: Checking key permissions: /home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key
  278. INFO ssh: Attempting SSH connection...
  279. INFO ssh: Attempting to connect to SSH...
  280. INFO ssh: - Host: 192.168.121.125
  281. INFO ssh: - Port: 22
  282. INFO ssh: - Username: vagrant
  283. INFO ssh: - Password? false
  284. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  285. DEBUG ssh: == Net-SSH connection debug-level log START ==
  286. DEBUG ssh: D, [2015-06-02T23:56:25.182458 #13044] DEBUG -- net.ssh.transport.session[3ffff4507a9c]: establishing connection to 192.168.121.125:22
  287.  
  288. DEBUG ssh: == Net-SSH connection debug-level log END ==
  289. INFO retryable: Retryable exception raised: #<Timeout::Error: execution expired>
  290. INFO ssh: Attempting to connect to SSH...
  291. INFO ssh: - Host: 192.168.121.125
  292. INFO ssh: - Port: 22
  293. INFO ssh: - Username: vagrant
  294. INFO ssh: - Password? false
  295. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  296. DEBUG ssh: == Net-SSH connection debug-level log START ==
  297. DEBUG ssh: D, [2015-06-02T23:56:40.192269 #13044] DEBUG -- net.ssh.transport.session[3ffff4603d60]: establishing connection to 192.168.121.125:22
  298.  
  299. DEBUG ssh: == Net-SSH connection debug-level log END ==
  300. INFO retryable: Retryable exception raised: #<Errno::EHOSTUNREACH: No route to host - connect(2)>
  301. INFO ssh: Attempting to connect to SSH...
  302. INFO ssh: - Host: 192.168.121.125
  303. INFO ssh: - Port: 22
  304. INFO ssh: - Username: vagrant
  305. INFO ssh: - Password? false
  306. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  307. DEBUG ssh: == Net-SSH connection debug-level log START ==
  308. DEBUG ssh: D, [2015-06-02T23:56:43.207633 #13044] DEBUG -- net.ssh.transport.session[3ffff4659b0c]: establishing connection to 192.168.121.125:22
  309.  
  310. DEBUG ssh: == Net-SSH connection debug-level log END ==
  311. INFO retryable: Retryable exception raised: #<Errno::EHOSTUNREACH: No route to host - connect(2)>
  312. INFO ssh: Attempting to connect to SSH...
  313. INFO ssh: - Host: 192.168.121.125
  314. INFO ssh: - Port: 22
  315. INFO ssh: - Username: vagrant
  316. INFO ssh: - Password? false
  317. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  318. DEBUG ssh: == Net-SSH connection debug-level log START ==
  319. DEBUG ssh: D, [2015-06-02T23:56:46.214978 #13044] DEBUG -- net.ssh.transport.session[3ffff475f1f0]: establishing connection to 192.168.121.125:22
  320.  
  321. DEBUG ssh: == Net-SSH connection debug-level log END ==
  322. INFO retryable: Retryable exception raised: #<Errno::EHOSTUNREACH: No route to host - connect(2)>
  323. INFO ssh: Attempting to connect to SSH...
  324. INFO ssh: - Host: 192.168.121.125
  325. INFO ssh: - Port: 22
  326. INFO ssh: - Username: vagrant
  327. INFO ssh: - Password? false
  328. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  329. DEBUG ssh: == Net-SSH connection debug-level log START ==
  330. DEBUG ssh: D, [2015-06-02T23:56:49.223565 #13044] DEBUG -- net.ssh.transport.session[3ffff49cd644]: establishing connection to 192.168.121.125:22
  331.  
  332. DEBUG ssh: == Net-SSH connection debug-level log END ==
  333. INFO ssh: SSH not up: #<Vagrant::Errors::SSHNoRoute: While attempting to connect with SSH, a "no route to host" (EHOSTUNREACH)
  334. error was received. Please verify your network settings are correct
  335. and try again.>
  336. DEBUG ssh: Checking whether SSH is ready...
  337. INFO machine: Calling action: read_ssh_info on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  338. INFO runner: Preparing hooks for middleware sequence...
  339. INFO runner: 3 hooks defined.
  340. INFO runner: Running action: #<Vagrant::Action::Builder:0x007fffe93a6cb8>
  341. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe94030d0>
  342. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe94030a8>
  343. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe9402fb8>
  344. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe9402f90>
  345. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe945b618>
  346. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe945b618>
  347. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe9402f90>
  348. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe9402fb8>
  349. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe94030a8>
  350. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe94030d0>
  351. DEBUG ssh: Checking key permissions: /home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key
  352. INFO ssh: Attempting SSH connection...
  353. INFO ssh: Attempting to connect to SSH...
  354. INFO ssh: - Host: 192.168.121.125
  355. INFO ssh: - Port: 22
  356. INFO ssh: - Username: vagrant
  357. INFO ssh: - Password? false
  358. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  359. DEBUG ssh: == Net-SSH connection debug-level log START ==
  360. DEBUG ssh: D, [2015-06-02T23:56:54.404631 #13044] DEBUG -- net.ssh.transport.session[b153b4]: establishing connection to 192.168.121.125:22
  361.  
  362. DEBUG ssh: == Net-SSH connection debug-level log END ==
  363. INFO retryable: Retryable exception raised: #<Errno::EHOSTUNREACH: No route to host - connect(2)>
  364. INFO ssh: Attempting to connect to SSH...
  365. INFO ssh: - Host: 192.168.121.125
  366. INFO ssh: - Port: 22
  367. INFO ssh: - Username: vagrant
  368. INFO ssh: - Password? false
  369. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  370. DEBUG ssh: == Net-SSH connection debug-level log START ==
  371. DEBUG ssh: D, [2015-06-02T23:56:55.237426 #13044] DEBUG -- net.ssh.transport.session[d1af4c]: establishing connection to 192.168.121.125:22
  372.  
  373. DEBUG ssh: == Net-SSH connection debug-level log END ==
  374. INFO retryable: Retryable exception raised: #<Errno::EHOSTUNREACH: No route to host - connect(2)>
  375. INFO ssh: Attempting to connect to SSH...
  376. INFO ssh: - Host: 192.168.121.125
  377. INFO ssh: - Port: 22
  378. INFO ssh: - Username: vagrant
  379. INFO ssh: - Password? false
  380. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  381. DEBUG ssh: == Net-SSH connection debug-level log START ==
  382. DEBUG ssh: D, [2015-06-02T23:56:58.249905 #13044] DEBUG -- net.ssh.transport.session[1385558]: establishing connection to 192.168.121.125:22
  383.  
  384. DEBUG ssh: == Net-SSH connection debug-level log END ==
  385. INFO retryable: Retryable exception raised: #<Errno::EHOSTUNREACH: No route to host - connect(2)>
  386. INFO ssh: Attempting to connect to SSH...
  387. INFO ssh: - Host: 192.168.121.125
  388. INFO ssh: - Port: 22
  389. INFO ssh: - Username: vagrant
  390. INFO ssh: - Password? false
  391. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  392. DEBUG ssh: == Net-SSH connection debug-level log START ==
  393. DEBUG ssh: D, [2015-06-02T23:57:01.255495 #13044] DEBUG -- net.ssh.transport.session[14fd8a4]: establishing connection to 192.168.121.125:22
  394.  
  395. DEBUG ssh: == Net-SSH connection debug-level log END ==
  396. INFO retryable: Retryable exception raised: #<Errno::EHOSTUNREACH: No route to host - connect(2)>
  397. INFO ssh: Attempting to connect to SSH...
  398. INFO ssh: - Host: 192.168.121.125
  399. INFO ssh: - Port: 22
  400. INFO ssh: - Username: vagrant
  401. INFO ssh: - Password? false
  402. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  403. DEBUG ssh: == Net-SSH connection debug-level log START ==
  404. DEBUG ssh: D, [2015-06-02T23:57:04.261437 #13044] DEBUG -- net.ssh.transport.session[15ec5bc]: establishing connection to 192.168.121.125:22
  405.  
  406. DEBUG ssh: == Net-SSH connection debug-level log END ==
  407. INFO ssh: SSH not up: #<Vagrant::Errors::SSHNoRoute: While attempting to connect with SSH, a "no route to host" (EHOSTUNREACH)
  408. error was received. Please verify your network settings are correct
  409. and try again.>
  410. DEBUG ssh: Checking whether SSH is ready...
  411. INFO machine: Calling action: read_ssh_info on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  412. INFO runner: Preparing hooks for middleware sequence...
  413. INFO runner: 3 hooks defined.
  414. INFO runner: Running action: #<Vagrant::Action::Builder:0x00000002bf02a0>
  415. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe86c21c8>
  416. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe86c2128>
  417. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe86c1de0>
  418. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe86c1db8>
  419. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe8a3b7f0>
  420. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe8a3b7f0>
  421. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe86c1db8>
  422. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe86c1de0>
  423. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe86c2128>
  424. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe86c21c8>
  425. DEBUG ssh: Checking key permissions: /home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key
  426. INFO ssh: Attempting SSH connection...
  427. INFO ssh: Attempting to connect to SSH...
  428. INFO ssh: - Host: 192.168.121.125
  429. INFO ssh: - Port: 22
  430. INFO ssh: - Username: vagrant
  431. INFO ssh: - Password? false
  432. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  433. DEBUG ssh: == Net-SSH connection debug-level log START ==
  434. DEBUG ssh: D, [2015-06-02T23:57:09.325595 #13044] DEBUG -- net.ssh.transport.session[3ffff4757180]: establishing connection to 192.168.121.125:22
  435.  
  436. DEBUG ssh: == Net-SSH connection debug-level log END ==
  437. INFO retryable: Retryable exception raised: #<Errno::EHOSTUNREACH: No route to host - connect(2)>
  438. INFO ssh: Attempting to connect to SSH...
  439. INFO ssh: - Host: 192.168.121.125
  440. INFO ssh: - Port: 22
  441. INFO ssh: - Username: vagrant
  442. INFO ssh: - Password? false
  443. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  444. DEBUG ssh: == Net-SSH connection debug-level log START ==
  445. DEBUG ssh: D, [2015-06-02T23:57:10.272518 #13044] DEBUG -- net.ssh.transport.session[3ffff49c64e8]: establishing connection to 192.168.121.125:22
  446.  
  447. DEBUG ssh: == Net-SSH connection debug-level log END ==
  448. INFO retryable: Retryable exception raised: #<Errno::ECONNREFUSED: Connection refused - connect(2)>
  449. INFO ssh: Attempting to connect to SSH...
  450. INFO ssh: - Host: 192.168.121.125
  451. INFO ssh: - Port: 22
  452. INFO ssh: - Username: vagrant
  453. INFO ssh: - Password? false
  454. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  455. DEBUG ssh: == Net-SSH connection debug-level log START ==
  456. DEBUG ssh: D, [2015-06-02T23:57:11.284463 #13044] DEBUG -- net.ssh.transport.session[3ffff49f4604]: establishing connection to 192.168.121.125:22
  457.  
  458. DEBUG ssh: == Net-SSH connection debug-level log END ==
  459. INFO retryable: Retryable exception raised: #<Errno::ECONNREFUSED: Connection refused - connect(2)>
  460. INFO ssh: Attempting to connect to SSH...
  461. INFO ssh: - Host: 192.168.121.125
  462. INFO ssh: - Port: 22
  463. INFO ssh: - Username: vagrant
  464. INFO ssh: - Password? false
  465. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  466. DEBUG ssh: == Net-SSH connection debug-level log START ==
  467. DEBUG ssh: D, [2015-06-02T23:57:11.290785 #13044] DEBUG -- net.ssh.transport.session[3ffff4a25920]: establishing connection to 192.168.121.125:22
  468.  
  469. DEBUG ssh: == Net-SSH connection debug-level log END ==
  470. INFO retryable: Retryable exception raised: #<Errno::ECONNREFUSED: Connection refused - connect(2)>
  471. INFO ssh: Attempting to connect to SSH...
  472. INFO ssh: - Host: 192.168.121.125
  473. INFO ssh: - Port: 22
  474. INFO ssh: - Username: vagrant
  475. INFO ssh: - Password? false
  476. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  477. DEBUG ssh: == Net-SSH connection debug-level log START ==
  478. DEBUG ssh: D, [2015-06-02T23:57:11.296278 #13044] DEBUG -- net.ssh.transport.session[3ffff4a57f74]: establishing connection to 192.168.121.125:22
  479.  
  480. DEBUG ssh: == Net-SSH connection debug-level log END ==
  481. INFO ssh: SSH not up: #<Vagrant::Errors::SSHConnectionRefused: SSH connection was refused! This usually happens if the VM failed to
  482. boot properly. Some steps to try to fix this: First, try reloading your
  483. VM with `vagrant reload`, since a simple restart sometimes fixes things.
  484. If that doesn't work, destroy your VM and recreate it with a `vagrant destroy`
  485. followed by a `vagrant up`. If that doesn't work, contact a Vagrant
  486. maintainer (support channels listed on the website) for more assistance.>
  487. DEBUG ssh: Checking whether SSH is ready...
  488. INFO machine: Calling action: read_ssh_info on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  489. INFO runner: Preparing hooks for middleware sequence...
  490. INFO runner: 3 hooks defined.
  491. INFO runner: Running action: #<Vagrant::Action::Builder:0x007fffe94ace28>
  492. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe95aa640>
  493. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe95aa618>
  494. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe95aa528>
  495. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe95aa500>
  496. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe97a5850>
  497. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe97a5850>
  498. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe95aa500>
  499. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe95aa528>
  500. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe95aa618>
  501. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe95aa640>
  502. DEBUG ssh: Checking key permissions: /home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key
  503. INFO ssh: Attempting SSH connection...
  504. INFO ssh: Attempting to connect to SSH...
  505. INFO ssh: - Host: 192.168.121.125
  506. INFO ssh: - Port: 22
  507. INFO ssh: - Username: vagrant
  508. INFO ssh: - Password? false
  509. INFO ssh: - Key Path: ["/home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key"]
  510. DEBUG ssh: == Net-SSH connection debug-level log START ==
  511. DEBUG ssh: D, [2015-06-02T23:57:13.461746 #13044] DEBUG -- net.ssh.transport.session[c152f0]: establishing connection to 192.168.121.125:22
  512. D, [2015-06-02T23:57:13.462760 #13044] DEBUG -- net.ssh.transport.session[c152f0]: connection established
  513. I, [2015-06-02T23:57:13.463135 #13044] INFO -- net.ssh.transport.server_version[c1686c]: negotiating protocol version
  514. D, [2015-06-02T23:57:13.481969 #13044] DEBUG -- net.ssh.transport.server_version[c1686c]: remote is `SSH-2.0-OpenSSH_6.6.1_hpn13v11 FreeBSD-20140420'
  515. D, [2015-06-02T23:57:13.482288 #13044] DEBUG -- net.ssh.transport.server_version[c1686c]: local is `SSH-2.0-Ruby/Net::SSH_2.9.2 x86_64-linux'
  516. D, [2015-06-02T23:57:13.486052 #13044] DEBUG -- tcpsocket[c14d78]: read 1648 bytes
  517. D, [2015-06-02T23:57:13.486470 #13044] DEBUG -- tcpsocket[c14d78]: received packet nr 0 type 20 len 1644
  518. I, [2015-06-02T23:57:13.486763 #13044] INFO -- net.ssh.transport.algorithms[c49f00]: got KEXINIT from server
  519. I, [2015-06-02T23:57:13.487494 #13044] INFO -- net.ssh.transport.algorithms[c49f00]: sending KEXINIT
  520. D, [2015-06-02T23:57:13.487982 #13044] DEBUG -- tcpsocket[c14d78]: queueing packet nr 0 type 20 len 1684
  521. D, [2015-06-02T23:57:13.488142 #13044] DEBUG -- tcpsocket[c14d78]: sent 1688 bytes
  522. I, [2015-06-02T23:57:13.488216 #13044] INFO -- net.ssh.transport.algorithms[c49f00]: negotiating algorithms
  523. D, [2015-06-02T23:57:13.488557 #13044] DEBUG -- net.ssh.transport.algorithms[c49f00]: negotiated:
  524. * kex: diffie-hellman-group-exchange-sha1
  525. * host_key: ssh-rsa
  526. * encryption_server: aes128-cbc
  527. * encryption_client: aes128-cbc
  528. * hmac_client: hmac-sha1
  529. * hmac_server: hmac-sha1
  530. * compression_client: none
  531. * compression_server: none
  532. * language_client:
  533. * language_server:
  534. D, [2015-06-02T23:57:13.488635 #13044] DEBUG -- net.ssh.transport.algorithms[c49f00]: exchanging keys
  535. D, [2015-06-02T23:57:13.489022 #13044] DEBUG -- tcpsocket[c14d78]: queueing packet nr 1 type 34 len 20
  536. D, [2015-06-02T23:57:13.489131 #13044] DEBUG -- tcpsocket[c14d78]: sent 24 bytes
  537. D, [2015-06-02T23:57:13.500956 #13044] DEBUG -- tcpsocket[c14d78]: read 152 bytes
  538. D, [2015-06-02T23:57:13.501138 #13044] DEBUG -- tcpsocket[c14d78]: received packet nr 1 type 31 len 148
  539. D, [2015-06-02T23:57:13.504642 #13044] DEBUG -- tcpsocket[c14d78]: queueing packet nr 2 type 32 len 140
  540. D, [2015-06-02T23:57:13.504732 #13044] DEBUG -- tcpsocket[c14d78]: sent 144 bytes
  541. D, [2015-06-02T23:57:13.510047 #13044] DEBUG -- tcpsocket[c14d78]: read 720 bytes
  542. D, [2015-06-02T23:57:13.510192 #13044] DEBUG -- tcpsocket[c14d78]: received packet nr 2 type 33 len 700
  543. D, [2015-06-02T23:57:13.511746 #13044] DEBUG -- tcpsocket[c14d78]: queueing packet nr 3 type 21 len 20
  544. D, [2015-06-02T23:57:13.511834 #13044] DEBUG -- tcpsocket[c14d78]: sent 24 bytes
  545. D, [2015-06-02T23:57:13.511926 #13044] DEBUG -- tcpsocket[c14d78]: received packet nr 3 type 21 len 12
  546. D, [2015-06-02T23:57:13.512373 #13044] DEBUG -- net.ssh.authentication.session[11f6e1c]: beginning authentication of `vagrant'
  547. D, [2015-06-02T23:57:13.512543 #13044] DEBUG -- tcpsocket[c14d78]: queueing packet nr 4 type 5 len 28
  548. D, [2015-06-02T23:57:13.512609 #13044] DEBUG -- tcpsocket[c14d78]: sent 52 bytes
  549. D, [2015-06-02T23:57:13.619066 #13044] DEBUG -- tcpsocket[c14d78]: read 52 bytes
  550. D, [2015-06-02T23:57:13.619325 #13044] DEBUG -- tcpsocket[c14d78]: received packet nr 4 type 6 len 28
  551. D, [2015-06-02T23:57:13.619480 #13044] DEBUG -- net.ssh.authentication.session[11f6e1c]: trying none
  552. D, [2015-06-02T23:57:13.619685 #13044] DEBUG -- tcpsocket[c14d78]: queueing packet nr 5 type 50 len 44
  553. D, [2015-06-02T23:57:13.619785 #13044] DEBUG -- tcpsocket[c14d78]: sent 68 bytes
  554. D, [2015-06-02T23:57:13.652835 #13044] DEBUG -- tcpsocket[c14d78]: read 68 bytes
  555. D, [2015-06-02T23:57:13.653281 #13044] DEBUG -- tcpsocket[c14d78]: received packet nr 5 type 51 len 44
  556. D, [2015-06-02T23:57:13.653588 #13044] DEBUG -- net.ssh.authentication.session[11f6e1c]: allowed methods: publickey,keyboard-interactive
  557. D, [2015-06-02T23:57:13.653832 #13044] DEBUG -- net.ssh.authentication.methods.none[134fbd8]: none failed
  558. D, [2015-06-02T23:57:13.654129 #13044] DEBUG -- net.ssh.authentication.session[11f6e1c]: trying publickey
  559. D, [2015-06-02T23:57:13.655025 #13044] DEBUG -- net.ssh.authentication.agent[137f9c8]: connecting to ssh-agent
  560. D, [2015-06-02T23:57:13.656333 #13044] DEBUG -- net.ssh.authentication.agent[137f9c8]: sending agent request 1 len 44
  561. D, [2015-06-02T23:57:13.656678 #13044] DEBUG -- net.ssh.authentication.agent[137f9c8]: received agent packet 2 len 5
  562. D, [2015-06-02T23:57:13.656907 #13044] DEBUG -- net.ssh.authentication.agent[137f9c8]: sending agent request 11 len 0
  563. D, [2015-06-02T23:57:13.657106 #13044] DEBUG -- net.ssh.authentication.agent[137f9c8]: received agent packet 12 len 5
  564. D, [2015-06-02T23:57:13.657638 #13044] DEBUG -- net.ssh.authentication.methods.publickey[137e190]: trying publickey (66:d0:4f:fb:98:b4:eb:05:5b:e3:cb:a0:11:19:a3:b2)
  565. D, [2015-06-02T23:57:13.658148 #13044] DEBUG -- tcpsocket[c14d78]: queueing packet nr 6 type 50 len 348
  566. D, [2015-06-02T23:57:13.658385 #13044] DEBUG -- tcpsocket[c14d78]: sent 372 bytes
  567. D, [2015-06-02T23:57:13.669330 #13044] DEBUG -- tcpsocket[c14d78]: read 324 bytes
  568. D, [2015-06-02T23:57:13.669554 #13044] DEBUG -- tcpsocket[c14d78]: received packet nr 6 type 60 len 300
  569. D, [2015-06-02T23:57:13.673853 #13044] DEBUG -- tcpsocket[c14d78]: queueing packet nr 7 type 50 len 620
  570. D, [2015-06-02T23:57:13.673987 #13044] DEBUG -- tcpsocket[c14d78]: sent 644 bytes
  571. D, [2015-06-02T23:57:13.678970 #13044] DEBUG -- tcpsocket[c14d78]: read 36 bytes
  572. D, [2015-06-02T23:57:13.679189 #13044] DEBUG -- tcpsocket[c14d78]: received packet nr 7 type 52 len 12
  573. D, [2015-06-02T23:57:13.679327 #13044] DEBUG -- net.ssh.authentication.methods.publickey[137e190]: publickey succeeded (66:d0:4f:fb:98:b4:eb:05:5b:e3:cb:a0:11:19:a3:b2)
  574.  
  575. DEBUG ssh: == Net-SSH connection debug-level log END ==
  576. INFO ssh: SSH is ready!
  577. DEBUG ssh: Re-using SSH connection.
  578. INFO ssh: Execute: (sudo=false)
  579. DEBUG ssh: Exit status: 0
  580. INFO machine: Calling action: read_ssh_info on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  581. INFO runner: Preparing hooks for middleware sequence...
  582. INFO runner: 3 hooks defined.
  583. INFO runner: Running action: #<Vagrant::Action::Builder:0x00000002a53370>
  584. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe84a63f8>
  585. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe84a63a8>
  586. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe84a6010>
  587. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe84a5f98>
  588. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe86c0a80>
  589. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe86c0a80>
  590. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe84a5f98>
  591. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe84a6010>
  592. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe84a63a8>
  593. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe84a63f8>
  594. DEBUG ssh: Checking key permissions: /home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key
  595. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ForwardPorts:0x007fffe9374420>
  596. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::PrepareNFSSettings:0x007fffe93c09b0>
  597. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ShareFolders:0x007fffe940f358>
  598. INFO interface: info: Creating shared folders metadata...
  599. INFO interface: info: ==> bsd_vm: Creating shared folders metadata...
  600. ==> bsd_vm: Creating shared folders metadata...
  601. INFO warden: Calling IN action: #<Proc:0x007fffe945ba28@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
  602. INFO warden: Calling IN action: #<Proc:0x007fffe8c0d8a8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
  603. INFO warden: Calling IN action: #<Proc:0x000000029ab058@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
  604. INFO warden: Calling OUT action: #<Proc:0x000000029ab058@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
  605. INFO warden: Calling OUT action: #<Proc:0x007fffe8c0d8a8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
  606. INFO warden: Calling OUT action: #<Proc:0x007fffe945ba28@/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:94 (lambda)>
  607. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ShareFolders:0x007fffe940f358>
  608. DEBUG host: Searching for cap: nfs_installed
  609. DEBUG host: Checking in: redhat
  610. DEBUG host: Checking in: linux
  611. DEBUG host: Found cap: nfs_installed in linux
  612. INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>] (redhat)
  613. INFO nfs: Using NFS, preparing NFS settings by reading host IP and machine IP
  614. INFO machine: Calling action: read_ssh_info on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  615. INFO runner: Preparing hooks for middleware sequence...
  616. INFO runner: 3 hooks defined.
  617. INFO runner: Running action: #<Vagrant::Action::Builder:0x007fffe8ec8930>
  618. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe93b3f58>
  619. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe93b3ee0>
  620. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe93b3d00>
  621. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe93b3cd8>
  622. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe9403698>
  623. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x007fffe9403698>
  624. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x007fffe93b3cd8>
  625. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x007fffe93b3d00>
  626. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x007fffe93b3ee0>
  627. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x007fffe93b3f58>
  628. DEBUG ssh: Checking key permissions: /home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key
  629. INFO machine: Calling action: read_ssh_info on provider Libvirt (a747ccd2-8997-4d4a-b11e-c5f4d38ef13d)
  630. INFO runner: Preparing hooks for middleware sequence...
  631. INFO runner: 3 hooks defined.
  632. INFO runner: Running action: #<Vagrant::Action::Builder:0x0000000154c8f0>
  633. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x000000019915f0>
  634. INFO warden: Calling IN action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x00000001991500>
  635. INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x000000019911b8>
  636. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x00000001991190>
  637. INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x00000002922be0>
  638. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ReadSSHInfo:0x00000002922be0>
  639. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ConnectLibvirt:0x00000001991190>
  640. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x000000019911b8>
  641. INFO warden: Calling OUT action: #<VagrantPlugins::ChefZero::Action::Reconfig:0x00000001991500>
  642. INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x000000019915f0>
  643. DEBUG ssh: Checking key permissions: /home/user_name/repos/learnin/BSDA/.vagrant/machines/bsd_vm/libvirt/private_key
  644. INFO nfs: host IP: 192.168.121.1 machine IP: 192.168.121.125
  645. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::PrepareNFSSettings:0x007fffe93c09b0>
  646. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ForwardPorts:0x007fffe9374420>
  647. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::WaitTillUp:0x007fffe8eace38>
  648. INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::StartDomain:0x007fffe8cc9dc8>
  649. INFO synced_folders: Invoking synced folder enable: nfs
  650. DEBUG ssh: Checking whether SSH is ready...
  651. DEBUG ssh: Re-using SSH connection.
  652. INFO ssh: SSH is ready!
  653. DEBUG ssh: Re-using SSH connection.
  654. INFO ssh: Execute: (sudo=false)
  655. DEBUG ssh: Exit status: 0
  656. INFO guest: Autodetecting host type for [#<Vagrant::Machine: bsd_vm (VagrantPlugins::ProviderLibvirt::Provider)>]
  657. DEBUG guest: Trying: mint
  658. DEBUG ssh: Re-using SSH connection.
  659. INFO ssh: Execute: cat /etc/issue | grep 'Linux Mint' (sudo=false)
  660. DEBUG ssh: stderr: cat: /etc/issue:
  661. DEBUG ssh: stderr: No such file or directory
  662.  
  663. DEBUG ssh: Exit status: 1
  664. DEBUG guest: Trying: ubuntu
  665. DEBUG ssh: Re-using SSH connection.
  666. INFO ssh: Execute: [ -x /usr/bin/lsb_release ] && /usr/bin/lsb_release -i 2>/dev/null | grep Ubuntu (sudo=false)
  667. DEBUG ssh: Exit status: 1
  668. DEBUG guest: Trying: pld
  669. DEBUG ssh: Re-using SSH connection.
  670. INFO ssh: Execute: cat /etc/pld-release (sudo=false)
  671. DEBUG ssh: stderr: cat: /etc/pld-release: No such file or directory
  672.  
  673. DEBUG ssh: Exit status: 1
  674. DEBUG guest: Trying: fedora
  675. DEBUG ssh: Re-using SSH connection.
  676. INFO ssh: Execute: grep 'Fedora release [12][67890]' /etc/redhat-release (sudo=false)
  677. DEBUG ssh: stderr: grep: /etc/redhat-release: No such file or directory
  678.  
  679. DEBUG ssh: Exit status: 2
  680. DEBUG guest: Trying: omnios
  681. DEBUG ssh: Re-using SSH connection.
  682. INFO ssh: Execute: cat /etc/release | grep -i OmniOS (sudo=false)
  683. DEBUG ssh: stderr: cat: /etc/release: No such file or directory
  684.  
  685. DEBUG ssh: Exit status: 1
  686. DEBUG guest: Trying: suse
  687. DEBUG ssh: Re-using SSH connection.
  688. INFO ssh: Execute: test -f /etc/SuSE-release || grep -q SUSE /etc/os-release (sudo=false)
  689. DEBUG ssh: stderr: grep: /etc/os-release
  690. DEBUG ssh: stderr: : No such file or directory
  691.  
  692. DEBUG ssh: Exit status: 2
  693. DEBUG guest: Trying: tinycore
  694. DEBUG ssh: Re-using SSH connection.
  695. INFO ssh: Execute: cat /etc/issue | grep 'Core Linux' (sudo=false)
  696. DEBUG ssh: stderr: cat: /etc/issue:
  697. DEBUG ssh: stderr: No such file or directory
  698.  
  699. DEBUG ssh: Exit status: 1
  700. DEBUG guest: Trying: redhat
  701. DEBUG ssh: Re-using SSH connection.
  702. INFO ssh: Execute: cat /etc/redhat-release (sudo=false)
  703. DEBUG ssh: stderr: cat: /etc/redhat-release: No such file or directory
  704.  
  705. DEBUG ssh: Exit status: 1
  706. DEBUG guest: Trying: nixos
  707. DEBUG ssh: Re-using SSH connection.
  708. INFO ssh: Execute: test -f /run/current-system/nixos-version (sudo=false)
  709. DEBUG ssh: Exit status: 1
  710. DEBUG guest: Trying: coreos
  711. DEBUG ssh: Re-using SSH connection.
  712. INFO ssh: Execute: cat /etc/os-release | grep ID=coreos (sudo=false)
  713. DEBUG ssh: stderr: cat: /etc/os-release:
  714. DEBUG ssh: stderr: No such file or directory
  715.  
  716. DEBUG ssh: Exit status: 1
  717. DEBUG guest: Trying: debian
  718. DEBUG ssh: Re-using SSH connection.
  719. INFO ssh: Execute: cat /etc/issue | grep 'Debian' (sudo=false)
  720. DEBUG ssh: stderr: cat: /etc/issue:
  721. DEBUG ssh: stderr: No such file or directory
  722.  
  723. DEBUG ssh: Exit status: 1
  724. DEBUG guest: Trying: arch
  725. DEBUG ssh: Re-using SSH connection.
  726. INFO ssh: Execute: cat /etc/arch-release (sudo=false)
  727. DEBUG ssh: stderr: cat: /etc/arch-release:
  728. DEBUG ssh: stderr: No such file or directory
  729.  
  730. DEBUG ssh: Exit status: 1
  731. DEBUG guest: Trying: funtoo
  732. DEBUG ssh: Re-using SSH connection.
  733. INFO ssh: Execute: grep Funtoo /etc/gentoo-release (sudo=false)
  734. DEBUG ssh: stderr: grep: /etc/gentoo-release: No such file or directory
  735.  
  736. DEBUG ssh: Exit status: 2
  737. DEBUG guest: Trying: gentoo
  738. DEBUG ssh: Re-using SSH connection.
  739. INFO ssh: Execute: grep Gentoo /etc/gentoo-release (sudo=false)
  740. DEBUG ssh: stderr: grep: /etc/gentoo-release: No such file or directory
  741.  
  742. DEBUG ssh: Exit status: 2
  743. DEBUG guest: Trying: solaris
  744. DEBUG ssh: Re-using SSH connection.
  745. INFO ssh: Execute: uname -sr | grep SunOS | grep -v 5.11 (sudo=false)
  746. DEBUG ssh: Exit status: 1
  747. DEBUG guest: Trying: netbsd
  748. DEBUG ssh: Re-using SSH connection.
  749. INFO ssh: Execute: uname -s | grep NetBSD (sudo=false)
  750. DEBUG ssh: Exit status: 1
  751. DEBUG guest: Trying: solaris11
  752. DEBUG ssh: Re-using SSH connection.
  753. INFO ssh: Execute: uname -sr | grep 'SunOS 5.11' (sudo=false)
  754. DEBUG ssh: Exit status: 1
  755. DEBUG guest: Trying: smartos
  756. DEBUG ssh: Re-using SSH connection.
  757. INFO ssh: Execute: cat /etc/release | grep -i SmartOS (sudo=false)
  758. DEBUG ssh: stderr: cat: /etc/release:
  759. DEBUG ssh: stderr: No such file or directory
  760.  
  761. DEBUG ssh: Exit status: 1
  762. DEBUG guest: Trying: windows
  763. DEBUG ssh: Re-using SSH connection.
  764. INFO ssh: Execute: test -d $Env:SystemRoot (sudo=false)
  765. DEBUG ssh: Exit status: 1
  766. DEBUG guest: Trying: freebsd
  767. DEBUG ssh: Re-using SSH connection.
  768. INFO ssh: Execute: uname -s | grep 'FreeBSD' (sudo=false)
  769. DEBUG ssh: stdout: FreeBSD
  770.  
  771. DEBUG ssh: Exit status: 0
  772. INFO guest: Detected: freebsd!
  773. DEBUG guest: Searching for cap: nfs_client_installed
  774. DEBUG guest: Checking in: freebsd
  775. DEBUG environment: Attempting to acquire process-lock: nfs-export
  776. DEBUG environment: Attempting to acquire process-lock: dotlock
  777. INFO environment: Acquired process lock: dotlock
  778. INFO environment: Released process lock: dotlock
  779. INFO environment: Acquired process lock: nfs-export
  780. INFO interface: info: Exporting NFS shared folders...
  781. INFO interface: info: ==> bsd_vm: Exporting NFS shared folders...
  782. ==> bsd_vm: Exporting NFS shared folders...
  783. DEBUG host: Searching for cap: nfs_export
  784. DEBUG host: Checking in: redhat
  785. DEBUG host: Checking in: linux
  786. DEBUG host: Found cap: nfs_export in linux
  787. INFO host: Execute capability: nfs_export [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>, #<Vagrant::UI::Prefixed:0x00000001ba67c8 @logger=#<Log4r::Logger:0x00000001ba6778 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000d52780 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000d7a000 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000d79f60>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000d7c620 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000d52550 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @prefix=:bsd_vm, @ui=#<Vagrant::UI::Basic:0x00000002374e00 @logger=#<Log4r::Logger:0x00000002374db0 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x00000000d52780 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000d7a000 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000000d79f60>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x00000000d7c620 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000d52550 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @lock=#<Mutex:0x000000023b5d88>>>, "a747ccd2-8997-4d4a-b11e-c5f4d38ef13d", ["192.168.121.125"], {"/vagrant"=>{:type=>:nfs, :guestpath=>"/vagrant", :hostpath=>"/home/user_name/repos/learnin/BSDA/v-root", :disabled=>false, :map_uid=>1000, :map_gid=>1000, :nfs_udp=>true, :nfs_version=>3, :uuid=>"4071820092"}}] (redhat)
  788. DEBUG host: Searching for cap: nfs_apply_command
  789. DEBUG host: Checking in: redhat
  790. DEBUG host: Checking in: linux
  791. DEBUG host: Found cap: nfs_apply_command in linux
  792. INFO host: Execute capability: nfs_apply_command [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>] (redhat)
  793. DEBUG host: Searching for cap: nfs_check_command
  794. DEBUG host: Checking in: redhat
  795. DEBUG host: Found cap: nfs_check_command in redhat
  796. INFO host: Execute capability: nfs_check_command [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>] (redhat)
  797. DEBUG host: Searching for cap: nfs_start_command
  798. DEBUG host: Checking in: redhat
  799. DEBUG host: Found cap: nfs_start_command in redhat
  800. INFO host: Execute capability: nfs_start_command [#<Vagrant::Environment: /home/user_name/repos/learnin/BSDA>] (redhat)
  801. INFO interface: info: Preparing to edit /etc/exports. Administrator privileges will be required...
  802. INFO interface: info: ==> bsd_vm: Preparing to edit /etc/exports. Administrator privileges will be required...
  803. ==> bsd_vm: Preparing to edit /etc/exports. Administrator privileges will be required...
  804. Redirecting to /bin/systemctl status nfs-server.service
  805. ● nfs-server.service - NFS server and services
  806. Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled)
  807. Active: active (exited) since Tue 2015-06-02 22:13:10 MDT; 1h 44min ago
  808. Process: 25479 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS)
  809. Process: 25476 ExecStopPost=/usr/sbin/exportfs -au (code=exited, status=0/SUCCESS)
  810. Process: 25472 ExecStop=/usr/sbin/rpc.nfsd 0 (code=exited, status=0/SUCCESS)
  811. Process: 25538 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=0/SUCCESS)
  812. Process: 25535 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
  813. Main PID: 25538 (code=exited, status=0/SUCCESS)
  814. CGroup: /system.slice/nfs-server.service
  815. INFO environment: Released process lock: nfs-export
  816. DEBUG environment: Attempting to acquire process-lock: dotlock
  817. INFO environment: Acquired process lock: dotlock
  818. INFO environment: Released process lock: dotlock
  819. INFO interface: info: Mounting NFS shared folders...
  820. INFO interface: info: ==> bsd_vm: Mounting NFS shared folders...
  821. ==> bsd_vm: Mounting NFS shared folders...
  822. DEBUG ssh: Checking whether SSH is ready...
  823. DEBUG ssh: Re-using SSH connection.
  824. INFO ssh: SSH is ready!
  825. DEBUG ssh: Re-using SSH connection.
  826. INFO ssh: Execute: (sudo=false)
  827. DEBUG ssh: Exit status: 0
  828. DEBUG guest: Searching for cap: mount_nfs_folder
  829. DEBUG guest: Checking in: freebsd
  830. DEBUG guest: Found cap: mount_nfs_folder in freebsd
  831. INFO guest: Execute capability: mount_nfs_folder [#<Vagrant::Machine: bsd_vm (VagrantPlugins::ProviderLibvirt::Provider)>, "192.168.121.1", {"/vagrant"=>{:type=>:nfs, :guestpath=>"/vagrant", :hostpath=>"/home/user_name/repos/learnin/BSDA/v-root", :disabled=>false, :map_uid=>1000, :map_gid=>1000, :nfs_udp=>true, :nfs_version=>3, :uuid=>"4071820092", :linux__nfs_options=>["rw", "no_subtree_check", "all_squash", "anonuid=1000", "anongid=1000", "fsid=4071820092"]}}] (freebsd)
  832. DEBUG ssh: Re-using SSH connection.
  833. INFO ssh: Execute: mkdir -p /vagrant (sudo=true)
  834. DEBUG ssh: Exit status: 0
  835. DEBUG ssh: Re-using SSH connection.
  836. INFO ssh: Execute: mount -t nfs -o nfsv3 '192.168.121.1:/home/user_name/repos/learnin/BSDA/v-root' '/vagrant' (sudo=true)
  837. DEBUG ssh: Sending SSH keep-alive...
  838.  
  839. DEBUG ssh: Sending SSH keep-alive...
  840. DEBUG ssh: stderr: [tcp] 192.168.121.1:/home/user_name/repos/learnin/BSDA/v-root: RPCPROG_NFS: RPC: Port mapper failure - RPC: Timed out
  841.  
  842. DEBUG ssh: Sending SSH keep-alive...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement