Code Monkey home page Code Monkey logo

Comments (4)

BMorearty avatar BMorearty commented on September 7, 2024 2

@hopewise I had the exact same problem (on Mac OSX Yosemite), with the exact same symptoms--no access to /vagrant, and a prompt that said vagrant@vagrant-ubuntu-trusty-32:~$.

I believe it stemmed from having an older version of VirtualBox when I installed the Rails box.

The fix for me was:

  1. Install the latest version of VirtualBox (NOTE: go to the website! The "Check for Updates" menu says there are no updates even when there are.)
  2. vagrant halt
  3. vagrant destroy
  4. vagrant up

from rails-dev-box.

fxn avatar fxn commented on September 7, 2024 1

By chance I have a Windows 7 machine ove here.

I downloaded Git Windows, VirtualBox, and Vagrant, vagrant up, vagrant ssh, ls /vagrant, and got the listing of the directory in the Windows host.

When vagrant runs the up command you should see "Mounting shared folders..." in the traces. Also, there is something off in your report. The prompt of the box is

vagrant@rails-dev-box:~$

instead of

vagrant@vagrant-ubuntu-trusty-32:~$

If it worked out of the box in this machine I assume there's some detail in yours that interferes. Either you are not launching the rails-dev-box, or there's some local issue with VirtualBox maybe. In any case, doesn't seem to be a bug of rails-dev-box itself.

Closing then as "works for me".

from rails-dev-box.

fxn avatar fxn commented on September 7, 2024

Can you please paste your Vagrantfile? Which operating system does the host run?

from rails-dev-box.

hopewise avatar hopewise commented on September 7, 2024

the host run Windows 7 64
Vagrantfile:

# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure('2') do |config|
  config.vm.box      = 'ubuntu/trusty32'
  config.vm.hostname = 'rails-dev-box'

  config.vm.network :forwarded_port, guest: 3000, host: 3000

  config.vm.provision :shell, path: 'bootstrap.sh', keep_color: true
end

from rails-dev-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.