Output of cat /proc/modules may come in a number of chunks. The current code captures only the last chunk. As a result, the running? method may wrongly report that Guest Additions are missing.
vagrant-vbguest plugin tests if Guest Additions are installed every time a VM starts. In my case, the test fails every second time and Guest Additions are reinstalled.
Output of
cat /proc/modules
may come in a number of chunks. The current code captures only the last chunk. As a result, therunning?
method may wrongly report that Guest Additions are missing.vagrant-vbguest plugin tests if Guest Additions are installed every time a VM starts. In my case, the test fails every second time and Guest Additions are reinstalled.