dotless-de / vagrant-vbguest

A Vagrant plugin to keep your VirtualBox Guest Additions up to date
MIT License
2.88k stars 207 forks source link

Unreliable test of installed guest additions #436

Closed kubasov-s closed 1 year ago

kubasov-s commented 1 year ago

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.