You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For incorrect password provided during vagrant registration, it exits without proper clean up. So on subsequent "vagrant up", it directly comes up with out proper msg on the screen.
[pavan@dhcp35-202 rhel-ose]$ vagrant up
Bringing machine 'default' up with 'libvirt' provider...
==> default: Starting domain.
==> default: Waiting for domain to get an IP address...
==> default: Waiting for SSH to become available...
==> default: Creating shared folders metadata...
==> default: Registering box with vagrant-registration...
default: Would you like to register the system now (default: yes)? [y|n]y
default: username: pavan
default: password:
Invalid username or password. To create a login, please visit https://www.redhat.com/wapps/ugc/register.html
Registering to: subscription.rhn.redhat.com:443/subscription
For incorrect password provided during vagrant registration, it exits without proper clean up. So on subsequent "vagrant up", it directly comes up with out proper msg on the screen.
[pavan@dhcp35-202 rhel-ose]$ vagrant up
Bringing machine 'default' up with 'libvirt' provider...
==> default: Starting domain.
==> default: Waiting for domain to get an IP address...
==> default: Waiting for SSH to become available...
==> default: Creating shared folders metadata...
==> default: Registering box with vagrant-registration...
default: Would you like to register the system now (default: yes)? [y|n]y
default: username: pavan
default: password:
Invalid username or password. To create a login, please visit https://www.redhat.com/wapps/ugc/register.html
Registering to: subscription.rhn.redhat.com:443/subscription
[pavan@dhcp35-202 rhel-ose]$ vagrant global-status | grep default
31043fc default libvirt shutoff /home/pavan/Downloads/cdk/components/rhel/rhel-ose
da2ab7e default libvirt running /home/pavan/Downloads/cdk/components/rhel/misc/rhel-k8s-singlenode-setup
-> Vagrant up comes up directly without displaying the necessary information on the screen.
[pavan@dhcp35-202 rhel-ose]$ vagrant up
Bringing machine 'default' up with 'libvirt' provider...
[pavan@dhcp35-202 rhel-ose]$ vagrant global-status | grep default
31043fc default libvirt running /home/pavan/Downloads/cdk/components/rhel/rhel-ose
da2ab7e default libvirt running /home/pavan/Downloads/cdk/components/rhel/misc/rhel-k8s-singlenode-setup
[pavan@dhcp35-202 rhel-ose]$
The text was updated successfully, but these errors were encountered: