Vvv: Guest server time is lagging behind the host time?

Created on 20 Jul 2018  路  3Comments  路  Source: Varying-Vagrant-Vagrants/VVV

I was testing some feature on my WordPress and I noticed that the server time is different than my host time

Server: 13:39:03 20/07/18
Host: 15:55:20 20/07/18

I found here that DKMS (Dynamic Kernel Module Support) and Guest Additions should be added on the guest system.

Is this something that we should add as a utility or can this be added in the VVV from the get go so that we get synchronized times on our virtual server?

question

Most helpful comment

guest additions is something that you can install in vagrant.
I am using this plugin for that https://github.com/dotless-de/vagrant-vbguest that automatically update in the VM.

All 3 comments

guest additions is something that you can install in vagrant.
I am using this plugin for that https://github.com/dotless-de/vagrant-vbguest that automatically update in the VM.

Guest additions come with the base box. Building our own base box would allow us to include more up to date versions, but recent tests did not pan out so well on that front. As @Mte90 said you can install a vagrant plugin that will try to update them for you.

Once the base box issues are eliminated though this won't be a problem, nor will it be an issue with VVV 3

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pvanbavel picture pvanbavel  路  4Comments

joelworsham picture joelworsham  路  5Comments

JDGrimes picture JDGrimes  路  4Comments

timichango picture timichango  路  3Comments

sirbrillig picture sirbrillig  路  5Comments