Monthly Archives: September 2013

You are browsing the site archives by month.

Error running Development: Rails 3.x launcher script was found instead of Rails 4.x one.

Error running Development: XXXX: Rails 3.x launcher script was found instead of Rails 4.x one. You need ‘C:/XXXX/bin/rails’ script to launch Rails server. Please update server launcher according to Rails 4.x documentation.

We had an error when upgrading from rails 3.2 to 4.0.0. To resolve it, you need to adapt the project structure by renaming the script directory into bin.

Now you should have /bin/rails and no more error.

If you still have a problem, just create a new rails project and copy the bin folder to your old one that need an upgrade to 4.0.0.

Rails 4.0.0 Release Notes

Check your hard drive status. Is it old ? Almost dead ?

One thing you should pay attention to is the wealth of your hard drive. You have to keep in mine that a hard drive alive is a hard drive dying. It exists one useful command to analyze your hard drive sensors and give you an idea of its age.

First, try to find your hard drive name. Mine is /dev/sda

Read More →

Update your Debian 6 Squeeze to Debian 7 Wheezy OVH

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.

Read More →