Ich hatte jetzt drei Monate lang einen voll funktionsfähigen Landstreicher, aber in den letzten drei Tagen bekomme ich immer Fehler, wenn ich versuche, Landstreicher oder Landstreicher aufzuladen.Vagrant up und reload - Standard: Warnung: Verbindungstimeout. Erneut versuchen ...
Dies ist der Fehler, den ich bekommen, wenn vagrant reload
default: Attempting graceful shutdown of VM... default: Guest communication could not be established! This is usually because default: SSH is not running, the authentication information was changed, default: or some other networking issue. Vagrant will force halt, if default: capable. default: Forcing shutdown of VM... default: Clearing any previously set forwarded ports... default: Clearing any previously set network interfaces... default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: hostonly default: Forwarding ports... default: 80 => 8080 (adapter 1) default: 22 => 2222 (adapter 1) default: Running 'pre-boot' VM customizations... default: Booting VM... default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... default: Warning: Connection timeout. Retrying... Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period. If you look above, you should be able to see the error(s) that Vagrant had when attempting to connect to the machine. These errors are usually good hints as to what may be wrong. If you're using a custom box, make sure that networking is properly working and you're able to connect to the machine. It is a common problem that networking isn't setup properly in these boxes. Verify that authentication configurations are also setup properly, as well. If the box appears to be booting properly, you may want to increase the timeout ("config.vm.boot_timeout") value.
Ich verwende Elementary OS Luna läuft und die neuesten Versionen von vagabundierenden sowie VirtualBox wie einige Antworten vorgeschlagen aktualisiert. Aber die Probleme bestehen weiter.
Ich habe die meisten der beliebten Lösungen einschließlich der Aktivierung der GUI und this ausprobiert. Ich habe auch versucht, die Lösung gegeben here aber konnte nicht, da meine virtuelle Box nicht anmelden.
jedoch die GUI präsentiert mich mit diesem:
keys: press S to skip mounting or M for manual recovery
Ich habe versucht, die beide einen Schlüssel von einem, aber das Problem bleibt.
Hat jemand das vorher gehabt, wer eine Lösung anbieten konnte, ist Vagrant noch nicht weit im Netz bedeckt und ich kann keinen Grund finden, warum dies vorkommt.
Sieht aus wie Sie ein beschädigtes Dateisystem in Ihrem vm haben. Hast du vielleicht deinen PC heruntergefahren, während die Landstreichermaschine noch lief? Zeigt die GUI mehr als die 'keys: ...' Zeile? –
@SebastianStigler: Ich hatte die schlechte Angewohnheit, meinen Laptop direkt herunterzufahren, ohne zuerst den VM zu schließen. Hier sind die Screenshots der drei Fälle: wenn ich [M] eingegeben habe (http://i.imgur.com/M0evsWb.png), [eingegebene S] (http://i.imgur.com/piRPZrE.png) gefolgt von [einem anderen S] (http://i.imgur.com/HqzuDFP.png) Bitte lassen Sie mich wissen, wenn Sie weitere Informationen benötigen. – ankita
Hast du eine Konsole bekommen oder nach dem root-Passwort gefragt, nachdem du jedesmal 'S' gedrückt hast, nachdem du gefragt hast? –