VM mit Vagrant funktioniert nicht mehr

Allgemeine Diskussionen über den Einsatz von VirtualBox.
Post Reply
joarn
Posts: 2
Joined: 19. Oct 2022, 20:39

VM mit Vagrant funktioniert nicht mehr

Post by joarn »

Ich habe seit heute ein Problem mit einer Vagrant-Maschine bei mir. Ich habe die aktuelle Version 7 VBox und die aktuelle Vagrant-Version 2.3.2 installiert. Die normalen VMs laufen alle prima. Die eine von zwei Vagrant-Maschinen läuft auch ganz normal, nur eine macht beim Starten Probleme. Nach vagrant up bekomme ich folgende Fehlermeldung, mit der ich auch nach stundenlanger Recherche im Netz nicht weitergekommen bin:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'debian/contrib-jessie64' version '8.11.1' is up to date...
==> default: Clearing any previously set forwarded ports...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["modifyvm", "556374d1-b36d-4f85-ae45-a455cd2739c3", "--natpf1", "delete", "127.0.0.1tcp8080", "--natpf1", "delete", "ssh", "--natpf1", "delete", "127.0.0.1tcp8080", "--natpf1", "delete", "ssh", "--natpf1", "delete", "127.0.0.1tcp8080", "--natpf1", "delete", "ssh", "--natpf1", "delete", "127.0.0.1tcp8080", "--natpf1", "delete", "ssh", "--natpf1", "delete", "127.0.0.1tcp8090", "--natpf1", "delete", "ssh"]

Stderr: VBoxManage.exe: error: Code E_INVALIDARG (0x80070057) (extended info not available)
VBoxManage.exe: error: Context: "RemoveRedirect(Bstr(ValueUnion.psz).raw())" at line 2108 of file VBoxManageModifyVM.cpp

Hat jemand eine Idee, wo das Problem liegen könnte? Ich habe die VM letzte Woche noch normal laufen gehabt und seither nichts daran verändert.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: VM mit Vagrant funktioniert nicht mehr

Post by mpack »

We don't support Vagrant, they have their own support channels. The only thing we support here are unmodified official installs.
joarn
Posts: 2
Joined: 19. Oct 2022, 20:39

Re: VM mit Vagrant funktioniert nicht mehr

Post by joarn »

The Problem supposed to be on the side of vbox in my oppinion.
Post Reply