welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
First name of the author of the GNU Manifesto

Revision 1 as of 2008-10-26 04:46:20

Edit

RebootingDeleuze

This page describes the steps that admins need to take after rebooting deleuze.

  1. Wait at least 20 minutes, and likely no more than 40 minutes, for AFS to come online and finish its consistency checks.
  2. Restart mysql, stopping explicitly first, then starting:
    /etc/init.d/mysql stop
    killall mysql
    /etc/init.d/mysql start
  3. Restart postgresql:
    /etc/init.d/postgresql-8.1 stop
    killall postmaster
    /etc/init.d/postgresql-8.1 start
  4. Restart apache:
    /etc/init.d/apache2 stop
    killall apache2
    /etc/init.d/apache2 start
  5. Restart domtool:
    /etc/init.d/domtool-server stop
    /etc/init.d/domtool-server start
  6. Restart cron:
    sv stop cron
    killall cron
    sv start cron