Last active
August 29, 2015 13:58
-
-
Save kakoni/10104051 to your computer and use it in GitHub Desktop.
Ubuntu Heartbleed update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For 12.04, 12.10 and 13.10 (11.04 not affected) | |
sudo apt-get update | |
sudo apt-get upgrade | |
Check that | |
dpkg -l | grep openssl | |
returns | |
ii openssl 1.0.1-4ubuntu5.12 Secure Socket Layer (SSL)... | |
After upgrade do | |
ps uwwp $(sudo find /proc -maxdepth 2 -name maps -exec grep -HE '/libssl\.so.* \(deleted\)' {} \; | cut -d/ -f3 | sort -u) | |
to see which services you need to restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment