Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant up has issues on Fedora on second attempt after failed registration #78

Open
pavanbhat21 opened this issue Apr 14, 2016 · 0 comments

Comments

@pavanbhat21
Copy link

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]$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant