Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi all, for all Ubuntu 16.04 users please be aware that the kernel 4.4.0-108 is buggy!! https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742323
Be sure to upgrade to kernel kernel 4.4.0-109 which was also released.
@jellingwood maybe you should update that in the post.
Even after doing this on a CentOS 7.4 Droplet, spectre-meltdown-checker reports:
STATUS: VULNERABLE (IBRS hardware + kernel support OR kernel with retpoline are needed to mitigate the vulnerability)
How do we fix this?
This comment has been deleted
If your droplet won’t switch to the latest kernel after the described updates and your droplet uses “external kernel management” (ie. changing the kernel via the control panel), you might want to consider changing to “Internal Kernel Management” following https://www.digitalocean.com/community/tutorials/how-to-update-a-digitalocean-server-s-kernel
After that you’ll be able to explicitly change to the kernel you want to use.
Ubuntu 16.04 kernel is updated again, or at least before a link to this post was emailed to me today, I had just completed an upgrade to 4.4.0-112
i have no clue what to do… for someone who is not IT at all - this is mind blowing.
Yum update seems to “remove” the old kernel and installs the new one on Centos 7
yet a uname -r shows the old one still.
a yum update shows no new packages waiting.
No idea what went wrong here.
Just to be clear. Is simply changing the Kernel from the admin console good enough? Or do we still have to update the droplet after changing the kernel? Also some of my droplets have internally managed Kernels. What does that mean exactly?
$ sudo apt-get dist-upgrade >>> is failing on Ubuntu 16.04, I get this error:
let us know when we can try again, thanks!
I’m having a bit of a tough time upgrading my kernels. Running CentOS 6, these are pretty old droplets so had to be changed to the GrubLoader kernel in the control panel. After doing that, they boot to a newer kernel, which is great. But it’s not the newest kernel.
If I try running yum upgrade kernel it seems to work, but throws out grubby fatal error: unable to find a suitable template and doesn’t have a new kernel on reboot. The grub conf file doesn’t even reference the kernel that I am running, so it’s clearly being ignored. Any suggestions? Any hints on how CentOS is actually deciding what kernel to run?