Im seeing this also, id say its a bug happens on Ubuntu 13.10 and Vagrant 1.5.3
On Thursday, April 10, 2014 8:17:15 PM UTC+3, Terrance Shepherd wrote: > > My best guess it is part of vagrants new dependency management code ( aka > bundler ) > > > On Thu, Apr 10, 2014 at 10:39 AM, Vang <[email protected] <javascript:>>wrote: > >> When I run vagrant 1.5.2 on ubuntu 12.04 it's generating timestamped >> files and a directory that are ruby related. I was wondering what these >> files are and why they are being output? >> >> d20140410-19956-1808tuf >> config >> vagrant20140410-19956-1mjqkvk >> vagrant20140410-19956-1mjqkvk1 >> vagrant20140410-19956-o130q5 >> vagrant20140410-19956-o130q52 >> vagrant20140410-19956-o130q52.lock >> >> All the vagrantxxx-xxx-xxx files are empty except for the last two that >> also seem to contain ruby related info. The contents of the none empty ones >> are below. >> >> The contents of the config file is: >> >> BUNDLE_PATH: "/home/dev/.vagrant.d/gems"dev@local-dev-ubuntu:/tmp/tmp$ >> >> Contents of vagrant20140410-19956-o130q52 >> >> source "https://rubygems.org" >> source "http://gems.hashicorp.com" >> gem "vagrant", "= 1.5.2" >> group :plugins do >> gem "vagrant-login", nil, {} >> gem "vagrant-share", nil, {} >> gem "vagrant-vsphere", nil, {} >> end >> >> >> Contents of vagrant20140410-19956-o130q52.lock >> >> GEM >> remote: https://rubygems.org/ >> remote: http://gems.hashicorp.com/ >> specs: >> builder (3.2.2) >> celluloid (0.15.2) >> timers (~> 1.1.0) >> childprocess (0.5.2) >> ffi (~> 1.0, >= 1.0.11) >> erubis (2.7.0) >> ffi (1.9.3) >> i18n (0.6.9) >> listen (2.4.1) >> celluloid (>= 0.15.2) >> rb-fsevent (>= 0.9.3) >> rb-inotify (>= 0.9) >> log4r (1.1.10) >> mime-types (2.2) >> net-scp (1.1.2) >> net-ssh (>= 2.6.5) >> net-ssh (2.7.0) >> nokogiri (1.5.11) >> rb-fsevent (0.9.4) >> rb-inotify (0.9.3) >> ffi (>= 0.5.0) >> rb-kqueue (0.2.2) >> ffi (>= 0.5.0) >> rbvmomi (1.6.0) >> builder >> nokogiri (>= 1.4.1) >> trollop >> rest-client (1.6.7) >> mime-types (>= 1.16) >> timers (1.1.0) >> trollop (2.0) >> vagrant (1.5.2) >> bundler (~> 1.5.2) >> childprocess (~> 0.5.0) >> erubis (~> 2.7.0) >> i18n (~> 0.6.0) >> listen (~> 2.4.0) >> log4r (~> 1.1.9, < 1.1.11) >> net-scp (~> 1.1.0) >> net-ssh (>= 2.6.6, < 2.8.0) >> rb-kqueue (~> 0.2.0) >> wdm (~> 0.1.0) >> vagrant-login (1.0.1) >> rest-client (~> 1.6.0) >> vagrant-share (1.0.1) >> rest-client (~> 1.6.0) >> vagrant-vsphere (0.8.0) >> i18n (~> 0.6.4) >> nokogiri (~> 1.5.10) >> rbvmomi (~> 1.6.0) >> wdm (0.1.0) >> >> PLATFORMS >> ruby >> >> DEPENDENCIES >> vagrant (= 1.5.2) >> vagrant-login >> vagrant-share >> vagrant-vsphere >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Vagrant" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
