Mike Blonder <[EMAIL PROTECTED]> wrote: > <database > schema="/usr/local/share/midgard/repligard.xml" > name="midgard" > username="midgard" > password="midpass"
This triggers "repligard-CRITICAL **: Error logging into Database" > <!-- Sitegroup administrators should login as 'username*sitegroup' --> > <login > username="asgard" > password="password" > /> And this one : "repligard-CRITICAL **: Error logging into Database" > > You may run command like: > > strace -o repligard.trace repligard -c /path/to/conf -i Asgard.xml.gz > > > > then check if there is any socket file missing in created trace file. > > OK, now I received a new error message after running the above command (# > strace -o repligard.trace repligard -c /usr/local/etc/repligard.conf -i > Asgard.xml.gz) > > repligard-CRITICAL **: Error logging into Database > > Therefore, I cannot get results of strace to determine if any socket file is > missing. > > Any thoughts on where to go from here? Seems like repligard looks for its conf file in different place , so always run datagard with 'c' option. Make sure You typed correct Sitegroup's admin login and password. This is the point for your success :) Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
