Created
January 23, 2024 01:57
-
-
Save rbruhn/d471a7d5f5be18073967e276dcb22825 to your computer and use it in GitHub Desktop.
Vagrant up freezing
This file contains hidden or 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 && vagrant up | |
==> homestead-15x: VM not created. Moving on... | |
Bringing machine 'homestead-15x' up with 'virtualbox' provider... | |
==> homestead-15x: Importing base box 'laravel/homestead'... | |
==> homestead-15x: Matching MAC address for NAT networking... | |
==> homestead-15x: Checking if box 'laravel/homestead' version '14.0.2' is up to date... | |
==> homestead-15x: Setting the name of the VM: homestead-15x | |
==> homestead-15x: Clearing any previously set network interfaces... | |
==> homestead-15x: Preparing network interfaces based on configuration... | |
homestead-15x: Adapter 1: nat | |
homestead-15x: Adapter 2: hostonly | |
==> homestead-15x: Forwarding ports... | |
homestead-15x: 80 (guest) => 8000 (host) (adapter 1) | |
homestead-15x: 443 (guest) => 44300 (host) (adapter 1) | |
homestead-15x: 22 (guest) => 2222 (host) (adapter 1) | |
==> homestead-15x: Running 'pre-boot' VM customizations... | |
==> homestead-15x: Booting VM... | |
==> homestead-15x: Waiting for machine to boot. This may take a few minutes... | |
homestead-15x: SSH address: 127.0.0.1:2222 | |
homestead-15x: SSH username: vagrant | |
homestead-15x: SSH auth method: private key | |
homestead-15x: | |
homestead-15x: Vagrant insecure key detected. Vagrant will automatically replace | |
homestead-15x: this with a newly generated keypair for better security. | |
homestead-15x: | |
homestead-15x: Inserting generated public key within guest... | |
homestead-15x: Removing insecure key from the guest if it's present... | |
homestead-15x: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> homestead-15x: Machine booted and ready! | |
[homestead-15x] GuestAdditions versions on your host (7.0.12) and guest (7.0.10) do not match. | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
build-essential is already the newest version (12.9ubuntu3). | |
The following additional packages will be installed: | |
dctrl-tools linux-headers-5.15.0-91 | |
Suggested packages: | |
debtags menu | |
The following NEW packages will be installed: | |
dctrl-tools dkms linux-headers-5.15.0-91 linux-headers-5.15.0-91-generic | |
0 upgraded, 4 newly installed, 0 to remove and 4 not upgraded. | |
Need to get 15.3 MB of archives. | |
After this operation, 103 MB of additional disk space will be used. | |
Get:1 http://us.archive.ubuntu.com/ubuntu jammy/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB] | |
Get:2 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 dkms all 2.8.7-2ubuntu2.2 [70.1 kB] | |
Get:3 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-91 all 5.15.0-91.101 [12.3 MB] | |
Get:4 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-91-generic amd64 5.15.0-91.101 [2,860 kB] | |
Fetched 15.3 MB in 1s (18.7 MB/s) | |
Selecting previously unselected package dctrl-tools. | |
(Reading database ... 85746 files and directories currently installed.) | |
Preparing to unpack .../dctrl-tools_2.24-3build2_amd64.deb ... | |
Unpacking dctrl-tools (2.24-3build2) ... | |
Selecting previously unselected package dkms. | |
Preparing to unpack .../dkms_2.8.7-2ubuntu2.2_all.deb ... | |
Unpacking dkms (2.8.7-2ubuntu2.2) ... | |
Selecting previously unselected package linux-headers-5.15.0-91. | |
Preparing to unpack .../linux-headers-5.15.0-91_5.15.0-91.101_all.deb ... | |
Unpacking linux-headers-5.15.0-91 (5.15.0-91.101) ... | |
Selecting previously unselected package linux-headers-5.15.0-91-generic. | |
Preparing to unpack .../linux-headers-5.15.0-91-generic_5.15.0-91.101_amd64.deb ... | |
Unpacking linux-headers-5.15.0-91-generic (5.15.0-91.101) ... | |
Setting up linux-headers-5.15.0-91 (5.15.0-91.101) ... | |
Setting up linux-headers-5.15.0-91-generic (5.15.0-91.101) ... | |
/etc/kernel/header_postinst.d/dkms: | |
* dkms: running auto installation service for kernel 5.15.0-91-generic | |
...done. | |
Setting up dctrl-tools (2.24-3build2) ... | |
Setting up dkms (2.8.7-2ubuntu2.2) ... | |
Processing triggers for man-db (2.10.2-1) ... | |
NEEDRESTART-VER: 3.5 | |
NEEDRESTART-KCUR: 5.15.0-91-generic | |
NEEDRESTART-KEXP: 5.15.0-91-generic | |
NEEDRESTART-KSTA: 1 | |
Copy iso file C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso | |
Mounting Virtualbox Guest Additions ISO to: /mnt | |
mount: /mnt: WARNING: source write-protected, mounted read-only. | |
Installing Virtualbox Guest Additions 7.0.12 - guest version is 7.0.10 | |
Verifying archive integrity... 100% MD5 checksums are OK. All good. | |
Uncompressing VirtualBox 7.0.12 Guest Additions for Linux 100% | |
VirtualBox Guest Additions installer | |
Removing installed version 7.0.10 of VirtualBox Guest Additions... | |
update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic | |
Copying additional installer modules ... | |
Installing additional modules ... | |
VirtualBox Guest Additions: Starting. | |
VirtualBox Guest Additions: Setting up modules | |
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: Building the modules for kernel 5.15.0-91-generic. | |
update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic | |
VirtualBox Guest Additions: Running kernel modules will not be replaced until | |
the system is restarted or 'rcvboxadd reload' triggered | |
VirtualBox Guest Additions: reloading kernel modules and services | |
VirtualBox Guest Additions: kernel modules and services 7.0.12 r159484 reloaded | |
VirtualBox Guest Additions: NOTE: you may still consider to re-login if some | |
user session specific services (Shared Clipboard, Drag and Drop, Seamless or | |
Guest Screen Resize) were not restarted automatically |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment