RHCE-EX294 icon indicating copy to clipboard operation
RHCE-EX294 copied to clipboard

Getting error when hitting "vagrant up" command

Open abdularshad06 opened this issue 11 months ago • 0 comments

Dear Abdulhamid,

I am trying to start virtual machines via command "vagrant up" but facing some issue to start repo vm it is very 1st vm, for your reference output is mentioned below.

Please assist me in this.

$ vagrant up Bringing machine 'repo' up with 'virtualbox' provider... Bringing machine 'node1' up with 'virtualbox' provider... Bringing machine 'node2' up with 'virtualbox' provider... Bringing machine 'node3' up with 'virtualbox' provider... Bringing machine 'node4' up with 'virtualbox' provider... Bringing machine 'control' up with 'virtualbox' provider... ==> repo: Importing base box 'rdbreak/rhel8repo'... ==> repo: Matching MAC address for NAT networking... ==> repo: Setting the name of the VM: Exam-Questions_repo_1710240043811_18257 ==> repo: Clearing any previously set network interfaces... ==> repo: Preparing network interfaces based on configuration... repo: Adapter 1: nat repo: Adapter 2: hostonly ==> repo: Forwarding ports... repo: 22 (guest) => 2222 (host) (adapter 1) ==> repo: Running 'pre-boot' VM customizations... ==> repo: Booting VM... ==> repo: Waiting for machine to boot. This may take a few minutes... repo: SSH address: 127.0.0.1:2222 repo: SSH username: vagrant repo: SSH auth method: private key ==> repo: Machine booted and ready! [repo] GuestAdditions versions on your host (7.0.12) and guest (6.1.18) do not match. Updating Subscription Management repositories. Unable to read consumer identity

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

Base 323 MB/s | 2.2 MB 00:00 AppStream 327 MB/s | 5.3 MB 00:00 Package kernel-devel-4.18.0-80.el8.x86_64 is already installed. Package kernel-devel-4.18.0-240.15.1.el8_3.x86_64 is already installed. Package kernel-devel-4.18.0-240.15.1.el8_3.x86_64 is already installed. Package gcc-8.3.1-5.1.el8.x86_64 is already installed. Package binutils-2.30-79.el8.x86_64 is already installed. Package make-1:4.2.1-10.el8.x86_64 is already installed. Package perl-interpreter-4:5.26.3-417.el8_3.x86_64 is already installed. Package bzip2-1.0.6-26.el8.x86_64 is already installed. Package elfutils-libelf-devel-0.180-1.el8.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 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: device write-protected, mounted read-only. Installing Virtualbox Guest Additions 7.0.12 - guest version is 6.1.18 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 6.1.18 of VirtualBox Guest Additions... 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 VirtualBox Guest Additions: or VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup all VirtualBox Guest Additions: Building the modules for kernel 4.18.0-240.15.1.el8_3.x86_64. strip:/var/tmp/dracut.rAn18S/initramfs/usr/lib/modules/4.18.0-240.15.1.el8_3.x86_64/misc/vboxvideo.ko: could not create temporary file to hold stripped copy: No error strip:/var/tmp/dracut.rAn18S/initramfs/usr/lib/modules/4.18.0-240.15.1.el8_3.x86_64/misc/vboxsf.ko: could not create temporary file to hold stripped copy: No error strip:/var/tmp/dracut.rAn18S/initramfs/usr/lib/modules/4.18.0-240.15.1.el8_3.x86_64/misc/vboxguest.ko: could not create temporary file to hold stripped copy: No error /bin/dracut: line 1927: /var/tmp/dracut.rAn18S/initramfs.img: No space left on device dracut: dracut: creation of /boot/initramfs-4.18.0-240.15.1.el8_3.x86_64.img failed dracut failed with exit status 1. 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 An error occurred during installation of VirtualBox Guest Additions 7.0.12. Some functionality may not work as intended. In most cases it is OK that the "Window System drivers" installation failed. Redirecting to /bin/systemctl start vboxadd.service Redirecting to /bin/systemctl start vboxadd-service.service Unmounting Virtualbox Guest Additions ISO from: /mnt ==> repo: Checking for guest additions in VM... ==> repo: Configuring and enabling network interfaces... ==> repo: Installing rsync to the VM... ==> repo: Rsyncing folder: /cygdrive/d/github/ansible/RHCE-EX294/Exam-Questions/ => /vagrant ==> repo: - Exclude: [".vagrant/", ".git/"] There was an error when attempting to rsync a synced folder. Please inspect the error message below for more info.

Host path: /cygdrive/d/github/ansible/RHCE-EX294/Exam-Questions/ Guest path: /vagrant Command: "rsync" "--verbose" "--archive" "--delete" "-z" "--copy-links" "--chmod=ugo=rwX" "--no-perms" "--no-owner" "--no-group" "--rsync-path" "sudo rsync" "-e" "ssh -p 2222 -o LogLevel=FATAL -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i 'D:/Program Files/.vagrant.d/boxes/rdbreak-VAGRANTSLASH-rhel8repo/1.1/virtualbox/vagrant_private_key'" "--exclude" ".vagrant/" "--exclude" ".git/" "/cygdrive/d/github/ansible/RHCE-EX294/Exam-Questions/" "[email protected]:/vagrant" Error: rsync: write failed on "/vagrant/disk-0-1.vdi": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3]

abdularshad06 avatar Mar 12 '24 10:03 abdularshad06