<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-compose;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p style="margin-bottom:12.0pt"><span style="font-size:10.0pt">Similarly at our site:   We observed issues (not just RT) when Apache was started before the Postgres server was ready.   During certain testing, it might be necessary to manually restart Apache. <br>
<br>
Jim<br>
<br>
-----Original Message-----<br>
From: rt-users-bounces@lists.bestpractical.com [<a href="mailto:rt-users-bounces@lists.bestpractical.com">mailto:rt-users-bounces@lists.bestpractical.com</a>] On Behalf Of Thomas Sibley<br>
Sent: Friday, August 09, 2013 3:46 PM<br>
To: rt-users@lists.bestpractical.com<br>
Subject: Re: [rt-users] Migration Prep<br>
<br>
On 08/09/2013 06:36 AM, Paul O'Rorke wrote:<br>
> When I look at syslog I see the following during startup:<br>
><br>
><br>
> Aug  9 08:28:04 rt4 RT: DBI<br>
> connect('dbname=rtdb;host=localhost','rtuser',...) failed: Can't<br>
> connect to local MySQL server through socket<br>
> '/var/run/mysqld/mysqld.sock' (2) at /usr/local/share/perl/5.14.2/DBIx/SearchBuilder/Handle.pm line 105.<br>
> (/usr/local/share/perl/5.14.2/Carp.pm:102)<br>
> Aug  9 08:28:05 rt4 RT: DBI<br>
> connect('dbname=rtdb;host=localhost','rtuser',...) failed: Can't<br>
> connect to local MySQL server through socket<br>
> '/var/run/mysqld/mysqld.sock' (2) at /usr/local/share/perl/5.14.2/DBIx/SearchBuilder/Handle.pm line 105.<br>
> (/usr/local/share/perl/5.14.2/Carp.pm:102)<br>
> Aug  9 08:28:08 rt4 mysqld_safe: Starting mysqld daemon with databases<br>
> from /var/lib/mysql<br>
<br>
Just by looking at the log timestamps, your system is pretty clearly set to start Apache (or whatever is serving RT) before mysql.  This isn't RT's fault, but simply the wrong startup ordering for your system.  You should change it so Apache/your webserver
 depends on mysql being started first.  How to do so depends on your distribution.</span><o:p></o:p></p>
</div>
</body>
</html>