Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Ian Robert Douglas
n then not sure what can be missed > > the more info you can share the better > > On Sat, Feb 24, 2018 at 4:19 PM, Ian Robert Douglas > <ian.robert.doug...@gmail.com <mailto:ian.robert.doug...@gmail.com>> wrote: > Thank you for responding, Alvaro. > &g

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Ian Robert Douglas
Thank you for responding, Alvaro. I just downgraded to Vagrant 1.9.8 This necessitated a downgrade of Virtualbox and its extensions pack, also, to v.5.1.32 But now, so far so good. At least hostsupdater appears to be working. On bundle show, anywhere, I still get: Could not locate Gemfile or

Re: [vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-24 Thread Ian Robert Douglas
d from our webpage > > for plugins, use > > > vagrant plugin install > > the plugin usually have vagrant- as prefix > > ie > > vagrant plugin install vagrant-myawesomeplugin > > > Thanks > Alvaro. > > On Fri, Feb 23, 2018 at 11:47 PM, Ian Robert

[vagrant-up] Re: Could not locate Gemfile or .bundle/ directory

2018-02-23 Thread Ian Robert Douglas
) is accessible via its IP, but not via a custom hostname (i.e., project1.test) My hosts file is not being updated, obviously. On Friday, February 23, 2018 at 10:47:45 AM UTC+2, Ian Robert Douglas wrote: > > Spent the last day trying to solve this, but I keep hitting a brick wall. > >

[vagrant-up] Could not locate Gemfile or .bundle/ directory

2018-02-23 Thread Ian Robert Douglas
Spent the last day trying to solve this, but I keep hitting a brick wall. I upgraded to Vagrant 2.0.2. OSX 10.13.4 Beta. Virtualbox 5.2.6 r120293 (Qt5.6.3) I have Vagrant installed in the standard way. And a number of projects in individual folders in my User directory. I was trying to set up

Re: [vagrant-up] how exactly to use rsync to speed up Vagrant?

2017-07-25 Thread Ian Robert Douglas
> On Jul 25, 2017, at 3:48 PM, Torben Knerr wrote: > > On you sudo problem: I assume you tried >>> sudo e​cho "net.ipv6.conf.all.disable_ipv6=1" | tee -a /etc/sysctl.conf > > Where it should be: > >>> echo "net.ipv6.conf.all.disable_ipv6=1" |​ sudo​ tee -a

Re: [vagrant-up] how exactly to use rsync to speed up Vagrant?

2017-07-25 Thread Ian Robert Douglas
Thank you so much, Alvaro. That worked. At least didn’t generate errors (except the first command, which had worked earlier, so there was nothing to remove). In terms of performance, I don’t see any improvement, so perhaps this is simply repeating something already in effect. Perhaps my

Re: [vagrant-up] how exactly to use rsync to speed up Vagrant?

2017-07-24 Thread Ian Robert Douglas
Thank you so much for that, Alvaro. If I understand correctly, this script disables ipv6 in the virtual machine. This helps with latency as it cuts out one thread that will ultimately fail. Turning off ipv6 on my machine has sped up normal URLs significantly. And indeed, it does help with

Re: [vagrant-up] how exactly to use rsync to speed up Vagrant?

2017-07-23 Thread Ian Robert Douglas
ipv6 resolve queries over the same socket, and the ipv6 can take some time to time out. The above option makes your system open a new connection for each request. Trying to figure out how to do that. > On Jul 23, 2017, at 6:01 PM, Ian Robert Douglas > <ian.robert.doug...@gmail.co

[vagrant-up] how exactly to use rsync to speed up Vagrant?

2017-07-05 Thread Ian Robert Douglas
Hi, I use Vagrant to develop Wordpress builds locally and then get them online. I use Scotchbox. I'm seeing latency of 7-12 seconds in wp-admin, and it's driving me nuts. I've read around the issue, and it seems that rsync can help get speeds of under 1s. This is about all I know. I can

[vagrant-up] Vagrant/VirtualBox/Scotchbox slow when I'm online

2017-02-14 Thread Ian Robert Douglas
Hi, Maybe someone has posted a fix for this, but I noticed that Vagrant is slower when my machine is connected to the internet. If I turn off Airport, Vagrant noticeably speeds up. I'd like to fix this permanently, but I'm not sure where to start. I don't find anything conclusive online. I

[vagrant-up] Re: database disappeared in Scotchbox

2016-01-27 Thread Ian Robert Douglas
So, continuing to research and try to answer my own question, I come across this thread that seems to suggest that you can replace the file "id" in project_ folder/.vagrant/machines/default/virtualbox/ I was able to get the UUIDs of the three

[vagrant-up] Re: database disappeared in Scotchbox

2016-01-27 Thread Ian Robert Douglas
I went ahead of used the following command in Terminal while in my project directory to write over the id file with the VM UUID I hoped was where my site was, and it worked. Database appears linked to the alternate VM. No idea why Vagrant replaced it with an empty duplicate ... echo -n "" >

[vagrant-up] database disappeared in Scotchbox

2016-01-27 Thread Ian Robert Douglas
Hi, I’m a bit freaked out. Posting this in case anyone can help. I've used Scotchbox for a while for different projects. It's great, but yesterday I encountered a critical problem. I don’t think the problem is in Scotchbox as such, but I don’t know how to fix it.

[vagrant-up] database disappeared in Scotchbox

2016-01-27 Thread Ian Robert Douglas
Hi, I’m a bit freaked out. Posting this in case anyone can help. I've used Scotchbox for a while for different projects. It's great, but yesterday I encountered a critical problem. I don’t think the problem is in Scotchbox as such, but I don’t know how to fix it.

[vagrant-up] Vagrant fails to initialize "Unable to find binary extension"

2016-01-05 Thread Ian Robert Douglas
Hi, Setup: Vagrant 1.8.1 Virtualbox 5.0.12 OSX 10.11.2 I’m getting the following error on the command "vagrant up" Vagrant failed to initialize at a very early stage: The plugins failed to load properly. The error message given is shown below. Unable to find binary extension, was hitimes