I'm trying to install AegirCMS on my debian box. I installed midgard framework and repligard using the debian packages.

When I started to install Aegir CMS I got this error:

[EMAIL PROTECTED]:/usr/src/aegir/Aegir-1.0.1$ repligard -a -i AegirCMS.xml.gz

repligard-CRITICAL **: Error in DB connection

My repligard.conf has the correct db, username, pw.  The DB is on localhost:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<Repligard xmlns="http://www.midgard-project.org/repligard/1.4";>
       <!-- Database description -->
       <!-- Path to optionally compressed Repligard schema file -->
       <database
               schema="/usr/share/midgard/repligard.xml"
               name="midgard"
               username="midgard"
               password="********"
               encoding="ISO-8859-1"
               blobdir="/var/lib/midgard/blobs/midgard"
       />
       <!-- Login account description for Repligard operation -->
       <login
               username="admin"
               password="password"
       />
       <replicate all="yes"/>
</Repligard>

Does anybody know why repligard gives this error?  Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to