Fragen zu Vagrant, einem Tool zum Erstellen und Konfigurieren leichter, reproduzierbarer und portabler Entwicklungsumgebungen über virtuelle Maschinen.
Ich versuche Open Edx mit Ubunty 16.04 zu installieren und erhalte diesen Fehler There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["startvm", "c60f0594-d584-4e0b-b863-2801168e641e", "--type", "headless"] Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX) VBoxManage: error: …
Ich habe gerade von 15.10 auf Ubuntu 16.04 aktualisiert und meine VirtualBox möchte nicht mehr starten. Ich habe versucht virtualbox, virtualbox-dkmsmein System zu reinigen und zu vagabundieren, und es scheint zu funktionieren (ich bin übrigens überhaupt kein Systemadministrator, also halte es einfach dumm). Sobald ich mit der Online-DEB oder mit …
Nach dem Herunterladen der folgenden iso VBoxGuestAdditions_5.1.0.iso basierend auf der folgenden Dokumentation https://www.vagrantup.com/docs/virtualbox/boxes.html und dann die folgenden Befehle ausführen sudo mkdir /media/VBoxGuestAdditions sudo mount -o loop,ro VBoxGuestAdditions_5.1.0.iso /media/VBoxGuestAdditions sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run Ich erhalte und Fehler: Fehler beim Einrichten des Dienstes vboxadd. Überprüfen Sie die Protokolldatei /var/log/VBoxGuestAdditions.log auf Details. Wenn ich …
Was ist der bessere Weg, um NOPASSWD mit vagabundierenden Benutzern hinzuzufügen? Weg 1: groupadd -r admin usermod -a -G admin vagrant cp /etc/sudoers /etc/sudoers.orig sed -i -e '/Defaults\s\+env_reset/a Defaults\texempt_group=admin' /etc/sudoers sed -i -e 's/%admin ALL=(ALL) ALL/%admin ALL=NOPASSWD:ALL/g' /etc/sudoers Weg 2: # Set up sudo echo %vagrant ALL=NOPASSWD:ALL > /etc/sudoers.d/vagrant chmod …
Ubuntu 13.04: No LSB modules are available Distributor ID: Ubuntu Description: Ubuntu 13.04 Release: 13.04 Codename: raring Ich versuche, Port 8888 auf einer Ubuntu-VM zu öffnen, auf die ich mit VirtualBox / Vagrant zugreife. Auf der VM führe ich den folgenden Befehl aus vagrant@vagrant-ubuntu-raring-32:~$ curl -v 'http://localhost:8888' und ich bekomme …
Ich bin neu bei Virtualbox und Vagrant. Ich habe Vagrant Get Started Guide befolgt und habe eine VirtualBox mit Ubuntu 12.04 LTS 32-Bit. http://docs.vagrantup.com/v2/getting-started/index.html Es gibt jedoch keine grafische Benutzeroberfläche (nur ein Terminal). Könnte mir jemand eine Box mit einer GUI zeigen?
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.