-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 12.04 unattended-upgrades -> kernel upgrade -> no longer able to mount shared folders on next reboot #516
Comments
I guess this is directly related to #510 |
What version of box was this seen with? |
The box that was available for download as of yesterday. This has been a problem for several weeks though. It was only yesterday that I had time to actually look into the issue. Each time I've made a point to remove the box and download a fresh one, just in case whatever was causing the problem was fixed upstream. Is there a way I can determine the precise version of the box I have? |
To determine your verison of box
|
|
This condition should be fixed in latest via a combination of #510 and disabling the release upgrader. |
If you leave a freshly provision 12.04 box on overnight, the kernel will be upgraded. The next time you halt/up, you'll encounter the following error:
The upgrade occurs as a result of
unattended-upgrades
bein run when/etc/cron.daily/apt
is run. Rather than waiting overnight to test this behavior, you can run it directly as root:(note, you may want to edit
/etc/cron.daily/apt
to comment outrandom_sleep
so the process initiates immediately)The following sequence works correctly provided the cron task doesn't occur between steps 1 and 2.
vagrant halt
vagrant up
The text was updated successfully, but these errors were encountered: