I&#39;m trying to set up my first catalog on a linux box (ubuntu 9.10 &amp; Postgresql 8.4) using the latest release (5.6.2) and face few problems. I run makecat as sudo. Have already a postgresql user as well as a DB created in order to avoid the problems I get when the script tries to run &#39;createdb&#39;. Everything goes smoothly trough and no errors show up but no tables get created in the DB!<br>
<br>As a result when try to run the proposed &#39;su -c &quot;/.../bin/interchange -r&quot; interchange_user I get a list of errors due to the missing tables:<br><br>----------------------------------<br>Low traffic settings.<br>
Calling UI......UI is loaded...<br>Interchange V5.6.2<br>Running with old signals.<br>Configuring catalog first...Using PostgreSQL, DSN=dbi:Pg:dbname=shop...table &#39;tree&#39; failed: connect to dbi:Pg:dbname=shop failed (create) -- FATAL:  Ident authentication failed for user &quot;shop&quot;<br>
<br>etc. etc.<br>----------------------------------<br><br>what did I wring?<br><br>Thanks<br><br>Tony<br>