RHCE-EX294
RHCE-EX294 copied to clipboard
Getting error when hitting "vagrant up" command
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
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]