Kier wrote:
> # What I'm doing
> I'm interested in setting up an instance of the server mainly so that I can
> properly test stuff like srweb or IDE patches,
Awesome, thanks for diving in!
It's worth noting that while it ought to be easy to run these in the
puppet-configured VM, they can also be fairly easily setup outside
that. I find that the most convenient setup is to run both srweb and
the IDE under Apache, in a directory owned by your user. I believe
other http servers have been used successfully for both however.
In both cases the README should contain sufficient information to get
going (at least under Apache).
> Vagrant version: 1.8.1
> Virtualbox version: 5.0.14_OSEr105127
>
> # Possible cause?
> I'm running Arch Linux, which from what I've seen tends to stay very close
> to the bleeding edge. Is it likely that my version of Vagrant or Virtualbox
> is newer than (and not backwards-compatible with) the one used to deploy to
> production?
I'm on the Ubuntu 14 LTS, though I've been using Vagrant 1.7.x and
VirtualBox 5.0.14 happily for a while now. I've just updated to
Vagrant 1.8.1 in order to work on the srcomp VM, and on creating a
fresh saffron VM it seems to respond to ping (though it hasn't
finished provisioning yet).
> # Ping issues
I've never seen these issues myself, though I believe that Tom Leese
has seen them on some machines.
Given that you can get into the machine (presumably via `vagrant ssh`)
what does it tell you that its IP is?
Also what happens if you change the networking behaviour (set by the
Vagranfile to 'prinvate_network', though other kinds are available
[1])?
Thanks,
Peter
[1]
https://www.vagrantup.com/docs/networking/