明らかにいくつかのアップデートの後、私の開発環境全体が壊れました。Laravelの更新がマウントできません
Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box. For context, the command attemped was:
set -e
mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant
The error output from the command was:
: No such file or directory
私はいくつかのStackOverflowのオプションだけでなく、グーグル、ない助けを借りて試してみました:vagrant up
を実行しているとき、私は次のエラーを取得します。 vagrant-vbguest
プラグインをインストールしました。ボックスを更新、破棄、プロビジョニングしました。vagrant reload --provision
でした。
私はまた、SSHでゲストにログインしようとした、とsudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions
を実行すると、誰もが解決策を持っていますか?
EDIT:
私は5.1にVirtualboxのをダウングレードしようとしました。その後、私は次を得る:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["modifyvm", "dc09e643-896d-4491-8a6a-659c13d2cf65", "--natpf1", "tcp8000,tcp,,8000,,80", "--natpf1", "tcp44300,tcp,,44300,,443", "--natpf1", "tcp33060,tcp,,33060,,3306", "--natpf1", "tcp54320,tcp,,54320,,5432", "--natpf1", "ssh,tcp,127.0.0.1,2222,,22"]
Stderr: VBoxManage.exe: error: A NAT rule of this name already exists
VBoxManage.exe: error: Details: code E_INVALIDARG (0x80070057), component NATEngineWrap, interface INATEngine, callee IUnknown
VBoxManage.exe: error: Context: "AddRedirect(Bstr(strName).raw(), proto, Bstr(strHostIp).raw(), RTStrToUInt16(strHostPort), Bstr(strGuestIp).raw(), RTStrToUInt16(strGuestPort))" at line 1820 of file VBoxManageModifyVM.cpp
ご迷惑をおかけして申し訳ありませんが、動作しません。私は今放尿剤を再インストールしましたが、私はララベル/ホームステッドボックスを何とかダウングレードできるかどうかわかりません... – Norgul