Giter VIP home page Giter VIP logo

Comments (7)

boosis avatar boosis commented on July 3, 2024 2

Holy s...t! I tried all kind of passwords, the only one I didn't try was my own password :) The machine booted up just fine now!

Thanks

from boot2docker-vagrant-box.

boosis avatar boosis commented on July 3, 2024

And this is the Vagrant file

Vagrant.configure(2) do |config|
config.vm.define "boot2docker"
config.vm.box = "parallels/boot2docker"
config.vm.network "private_network", ip: "192.168.33.10"
config.vm.synced_folder "/Users/bill/work", "/work", type: "nfs"
# Fix busybox/udhcpc issue
config.vm.provision :shell do |s|
s.inline = <<-EOT
if ! grep -qs ^nameserver /etc/resolv.conf; then
sudo /sbin/udhcpc
fi
cat /etc/resolv.conf
EOT
end

# Adjust datetime after suspend and resume
config.vm.provision :shell do |s|
  s.inline = <<-EOT
    sudo /usr/local/bin/ntpclient -s -h pool.ntp.org
    date
  EOT
end

end

from boot2docker-vagrant-box.

zfogg avatar zfogg commented on July 3, 2024

+1 this occasionally happens for me too. couldn't diagnose why, and couldn't consistently reproduce

from boot2docker-vagrant-box.

boosis avatar boosis commented on July 3, 2024

It happens to me all the time. I couldn't get it working so far.

from boot2docker-vagrant-box.

legal90 avatar legal90 commented on July 3, 2024

This is a strange floating issue, which I've faced with too. It doesn't depend on version of box, Vagrant or Parallels Desktop.
Password is required occasionally and we can just skip it by multiple pressing "Enter" - the process will be process. After that vagrant ssh is working fine, which means that there are no authentication issues.

I've also figured out that it is not specific to Parallels provider:
hashicorp/vagrant#5153
mitchellh/boot2docker-vagrant-box#79 (comment)

from boot2docker-vagrant-box.

boosis avatar boosis commented on July 3, 2024

@legal90 pressing Enter multiple times does skip the first prompt, but not the second (the one about nfs).
At the moment, this is unusable for me.

from boot2docker-vagrant-box.

legal90 avatar legal90 commented on July 3, 2024

@boosis

boot2docker: Preparing to edit /etc/exports. Administrator privileges will be required...

It means that Vagrant asks you to enter the password from your account on the Mac host. It is going to use sudo to edit /etc/exports on your machine.

from boot2docker-vagrant-box.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.