rdbreak / rhce8env

This is a RHCE 8 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-hpc829w5-8J60PBmh_5E_nfeBkbfzIA
MIT License
120 stars 51 forks source link

Error: Connection to 127.0.0.1 closed by remote host. #15

Open youssefhatem90 opened 3 years ago

youssefhatem90 commented 3 years ago

Need support as I tried to install the environment by vagrant up but got the below error at stage server1 Note : I am using centos 7 and vmware hypervisor

==> server1: Importing base box 'rdbreak/rhel8node'... ==> server1: Matching MAC address for NAT networking... ==> server1: Setting the name of the VM: rhcsa8env_server1_1618497400946_46292 ==> server1: Fixed port collision for 22 => 2222. Now on port 2201. ==> server1: Clearing any previously set network interfaces... ==> server1: Preparing network interfaces based on configuration... server1: Adapter 1: nat server1: Adapter 2: hostonly ==> server1: Forwarding ports... server1: 22 (guest) => 2201 (host) (adapter 1) ==> server1: Running 'pre-boot' VM customizations... ==> server1: Booting VM... ==> server1: Waiting for machine to boot. This may take a few minutes... server1: SSH address: 127.0.0.1:2201 server1: SSH username: vagrant server1: SSH auth method: private key ==> server1: Machine booted and ready! ==> server1: Checking for guest additions in VM... server1: The guest additions on this VM do not match the installed version of server1: VirtualBox! In most cases this is fine, but in rare cases it can server1: prevent things such as shared folders from working properly. If you see server1: shared folder errors, please make sure the guest additions within the server1: virtual machine match the version of VirtualBox you have installed on server1: your host and reload your VM. server1: server1: Guest Additions Version: 5.2.30 r130521 server1: VirtualBox Version: 6.0 ==> server1: Configuring and enabling network interfaces... ==> server1: Rsyncing folder: /root/rhcsa8env/ => /vagrant ==> server1: - 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: /root/rhcsa8env/ Guest path: /vagrant Command: "rsync" "--verbose" "--archive" "--delete" "-z" "--copy-links" "--no-owner" "--no-group" "--rsync-path" "sudo rsync" "-e" "ssh -p 2201 -o LogLevel=FATAL -o ControlMaster=auto -o ControlPath=/tmp/vagrant-rsync-20210415-17981-y72n7j -o ControlPersist=10m -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/root/.vagrant.d/boxes/rdbreak-VAGRANTSLASH-rhel8node/1.0/virtualbox/vagrant_private_key'" "--exclude" ".vagrant/" "--exclude" ".git/" "/root/rhcsa8env/" "vagrant@127.0.0.1:/vagrant" Error: Connection to 127.0.0.1 closed by remote host. rsync: [sender] write error: Broken pipe (32) rsync error: unexplained error (code 255) at io.c(820) [sender=3.1.2]