AD:
				
				
			Macを強制終了したら、VagrantとVirtualBoxのリンクがなぜか切れて、vagrant upで立ち上げると新規にBoxをつくろうとするトラブルにあいました。
で、調べたところ.vagrantがもっているVirtualBoxのIDを設定がなくっているようなので、調べてつなげてあげて解決できました。
解決方法
		
		
			
			
			
			
				
					
				| 
					
				 | 
						$ VBoxManage list vms "Boxの名前" {1d2d2dee0-b3ad-4d7d-9e14-ca3d24a8s4f50}//UUID  | 
					
				
			 
		 
このUUIDをコピーしてきます。そのあと下記のファイルに追加して完了です。
		
		
			
			
			
			
				
					
				| 
					
				 | 
						$ vi .vagrant/machines/default/virtualbox/id 1d2d2dee0-b3ad-4d7d-9e14-ca3d24a8s4f50  | 
					
				
			 
		 
			Twitter: 
Warning:  Undefined array key "Twitter" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Facebook: 0 | Google Plus: 
Warning:  Undefined array key "Google+" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0			| Hatena: 1 | Pocket: 1 | Total: 2 | Feedly: 0
			 
		 
				
			
				
				AD:
				
				
			Apple AirのOSをMavericksに変更したら下記のエラーになって立ち上がらなくなりました。。。
		
		
			
			
			
			
				
					
				| 
					
				 | 
						% vagrant up   [default] VM already created. Booting if it's not already running... [default] Clearing any previously set forwarded ports... [default] Forwarding ports... [default] -- 22 => 2222 (adapter 1) [default] Creating shared folders metadata... [default] Clearing any previously set network interfaces... There was an error executing the following command with VBoxManage:   ["hostonlyif", "create"]   For more information on the failure, enable detailed logging with VAGRANT_LOG.  | 
					
				
			 
		 
臨時の解決方法
VirtualBoxのNetworkの設定が問題だと思うのですが、Mavericksに変更後に優先順位的なものが変更したのかと。。。
とりあえずVirtualBoxを再起動で立ち上がるようにはなりましたが、根本的な開発調査中
		
		
			
			
			
			
				
					
				| 
					
				 | 
						% sudo /Library/StartupItems/VirtualBox/VirtualBox restart  | 
					
				
			 
		 
			Twitter: 
Warning:  Undefined array key "Twitter" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Facebook: 0 | Google Plus: 
Warning:  Undefined array key "Google+" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0			| Hatena: 0 | Pocket: 1 | Total: 1 | Feedly: 0