Error/Warningの対処


SSH auth method: private keyで止まる

現象:

環境:

解決方法?

記事:


rsync時のsymlinkエラーを回避する

解決:


ログ


GuestAdditions seems to be installed

「centos/7」は問題ないが、「centos/6」だと毎回buildしようとして遅い。
実際には「/vagrant」がホストOSのフォルダにマウントされていれば問題ない。


muxclient: master hello exchange failed


Rsyncing folder: で止まる


Failed to open/create the internal network

環境:

現象:

エラー:

Stderr: VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND).
VBoxManage.exe: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

解決:

  1. 「コントロール パネル\すべてのコントロール パネル項目\ネットワーク接続」
  2. 「VirtualBox Host-Only Ethernet Adapter」のプロパティを開く
  3. 「VirtualBox NDIS6 Bridged Networking Driver」にチェックを入れる
  4. 「インターネットプロトコル バージョン6(TCP/IPv6)」のチェックを外す
  5. OKで閉じる。
  6. 右クリックから無効にする
  7. 右クリックから有効にする

Failed to create the host-only adapter

環境:

現象:

原因:

解決:


can't modify frozen String


Warning: Remote connection disconnect:. Retrying...

suspend中の仮想マシンに繋がらなくなった場合。

  1. vagrant haltでシャットダウン
  2. Vagrantfileを編集し、GUIを有効化
    config.vm.provider "virtualbox" do |vb|
      vb.gui = true
    end
  3. vagrant upで起動

添付ファイル: fileeset-block.jpg 78件 [詳細]

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-09-29 (金) 17:47:51