Today I updated my old Debian 6 Squeeze to Debian 7 Wheezy. Actually, it was quite simple.
First, make a last update of your packages.
1 |
apt-get update && apt-get upgrade |
Today I updated my old Debian 6 Squeeze to Debian 7 Wheezy. Actually, it was quite simple.
First, make a last update of your packages.
1 |
apt-get update && apt-get upgrade |
Several vulnerabilities have been discovered in PHP, the web scripting language. The Common Vulnerabilities and Exposures project identifies the following issues:
Several vulnerabilities have been found in the Apache HTTPD server.
I have a kimsufi Debian server on OVH.com and I want to update its Linux Debian kernel. As said on http://help.ovh.co.uk/KernelInstall, it is very easy.
You need to retrieve with a wget command the two last bzImage and System.map files from ftp://ftp.ovh.net/made-in-ovh/bzImage/latest-production specially adapted for OVH servers. You should use production releases as they are more stable that test releases, usually … Read More →
I tried a prerelease of ruby and I had a nice compatibility problem when gem update command
It seems bundler is not compatible with the new Rubygem version.
1 2 3 |
$ bundle update Bundler is not compatible with Ruby 2.0 or Rubygems 2.0. Please upgrade to Bundler 1.3 or higher. |
At first, it can be hard to maintain and update your custom module but when you understand how it works, it’s pretty easy.
In your module.install file you will create a function for each update you want to make, for example, you forgot to add an agenda field in your content type : Read More →
I had a little problem with Debian that didn’t want to restart after an update. Of course, no site were working.
I had this message log:
1 2 3 4 5 6 7 |
# /etc/init.d/nginx restart Restarting nginx: nginxnginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address already in use) nginx: [emerg] still could not bind() |
nginx created a new file : /etc/nginx/sites-available/default
I just renamed it to default.old so it takes mine instead of the default one and it works again !
Hope it helped you !
Recent Comments