[17:48:14] bd808: could you submit https://www.mediawiki.org/wiki/Testing-access-wrapper to packagist? [17:55:56] tgr: {{done}} https://packagist.org/packages/wikimedia/testing-access-wrapper [18:00:39] thanks! [18:01:55] tgr: do you have a packagist account that I can make a co-maintainer? [18:02:20] I found a tgr user there but I was unsure if it was really you [18:55:35] bd808: it's me [19:12:18] Bleh, I'm getting vagrant ssh timeouts on vagrant up (after waiting the regular 30s or whatever), "timeout during server version negotiating", alternating with coming up really quickly but being dead and not responding on vagrant ssh. I've rebooted a few times, I've upgraded vagrant and VirtualBox, and… nothing. Maybe a recent MacOSX update broke it? [19:12:18] Anyone seen something similar? [19:19:00] James_F: yes. several folks have complained. mooeypoo most of all [19:19:14] "jsut keep retrying" is the only answer so far [19:19:42] mooeypoo did get a pretty detailed log of it failing just today [19:19:48] I haven't had a chance to look at it [19:20:02] it seems to be a bug in vagrant but not sure where yet [19:24:09] I had the same issue, realized virtualbox & vagrant both terribly out of date. [19:24:16] Trying now all freshly upgraded [19:25:29] And ding ding ding, it Just Worked [19:54:06] Also: finally got my parallels provider back to working, so yay I can have fast vms again :p [20:01:47] * Krinkle also uses old virtualbox and vagrant with trusty [20:02:16] I'm a bit unclear about how the current jessie image behaves on Mac. No NFS, so how does the mount stay up to date now? [20:02:23] Is it still read-write? And reasonably in sync? [20:02:36] If so, I'll nuke my vms today and upgrade to jessie and latest virtualbox [20:03:00] I /was/ using jessie without issue until, well, this issue. :-) [20:03:50] VirtualBox 4.3.28, Vagrant 1.8.1, Mac OS X 10.11.6 [20:04:26] To: VirtualBox 5.1.20, Vagrant 1.9.3 [20:04:31] James_F: What're your versions? [20:04:36] VirtualBox 5.1.20, Vagrant 1.9.3, Mac OS X 10.12.5ß [20:04:55] Aha! Mooeypoo's advice worked. [20:05:04] I ran it in log mode and it suddenly started correctly. [20:06:40] Hmm, `sql labswiki` isn't working :\ [20:15:12] Eh, works, just hellllllla slow [20:21:48] Hm.. vagrant up crashed my laptop (either that, or hangout) [20:25:57] I blame hangouts [20:34:50] Krinkle: I haven't merged the patch to disable NFS by default on OSX, but when it is disabled then sharing is done using VirtualBox (or other provider's) built in sharing mechanism. [20:35:11] I've have nfs disabled on my OSX vagrant vms for about 2 years now [20:36:03] nfs can always be turned on if you want it using `vagrant config nfs_shares yes` even when that isn't the default that our plugin picks