Created
September 20, 2021 20:51
-
-
Save rbruhn/b75460ddf46e083202359d1db56c64cc to your computer and use it in GitHub Desktop.
Homestead VB Vagrant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant destroy --force | |
==> homestead: Forcing shutdown of VM... | |
==> homestead: Destroying VM and associated drives... | |
==> homestead: Pruning invalid NFS exports. | |
Process finished with exit code 0 | |
vagrant up | |
Bringing machine 'homestead' up with 'virtualbox' provider... | |
==> homestead: Importing base box 'laravel/homestead'... | |
==> homestead: Matching MAC address for NAT networking... | |
==> homestead: Checking if box 'laravel/homestead' version '11.4.0' is up to date... | |
==> homestead: Setting the name of the VM: homestead | |
==> homestead: Clearing any previously set network interfaces... | |
==> homestead: Preparing network interfaces based on configuration... | |
homestead: Adapter 1: nat | |
homestead: Adapter 2: hostonly | |
==> homestead: Forwarding ports... | |
homestead: 80 (guest) => 8000 (host) (adapter 1) | |
homestead: 443 (guest) => 44300 (host) (adapter 1) | |
homestead: 22 (guest) => 2222 (host) (adapter 1) | |
==> homestead: Running 'pre-boot' VM customizations... | |
==> homestead: Booting VM... | |
==> homestead: Waiting for machine to boot. This may take a few minutes... | |
homestead: SSH address: 127.0.0.1:2222 | |
homestead: SSH username: vagrant | |
homestead: SSH auth method: private key | |
homestead: | |
homestead: Vagrant insecure key detected. Vagrant will automatically replace | |
homestead: this with a newly generated keypair for better security. | |
homestead: | |
homestead: Inserting generated public key within guest... | |
homestead: Removing insecure key from the guest if it's present... | |
homestead: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> homestead: Machine booted and ready! | |
[homestead] GuestAdditions seems to be installed (6.1.26) correctly, but not running. | |
update-initramfs: Generating /boot/initrd.img-5.4.0-81-generic | |
VirtualBox Guest Additions: Starting. | |
VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel | |
modules. This may take a while. | |
VirtualBox Guest Additions: To build modules for other installed kernels, run | |
VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup <version> | |
VirtualBox Guest Additions: or | |
VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup all | |
VirtualBox Guest Additions: Kernel headers not found for target kernel | |
5.4.0-81-generic. Please install them and execute | |
/sbin/rcvboxadd setup | |
VirtualBox Guest Additions: Running kernel modules will not be replaced until | |
the system is restarted | |
Restarting VM to apply changes... | |
==> homestead: Attempting graceful shutdown of VM... | |
==> homestead: Booting VM... | |
==> homestead: Checking for guest additions in VM... | |
There was an error while executing `VBoxManage`, a CLI used by Vagrant | |
for controlling VirtualBox. The command and stderr is shown below. | |
Command: ["startvm", "9428ab5f-b22f-4e5d-aab4-e5bc87fcaa8e", "--type", "headless"] | |
Stderr: VBoxManage.exe: error: The VM session was closed before any attempt to power it on | |
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface ISession | |
Process finished with exit code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment