<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi list,<br><br>We recently upgraded from MapServer 5.x to 6.0.1 on Linux.&nbsp; We have 21 sites running all running smoothly with identical configurations off this server.&nbsp; On one site the MapServer connection to Postgres/PostGIS fails on all layers.&nbsp; The MS debug message is as follows<br><br><pre>[Thu Feb  2 14:41:04 2012].823297 msPostGISLayerOpen(): Query error. Database connection failed (FATAL:  no pg_hba.conf entry for host "[local]", user "interlocken", database "nterlocNken", SSL off<br>) with connect string 'dbname='nterlocNken' user='interlocken' password=*******************'<br><br>And the entry in the map file<br><br>    CONNECTIONTYPE postgis<br>    PROCESSING "CLOSE_CONNECTION=DEFER"<br>    CONNECTION "dbname='interlocken' user='interlocken' password='**************'"<br>    DATA 'the_geom FROM "ext_lighting_existing_point" USING UNIQUE gid USING srid=4326'<br></pre>I can log into psql on the server as the interlocken user and hit the DB just fine so it's not the pg_hba.conf file settings which are set that the db username and db name must match.&nbsp; My question is why <br>does the dbname get corrupted to nterlocNken? Is this a bug or how mapserver should present the connection items in a debug statement?&nbsp; I can use our old copy 5.4 copy of mapserver and it runs the map file fine.&nbsp; One difference in this build is that we don't have the --with-threads support. We are looking at getting the build rebuilt with this thread locking option included.&nbsp; Could threading be the problem? I'm not sure how/if threading might be related but thought I would mention it.&nbsp; <br><br>I've stripped out all layers from the mapfile except a single test layer.&nbsp; I've got 60+ layers running in other map files and databases with identical setups&nbsp; on the same server without problems, why this one?&nbsp; We even tried wiping out the DB and associated user and reloading and still the same problem.<br><br>Thanks in advance for any help or tips you can provide.<br><br>Thanks,<br><br>Trent<br>                                               </div></body>
</html>