Comment 2 for bug 984959

Revision history for this message
Marco CONSONNI (marco-consonni) wrote :

Well, the sequence described in the document doesn't give any apparent problem but if you examine the daemon's log file, you find out that all the services fail.

This is due to the fact that when they start they try to access tables that are not yet created in MySQL.

As a matter of fact, they are created when you synch the DB.

For this reason, I think that the right sequence is the one I suggested.

Just out of curiosity: what did you do for restarting services?

"service <serviceName> restart" or "service <serviceName> start"?